teak-llvm/clang/lib/Sema
2009-09-26 03:41:46 +00:00
..
CMakeLists.txt Initial implementation of a code-completion interface in Clang. In 2009-09-17 21:32:03 +00:00
CodeCompleteConsumer.cpp Print the results of code-completion for overloading by displaying the 2009-09-23 00:34:09 +00:00
CXXFieldCollector.h Unifies the name-lookup mechanisms used in various parts of the AST 2008-12-11 16:49:14 +00:00
IdentifierResolver.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
IdentifierResolver.h Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
JumpDiagnostics.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Makefile Don't install Clang libraries. 2009-08-23 05:02:18 +00:00
ParseAST.cpp Spell function pointer correctly. 2009-09-22 10:19:04 +00:00
Sema.cpp Refactor the representation of qualifiers to bring ExtQualType out of the 2009-09-24 19:53:00 +00:00
Sema.h Use explicitly-specified template argument lists to help naming 2009-09-25 23:53:26 +00:00
SemaAccess.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
SemaAttr.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
SemaChecking.cpp Fix checking for a null pointer constant when the expression itself is 2009-09-25 04:25:58 +00:00
SemaCodeComplete.cpp For code completion, note that injected-class-names found as part of 2009-09-23 22:26:46 +00:00
SemaCXXCast.cpp Cast cleanup. 2009-09-26 00:12:34 +00:00
SemaCXXScopeSpec.cpp When entering the scope of a declarator, make sure that the scope is 2009-09-24 23:39:01 +00:00
SemaDecl.cpp Use explicitly-specified template argument lists to help naming 2009-09-25 23:53:26 +00:00
SemaDeclAttr.cpp Change all the Type::getAsFoo() methods to specializations of Type::getAs(). 2009-09-21 23:43:11 +00:00
SemaDeclCXX.cpp Refactor the representation of qualifiers to bring ExtQualType out of the 2009-09-24 19:53:00 +00:00
SemaDeclObjC.cpp Change all the Type::getAsFoo() methods to specializations of Type::getAs(). 2009-09-21 23:43:11 +00:00
SemaExpr.cpp Fix checking for a null pointer constant when the expression itself is 2009-09-25 04:25:58 +00:00
SemaExprCXX.cpp Refixed pr5050 per Anders comment. Test case enhanced 2009-09-25 18:59:21 +00:00
SemaExprObjC.cpp Change all the Type::getAsFoo() methods to specializations of Type::getAs(). 2009-09-21 23:43:11 +00:00
SemaInherit.cpp Refactor the representation of qualifiers to bring ExtQualType out of the 2009-09-24 19:53:00 +00:00
SemaInherit.h Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
SemaInit.cpp Improve diagnostic location information when checking the initialization of a reference 2009-09-23 23:04:10 +00:00
SemaLookup.cpp Change all the Type::getAsFoo() methods to specializations of Type::getAs(). 2009-09-21 23:43:11 +00:00
SemaOverload.cpp Fix checking for a null pointer constant when the expression itself is 2009-09-25 04:25:58 +00:00
SemaOverload.h Produce detailed diagnostics when overload 2009-09-23 00:58:07 +00:00
SemaStmt.cpp Refactor the representation of qualifiers to bring ExtQualType out of the 2009-09-24 19:53:00 +00:00
SemaTemplate.cpp Use Sema::getMostSpecialized to eliminate a redundant implementation of the most-specialized function template 2009-09-26 03:41:46 +00:00
SemaTemplate.h Implement partial ordering of function template specializations 2009-09-14 18:39:43 +00:00
SemaTemplateDeduction.cpp WIP implementation of explicit instantiation of function templates, 2009-09-25 18:43:00 +00:00
SemaTemplateInstantiate.cpp Refactor the representation of qualifiers to bring ExtQualType out of the 2009-09-24 19:53:00 +00:00
SemaTemplateInstantiateDecl.cpp Sigh. Be *really* careful when copying a default function argument during template instantiation 2009-09-25 07:03:22 +00:00
SemaType.cpp Declarators can now properly represent template-ids, e.g., for 2009-09-25 21:45:23 +00:00
TreeTransform.h Refactor the representation of qualifiers to bring ExtQualType out of the 2009-09-24 19:53:00 +00:00