blob: 6beab5843cfbcef7f7bdf69c7aaeaef1f0e94f49 [file] [log] [blame]
set(LLVM_NO_RTTI 1)
add_clang_library(clangSema
IdentifierResolver.cpp
ParseAST.cpp
SemaChecking.cpp
Sema.cpp
SemaCXXScopeSpec.cpp
SemaDeclAttr.cpp
SemaDecl.cpp
SemaDeclCXX.cpp
SemaDeclObjC.cpp
SemaExpr.cpp
SemaExprCXX.cpp
SemaExprObjC.cpp
SemaInherit.cpp
SemaInit.cpp
SemaLookup.cpp
SemaNamedCast.cpp
SemaOverload.cpp
SemaStmt.cpp
SemaTemplate.cpp
SemaType.cpp
)