diff options
| author | Roman Divacky <rdivacky@FreeBSD.org> | 2009-10-14 18:03:49 +0000 |
|---|---|---|
| committer | Roman Divacky <rdivacky@FreeBSD.org> | 2009-10-14 18:03:49 +0000 |
| commit | 4c8b24812ddcd1dedaca343a6d4e76f91f398981 (patch) | |
| tree | 137ebebcae16fb0ce7ab4af456992bbd8d22fced /lib/Sema/CMakeLists.txt | |
| parent | 5362a71c02e7d448a8ce98cf00c47e353fba5d04 (diff) | |
Notes
Diffstat (limited to 'lib/Sema/CMakeLists.txt')
| -rw-r--r-- | lib/Sema/CMakeLists.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/Sema/CMakeLists.txt b/lib/Sema/CMakeLists.txt index 85c67df8f1de5..fd3265d874ce5 100644 --- a/lib/Sema/CMakeLists.txt +++ b/lib/Sema/CMakeLists.txt @@ -1,33 +1,33 @@ set(LLVM_NO_RTTI 1) add_clang_library(clangSema + CodeCompleteConsumer.cpp IdentifierResolver.cpp JumpDiagnostics.cpp ParseAST.cpp Sema.cpp SemaAccess.cpp SemaAttr.cpp - SemaChecking.cpp + SemaCXXCast.cpp SemaCXXScopeSpec.cpp - SemaDeclAttr.cpp + SemaChecking.cpp + SemaCodeComplete.cpp SemaDecl.cpp + SemaDeclAttr.cpp SemaDeclCXX.cpp SemaDeclObjC.cpp + SemaExceptionSpec.cpp SemaExpr.cpp SemaExprCXX.cpp SemaExprObjC.cpp - SemaInherit.cpp SemaInit.cpp SemaLookup.cpp - SemaNamedCast.cpp SemaOverload.cpp SemaStmt.cpp SemaTemplate.cpp SemaTemplateDeduction.cpp SemaTemplateInstantiate.cpp SemaTemplateInstantiateDecl.cpp - SemaTemplateInstantiateExpr.cpp - SemaTemplateInstantiateStmt.cpp SemaType.cpp ) |
