Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 1 | set(LLVM_NO_RTTI 1) |
2 | |||||
3 | add_clang_library(clangSema | ||||
4 | IdentifierResolver.cpp | ||||
Chris Lattner | 5af280c | 2009-04-19 04:46:21 +0000 | [diff] [blame] | 5 | JumpDiagnostics.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 6 | ParseAST.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 7 | Sema.cpp |
Douglas Gregor | 5758be2 | 2009-03-27 05:18:33 +0000 | [diff] [blame] | 8 | SemaAccess.cpp |
Chris Lattner | 5a0c351 | 2009-02-17 00:57:29 +0000 | [diff] [blame] | 9 | SemaAttr.cpp |
10 | SemaChecking.cpp | ||||
Daniel Dunbar | f1d9360 | 2008-11-11 08:29:24 +0000 | [diff] [blame] | 11 | SemaCXXScopeSpec.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 12 | SemaDeclAttr.cpp |
13 | SemaDecl.cpp | ||||
14 | SemaDeclCXX.cpp | ||||
15 | SemaDeclObjC.cpp | ||||
16 | SemaExpr.cpp | ||||
17 | SemaExprCXX.cpp | ||||
18 | SemaExprObjC.cpp | ||||
19 | SemaInherit.cpp | ||||
20 | SemaInit.cpp | ||||
Douglas Gregor | eb11cd0 | 2009-01-14 22:20:51 +0000 | [diff] [blame] | 21 | SemaLookup.cpp |
Daniel Dunbar | f1d9360 | 2008-11-11 08:29:24 +0000 | [diff] [blame] | 22 | SemaNamedCast.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 23 | SemaOverload.cpp |
24 | SemaStmt.cpp | ||||
Douglas Gregor | 72c3f31 | 2008-12-05 18:15:24 +0000 | [diff] [blame] | 25 | SemaTemplate.cpp |
Douglas Gregor | 99ebf65 | 2009-02-27 19:31:52 +0000 | [diff] [blame] | 26 | SemaTemplateInstantiate.cpp |
Douglas Gregor | 8dbc269 | 2009-03-17 21:15:40 +0000 | [diff] [blame] | 27 | SemaTemplateInstantiateDecl.cpp |
Douglas Gregor | aa6af22 | 2009-03-25 00:27:28 +0000 | [diff] [blame] | 28 | SemaTemplateInstantiateExpr.cpp |
Douglas Gregor | b70ccad | 2009-05-15 18:22:25 +0000 | [diff] [blame^] | 29 | SemaTemplateInstantiateStmt.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 30 | SemaType.cpp |
31 | ) | ||||
Douglas Gregor | a393e9e | 2009-03-16 23:06:59 +0000 | [diff] [blame] | 32 | |
33 | add_dependencies(clangSema ClangDiagnosticSema) |