llvm-project/clang/lib/Sema
Fariborz Jahanian 5f12b5386c Compute ending of iterator in for-loop once.
llvm-svn: 74533
2009-06-30 16:36:53 +00:00
..
CMakeLists.txt When performing template argument deduction, ensure that multiple 2009-06-04 00:03:07 +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 Lazy deserialization of the declaration chains associated with 2009-04-21 22:25:48 +00:00
IdentifierResolver.h Lazy deserialization of the declaration chains associated with 2009-04-21 22:25:48 +00:00
JumpDiagnostics.cpp Remove the ASTContext parameter from the attribute-related methods of Decl. 2009-06-30 02:34:44 +00:00
Makefile Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
ParseAST.cpp Lazy deserialization of the declaration chains associated with 2009-04-21 22:25:48 +00:00
Sema.cpp Implement implicit instantiation of the member functions of a class template 2009-06-22 23:06:13 +00:00
Sema.h Refactor ActOnDeclarationNameExpr into a "parsing action" part and a 2009-06-30 15:47:41 +00:00
SemaAccess.cpp Add a new, more advanced CheckDerivedToBaseConversion that takes custom diagnostic IDs. 2009-05-13 21:11:42 +00:00
SemaAttr.cpp Remove the ASTContext parameter from the attribute-related methods of Decl. 2009-06-30 02:34:44 +00:00
SemaCXXScopeSpec.cpp Factor out some common code into Sema::EnterDeclaratorContext/ExitDeclaratorContext. 2009-06-17 23:15:40 +00:00
SemaChecking.cpp Remove the ASTContext parameter from the attribute-related methods of Decl. 2009-06-30 02:34:44 +00:00
SemaDecl.cpp De-ASTContext-ify DeclContext. 2009-06-30 02:36:12 +00:00
SemaDeclAttr.cpp De-ASTContext-ify DeclContext. 2009-06-30 02:36:12 +00:00
SemaDeclCXX.cpp Compute ending of iterator in for-loop once. 2009-06-30 16:36:53 +00:00
SemaDeclObjC.cpp De-ASTContext-ify DeclContext. 2009-06-30 02:36:12 +00:00
SemaExpr.cpp Refactor ActOnDeclarationNameExpr into a "parsing action" part and a 2009-06-30 15:47:41 +00:00
SemaExprCXX.cpp De-ASTContext-ify DeclContext. 2009-06-30 02:36:12 +00:00
SemaExprObjC.cpp De-ASTContext-ify DeclContext. 2009-06-30 02:36:12 +00:00
SemaInherit.cpp De-ASTContext-ify DeclContext. 2009-06-30 02:36:12 +00:00
SemaInherit.h Add a member lookup criteria constructor for searching for overridden virtual member functions. Use this instead of regular name lookup when checking for overriding functions so we will see declarations that would otherwise be hidden. Fixes 6902298. 2009-05-30 00:52:53 +00:00
SemaInit.cpp De-ASTContext-ify DeclContext. 2009-06-30 02:36:12 +00:00
SemaLookup.cpp De-ASTContext-ify DeclContext. 2009-06-30 02:36:12 +00:00
SemaNamedCast.cpp Reflow some comments. 2009-05-16 07:39:55 +00:00
SemaOverload.cpp De-ASTContext-ify DeclContext. 2009-06-30 02:36:12 +00:00
SemaOverload.h Fix a crash bug when comparing overload quality of conversion operators with conversion constructors. 2009-04-16 17:51:27 +00:00
SemaStmt.cpp Remove the ASTContext parameter from the attribute-related methods of Decl. 2009-06-30 02:34:44 +00:00
SemaTemplate.cpp De-ASTContext-ify DeclContext. 2009-06-30 02:36:12 +00:00
SemaTemplateDeduction.cpp Keep track of function template specializations, to eliminate 2009-06-29 20:59:39 +00:00
SemaTemplateInstantiate.cpp De-ASTContext-ify DeclContext. 2009-06-30 02:36:12 +00:00
SemaTemplateInstantiateDecl.cpp Refactor ActOnDeclarationNameExpr into a "parsing action" part and a 2009-06-30 15:47:41 +00:00
SemaTemplateInstantiateExpr.cpp Refactor ActOnDeclarationNameExpr into a "parsing action" part and a 2009-06-30 15:47:41 +00:00
SemaTemplateInstantiateStmt.cpp Rework the way we track which declarations are "used" during 2009-06-22 20:57:11 +00:00
SemaType.cpp Make an error message more clear. 2009-06-30 00:06:57 +00:00