Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
fb060c90
Commit
fb060c90
authored
14 years ago
by
Zhongxing Xu
Browse files
Options
Downloads
Patches
Plain Diff
Fix CMakeLists.txt.
llvm-svn: 123167
parent
40c9d8a4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
clang/lib/StaticAnalyzer/CMakeLists.txt
+0
-2
0 additions, 2 deletions
clang/lib/StaticAnalyzer/CMakeLists.txt
clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
+2
-0
2 additions, 0 deletions
clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
with
2 additions
and
2 deletions
clang/lib/StaticAnalyzer/CMakeLists.txt
+
0
−
2
View file @
fb060c90
...
@@ -4,7 +4,6 @@ set(LLVM_USED_LIBS clangBasic clangLex clangAST clangFrontend clangRewrite)
...
@@ -4,7 +4,6 @@ set(LLVM_USED_LIBS clangBasic clangLex clangAST clangFrontend clangRewrite)
add_clang_library
(
clangStaticAnalyzerCore
add_clang_library
(
clangStaticAnalyzerCore
AggExprVisitor.cpp
AggExprVisitor.cpp
AnalysisConsumer.cpp
AnalysisManager.cpp
AnalysisManager.cpp
AnalyzerStatsChecker.cpp
AnalyzerStatsChecker.cpp
BasicConstraintManager.cpp
BasicConstraintManager.cpp
...
@@ -17,7 +16,6 @@ add_clang_library(clangStaticAnalyzerCore
...
@@ -17,7 +16,6 @@ add_clang_library(clangStaticAnalyzerCore
CheckerHelpers.cpp
CheckerHelpers.cpp
Environment.cpp
Environment.cpp
ExplodedGraph.cpp
ExplodedGraph.cpp
ExprEngine.cpp
FlatStore.cpp
FlatStore.cpp
BlockCounter.cpp
BlockCounter.cpp
CXXExprEngine.cpp
CXXExprEngine.cpp
...
...
This diff is collapsed.
Click to expand it.
clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
+
2
−
0
View file @
fb060c90
...
@@ -4,6 +4,7 @@ set(LLVM_USED_LIBS clangBasic clangAST)
...
@@ -4,6 +4,7 @@ set(LLVM_USED_LIBS clangBasic clangAST)
add_clang_library
(
clangStaticAnalyzerCheckers
add_clang_library
(
clangStaticAnalyzerCheckers
AdjustedReturnValueChecker.cpp
AdjustedReturnValueChecker.cpp
AnalysisConsumer.cpp
ArrayBoundChecker.cpp
ArrayBoundChecker.cpp
ArrayBoundCheckerV2.cpp
ArrayBoundCheckerV2.cpp
AttrNonNullChecker.cpp
AttrNonNullChecker.cpp
...
@@ -21,6 +22,7 @@ add_clang_library(clangStaticAnalyzerCheckers
...
@@ -21,6 +22,7 @@ add_clang_library(clangStaticAnalyzerCheckers
ChrootChecker.cpp
ChrootChecker.cpp
DereferenceChecker.cpp
DereferenceChecker.cpp
DivZeroChecker.cpp
DivZeroChecker.cpp
ExprEngine.cpp
ExprEngineExperimentalChecks.cpp
ExprEngineExperimentalChecks.cpp
FixedAddressChecker.cpp
FixedAddressChecker.cpp
FrontendActions.cpp
FrontendActions.cpp
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment