clang-1/lib/Sema
Douglas Gregor b8f7de94c3 Do not elide copy construction when we're performing base-class initialization
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111783 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-22 18:27:02 +00:00
..
Action.cpp DeclPtrTy -> Decl * 2010-08-21 09:40:31 +00:00
AnalysisBasedWarnings.cpp Move Sema's headers into include/clang/Sema, renaming a few along the way. 2010-08-12 20:07:10 +00:00
AttributeList.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
CMakeLists.txt Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
CodeCompleteConsumer.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
DeclSpec.cpp DeclPtrTy -> Decl * 2010-08-21 09:40:31 +00:00
IdentifierResolver.cpp DeclPtrTy -> Decl * 2010-08-21 09:40:31 +00:00
JumpDiagnostics.cpp Move Sema's headers into include/clang/Sema, renaming a few along the way. 2010-08-12 20:07:10 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
Sema.cpp Rename PCHReader to ASTReader. 2010-08-18 23:56:43 +00:00
SemaAccess.cpp Revert r111609, which is failing its new test. 2010-08-20 03:26:10 +00:00
SemaAttr.cpp Generate Attr subclasses with TableGen. 2010-08-18 23:23:40 +00:00
SemaCXXCast.cpp On second thought, don't warn about reinterpret_casts under -Wcast-align. 2010-08-19 01:19:08 +00:00
SemaCXXScopeSpec.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
SemaChecking.cpp Generate Attr subclasses with TableGen. 2010-08-18 23:23:40 +00:00
SemaCodeComplete.cpp DeclPtrTy -> Decl * 2010-08-21 09:40:31 +00:00
SemaDecl.cpp DeclPtrTy -> Decl * 2010-08-21 09:40:31 +00:00
SemaDeclAttr.cpp DeclPtrTy -> Decl * 2010-08-21 09:40:31 +00:00
SemaDeclCXX.cpp Do not elide copy construction when we're performing base-class initialization 2010-08-22 18:27:02 +00:00
SemaDeclObjC.cpp DeclPtrTy -> Decl * 2010-08-21 09:40:31 +00:00
SemaExceptionSpec.cpp Move Sema's headers into include/clang/Sema, renaming a few along the way. 2010-08-12 20:07:10 +00:00
SemaExpr.cpp Detabify. 2010-08-22 01:00:03 +00:00
SemaExprCXX.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
SemaExprObjC.cpp Convert all uses of StringLiteral::getStrData() to StringLiteral::getString() 2010-08-17 12:54:38 +00:00
SemaInit.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
SemaLookup.cpp DeclPtrTy -> Decl * 2010-08-21 09:40:31 +00:00
SemaObjCProperty.cpp DeclPtrTy -> Decl * 2010-08-21 09:40:31 +00:00
SemaOverload.cpp twik to my previous patch for pr7936. 2010-08-21 17:11:09 +00:00
SemaStmt.cpp DeclPtrTy -> Decl * 2010-08-21 09:40:31 +00:00
SemaTemplate.cpp DeclPtrTy -> Decl * 2010-08-21 09:40:31 +00:00
SemaTemplateDeduction.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
SemaTemplateInstantiate.cpp DeclPtrTy -> Decl * 2010-08-21 09:40:31 +00:00
SemaTemplateInstantiateDecl.cpp DeclPtrTy -> Decl * 2010-08-21 09:40:31 +00:00
SemaType.cpp DeclPtrTy -> Decl * 2010-08-21 09:40:31 +00:00
TargetAttributesSema.cpp Generate Attr subclasses with TableGen. 2010-08-18 23:23:40 +00:00
TargetAttributesSema.h Generalize target weirdness handling having proper layering in mind: 2010-01-10 12:58:08 +00:00
TreeTransform.h Preserve the zero-initialization and construction-kind settings when 2010-08-22 17:20:18 +00:00