Oscar Fuentes | c03d2ca | 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 | ||||
8 | SemaDeclAttr.cpp | ||||
9 | SemaDecl.cpp | ||||
10 | SemaDeclCXX.cpp | ||||
11 | SemaDeclObjC.cpp | ||||
12 | SemaExpr.cpp | ||||
13 | SemaExprCXX.cpp | ||||
14 | SemaExprObjC.cpp | ||||
15 | SemaInherit.cpp | ||||
16 | SemaInit.cpp | ||||
17 | SemaOverload.cpp | ||||
18 | SemaStmt.cpp | ||||
19 | SemaType.cpp | ||||
20 | ) |