Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 1 | set(LLVM_NO_RTTI 1) |
| 2 | |
| 3 | add_clang_library(clangSema |
| 4 | IdentifierResolver.cpp |
| 5 | ParseAST.cpp |
| 6 | SemaChecking.cpp |
| 7 | Sema.cpp |
Daniel Dunbar | a0821bf | 2008-11-11 08:29:24 +0000 | [diff] [blame] | 8 | SemaCXXScopeSpec.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 9 | SemaDeclAttr.cpp |
| 10 | SemaDecl.cpp |
| 11 | SemaDeclCXX.cpp |
| 12 | SemaDeclObjC.cpp |
| 13 | SemaExpr.cpp |
| 14 | SemaExprCXX.cpp |
| 15 | SemaExprObjC.cpp |
| 16 | SemaInherit.cpp |
| 17 | SemaInit.cpp |
Douglas Gregor | 3407432 | 2009-01-14 22:20:51 +0000 | [diff] [blame^] | 18 | SemaLookup.cpp |
Daniel Dunbar | a0821bf | 2008-11-11 08:29:24 +0000 | [diff] [blame] | 19 | SemaNamedCast.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 20 | SemaOverload.cpp |
| 21 | SemaStmt.cpp |
Douglas Gregor | 5101c24 | 2008-12-05 18:15:24 +0000 | [diff] [blame] | 22 | SemaTemplate.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 23 | SemaType.cpp |
| 24 | ) |