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 | ||||
Daniel Dunbar | e0ee727 | 2008-11-11 08:29:24 +0000 | [diff] [blame^] | 8 | SemaCXXScopeSpec.cpp |
Oscar Fuentes | c03d2ca | 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 | ||||
Daniel Dunbar | e0ee727 | 2008-11-11 08:29:24 +0000 | [diff] [blame^] | 18 | SemaNamedCast.cpp |
Oscar Fuentes | c03d2ca | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 19 | SemaOverload.cpp |
20 | SemaStmt.cpp | ||||
21 | SemaType.cpp | ||||
22 | ) |