forked from OSchip/llvm-project
parent
49a5ce863e
commit
a0821bf8a2
|
@ -5,6 +5,7 @@ add_clang_library(clangSema
|
||||||
ParseAST.cpp
|
ParseAST.cpp
|
||||||
SemaChecking.cpp
|
SemaChecking.cpp
|
||||||
Sema.cpp
|
Sema.cpp
|
||||||
|
SemaCXXScopeSpec.cpp
|
||||||
SemaDeclAttr.cpp
|
SemaDeclAttr.cpp
|
||||||
SemaDecl.cpp
|
SemaDecl.cpp
|
||||||
SemaDeclCXX.cpp
|
SemaDeclCXX.cpp
|
||||||
|
@ -14,6 +15,7 @@ add_clang_library(clangSema
|
||||||
SemaExprObjC.cpp
|
SemaExprObjC.cpp
|
||||||
SemaInherit.cpp
|
SemaInherit.cpp
|
||||||
SemaInit.cpp
|
SemaInit.cpp
|
||||||
|
SemaNamedCast.cpp
|
||||||
SemaOverload.cpp
|
SemaOverload.cpp
|
||||||
SemaStmt.cpp
|
SemaStmt.cpp
|
||||||
SemaType.cpp
|
SemaType.cpp
|
||||||
|
|
Loading…
Reference in New Issue