2012-08-15 20:02:54 +00:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
2014-11-24 09:15:30 +00:00
|
|
|
Support
|
2012-04-14 14:01:31 +00:00
|
|
|
)
|
2009-06-02 17:58:47 +00:00
|
|
|
|
2016-07-23 20:44:14 +00:00
|
|
|
if (MSVC)
|
|
|
|
set_source_files_properties(SemaExpr.cpp PROPERTIES COMPILE_FLAGS /bigobj)
|
|
|
|
endif()
|
|
|
|
|
2009-06-02 17:58:47 +00:00
|
|
|
add_clang_library(clangSema
|
2010-03-21 10:50:08 +00:00
|
|
|
AnalysisBasedWarnings.cpp
|
2010-09-17 15:54:40 +00:00
|
|
|
AttributeList.cpp
|
2009-10-14 18:03:49 +00:00
|
|
|
CodeCompleteConsumer.cpp
|
2010-09-17 15:54:40 +00:00
|
|
|
DeclSpec.cpp
|
2011-05-02 19:39:53 +00:00
|
|
|
DelayedDiagnostic.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
IdentifierResolver.cpp
|
|
|
|
JumpDiagnostics.cpp
|
2012-12-02 13:20:44 +00:00
|
|
|
MultiplexExternalSemaSource.cpp
|
2011-05-02 19:39:53 +00:00
|
|
|
Scope.cpp
|
2012-12-02 13:20:44 +00:00
|
|
|
ScopeInfo.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
Sema.cpp
|
|
|
|
SemaAccess.cpp
|
|
|
|
SemaAttr.cpp
|
|
|
|
SemaCXXScopeSpec.cpp
|
2011-10-20 21:14:49 +00:00
|
|
|
SemaCast.cpp
|
2009-10-14 18:03:49 +00:00
|
|
|
SemaChecking.cpp
|
|
|
|
SemaCodeComplete.cpp
|
2012-04-14 14:01:31 +00:00
|
|
|
SemaConsumer.cpp
|
2015-12-30 11:49:41 +00:00
|
|
|
SemaCoroutine.cpp
|
2015-01-18 16:23:48 +00:00
|
|
|
SemaCUDA.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
SemaDecl.cpp
|
2009-10-14 18:03:49 +00:00
|
|
|
SemaDeclAttr.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
SemaDeclCXX.cpp
|
|
|
|
SemaDeclObjC.cpp
|
2009-10-14 18:03:49 +00:00
|
|
|
SemaExceptionSpec.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
SemaExpr.cpp
|
|
|
|
SemaExprCXX.cpp
|
2011-07-17 15:40:56 +00:00
|
|
|
SemaExprMember.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
SemaExprObjC.cpp
|
2011-10-20 21:14:49 +00:00
|
|
|
SemaFixItUtils.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
SemaInit.cpp
|
2012-04-14 14:01:31 +00:00
|
|
|
SemaLambda.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
SemaLookup.cpp
|
2010-03-16 16:52:15 +00:00
|
|
|
SemaObjCProperty.cpp
|
2013-04-08 18:45:10 +00:00
|
|
|
SemaOpenMP.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
SemaOverload.cpp
|
2012-04-14 14:01:31 +00:00
|
|
|
SemaPseudoObject.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
SemaStmt.cpp
|
2012-12-02 13:20:44 +00:00
|
|
|
SemaStmtAsm.cpp
|
2012-05-03 16:53:59 +00:00
|
|
|
SemaStmtAttr.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
SemaTemplate.cpp
|
2009-06-06 08:21:31 +00:00
|
|
|
SemaTemplateDeduction.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
SemaTemplateInstantiate.cpp
|
|
|
|
SemaTemplateInstantiateDecl.cpp
|
2011-02-20 13:06:31 +00:00
|
|
|
SemaTemplateVariadic.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
SemaType.cpp
|
2013-12-22 00:07:40 +00:00
|
|
|
TypeLocBuilder.cpp
|
2012-04-14 14:01:31 +00:00
|
|
|
|
2014-11-24 09:15:30 +00:00
|
|
|
LINK_LIBS
|
2012-08-15 20:02:54 +00:00
|
|
|
clangAST
|
|
|
|
clangAnalysis
|
|
|
|
clangBasic
|
|
|
|
clangEdit
|
|
|
|
clangLex
|
|
|
|
)
|