llvm-project/clang/lib/Sema
Fariborz Jahanian 16094c2467 Added ASTs to destructor decl AST for default destruction of object's
base/members.

llvm-svn: 75849
2009-07-15 22:34:08 +00:00
..
CMakeLists.txt Lexically order files in CMakeLists.txt files. 2009-07-15 21:08:41 +00:00
CXXFieldCollector.h
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
ParseAST.cpp Lazy deserialization of the declaration chains associated with 2009-04-21 22:25:48 +00:00
Sema.cpp Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseudo built-in types, since Sema still injects a typedef for recognition (i.e. they aren't truly built-ins from a parser perspective). 2009-07-15 18:40:39 +00:00
Sema.h Added ASTs to destructor decl AST for default destruction of object's 2009-07-15 22:34:08 +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 Add a "TypeSpecStartLoc" to FieldDecl. Patch contributed by Enea Zaffanella. 2009-07-14 14:58:18 +00:00
SemaDeclAttr.cpp This patch includes a conceptually simple, but very intrusive/pervasive change. 2009-07-10 23:34:53 +00:00
SemaDeclCXX.cpp Added ASTs to destructor decl AST for default destruction of object's 2009-07-15 22:34:08 +00:00
SemaDeclObjC.cpp This patch includes a conceptually simple, but very intrusive/pervasive change. 2009-07-10 23:34:53 +00:00
SemaExpr.cpp Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseudo built-in types, since Sema still injects a typedef for recognition (i.e. they aren't truly built-ins from a parser perspective). 2009-07-15 18:40:39 +00:00
SemaExprCXX.cpp Introduce Type::isAnyPointerType() and convert all clients (suggested by Chris). 2009-07-14 18:25:06 +00:00
SemaExprObjC.cpp Fix 5 issues from Chris's feedback on http://llvm.org/viewvc/llvm-project?view=rev&revision=75314. 2009-07-13 17:19:15 +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 Extra vector element initializers in OpenCL is an error, not a warning. 2009-07-07 21:53:06 +00:00
SemaLookup.cpp Fix a corner case with argument-dependent lookup and overloaded function sets. 2009-07-08 10:57:20 +00:00
SemaNamedCast.cpp Reflow some comments. 2009-05-16 07:39:55 +00:00
SemaOverload.cpp Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseudo built-in types, since Sema still injects a typedef for recognition (i.e. they aren't truly built-ins from a parser perspective). 2009-07-15 18:40:39 +00:00
SemaOverload.h
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 Implement template argument deduction when taking the address of a 2009-07-08 20:55:45 +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 Add a "TypeSpecStartLoc" to FieldDecl. Patch contributed by Enea Zaffanella. 2009-07-14 14:58:18 +00:00
SemaTemplateInstantiateExpr.cpp Store the isAddressOfOperand in the UnresolvedDeclRefExpr, so that we can pass it when instantiating the expr. Fixes another member pointer bug. 2009-07-09 00:05:08 +00:00
SemaTemplateInstantiateStmt.cpp Rework the way we track which declarations are "used" during 2009-06-22 20:57:11 +00:00
SemaType.cpp Basic support for C++0x unicode types. Support for literals will follow in an incremental patch 2009-07-14 06:30:34 +00:00