llvm-project/clang/lib/Sema
Douglas Gregor e64c196868 Fix a problem with false diagnostics when comparing distinct NULL pointer types, from David Majnemer
llvm-svn: 74850
2009-07-06 20:14:23 +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 Keep track of the Expr used to describe the size of an array type, 2009-07-06 15:59:29 +00:00
Sema.h Keep track of the Expr used to describe the size of an array type, 2009-07-06 15:59:29 +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 Keep track of the Expr used to describe the size of an array type, 2009-07-06 15:59:29 +00:00
SemaDeclAttr.cpp De-ASTContext-ify DeclContext. 2009-06-30 02:36:12 +00:00
SemaDeclCXX.cpp Catch function redeclarations with incompatible exception specifications. 2009-07-04 11:39:00 +00:00
SemaDeclObjC.cpp De-ASTContext-ify DeclContext. 2009-06-30 02:36:12 +00:00
SemaExpr.cpp Fix a problem with false diagnostics when comparing distinct NULL pointer types, from David Majnemer 2009-07-06 20:14:23 +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 Keep track of the Expr used to describe the size of an array type, 2009-07-06 15:59:29 +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 When explicit template arguments are provided for a function call, 2009-06-30 23:57:56 +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 Cope with explicitly-specified function template arguments when there 2009-07-01 00:28:38 +00:00
SemaTemplateDeduction.cpp Keep track of more information within the template instantiation stack, e.g., 2009-07-01 22:01:06 +00:00
SemaTemplateInstantiate.cpp Keep track of the Expr used to describe the size of an array type, 2009-07-06 15:59:29 +00:00
SemaTemplateInstantiateDecl.cpp Keep track of more information within the template instantiation stack, e.g., 2009-07-01 22:01:06 +00:00
SemaTemplateInstantiateExpr.cpp Cope with explicitly-specified function template arguments when there 2009-07-01 00:28:38 +00:00
SemaTemplateInstantiateStmt.cpp Rework the way we track which declarations are "used" during 2009-06-22 20:57:11 +00:00
SemaType.cpp Keep track of the Expr used to describe the size of an array type, 2009-07-06 15:59:29 +00:00