index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
examples
/
wpa
/
clang-wpa.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove clang-wpa example, which has been unmaintained for quite a while.
Douglas Gregor
2012-03-14
1
-181
/
+0
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-4
/
+4
*
[analyzer] Rename clang::CallGraph into clang::idx::CallGraph + rename
Anna Zaks
2012-03-02
1
-3
/
+3
*
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-20
1
-1
/
+1
*
drop more llvm:: prefixes on OwningPtr<>
Dylan Noblesmith
2012-02-13
1
-3
/
+3
*
[analyzer] Add LangOptions in CheckerManager.
Argyrios Kyrtzidis
2011-02-23
1
-1
/
+2
*
Fix the clang-wpa example.
Argyrios Kyrtzidis
2011-02-15
1
-10
/
+34
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-3
/
+3
*
Update clang-wpa to pass extra argument to AnalysisManager constructor.
Ted Kremenek
2011-02-09
1
-1
/
+2
*
Get clang-wpa to build in TOT (reflecting updates
Ted Kremenek
2011-01-18
1
-6
/
+11
*
[analyzer] Refactoring: Drop the 'GR' prefix.
Argyrios Kyrtzidis
2010-12-22
1
-4
/
+4
*
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
Argyrios Kyrtzidis
2010-12-22
1
-4
/
+4
*
Rename 'MaxLoop' to 'MaxVisit' in AnalysisManager to more correctly reflect t...
Tom Care
2010-09-14
1
-1
/
+1
*
Add back clang-wpa. It is useful for experimenting with inter-file analysis.
Zhongxing Xu
2010-08-25
1
-0
/
+150
*
Remove wpa 'example', it isn't being maintained.
Daniel Dunbar
2010-08-11
1
-149
/
+0
*
Make a bunch of new data structures for the new analysis
Zhongxing Xu
2010-07-22
1
-0
/
+4
*
Reapply r108617.
Zhongxing Xu
2010-07-19
1
-2
/
+2
*
Revert r108617, it broke the build.
Benjamin Kramer
2010-07-17
1
-2
/
+2
*
Prepare the analyzer for the callee in another translation unit:
Zhongxing Xu
2010-07-17
1
-2
/
+2
*
Add skeleton code to make wpa call the analysis engine.
Zhongxing Xu
2010-07-06
1
-2
/
+31
*
Collect function definitions in the Indexer when indexing through the ASTs.
Zhongxing Xu
2010-07-06
1
-0
/
+7
*
Create a ASTUnitTU class to interface ASTUnit to the Indexer.
Zhongxing Xu
2010-07-02
1
-2
/
+37
*
add -analyze-function option.
Zhongxing Xu
2010-07-02
1
-2
/
+12
*
add -view-call-graph option to wpa.
Zhongxing Xu
2010-07-02
1
-5
/
+11
*
Change CallGraph::Prog to be a reference. idx::Program means to be a global o...
Zhongxing Xu
2010-07-02
1
-1
/
+3
*
clang-wpa fixes for Diagnostic
Douglas Gregor
2010-04-06
1
-4
/
+2
*
Unbreak build
Douglas Gregor
2010-04-06
1
-2
/
+3
*
Grrrr
Douglas Gregor
2010-04-05
1
-1
/
+1
*
Try to de-bork build of WPA
Douglas Gregor
2010-04-05
1
-1
/
+2
*
Document that CompilerInvocation::createDiagnostics keeps a reference to the ...
Daniel Dunbar
2009-12-06
1
-1
/
+2
*
Fix layering violation by moving Analysis/CallGraph to Index
Daniel Dunbar
2009-12-03
1
-2
/
+2
*
Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; p...
Daniel Dunbar
2009-12-03
1
-11
/
+5
*
Add examples dir, built with BUILD_EXAMPLES=1 (Makefiles, no CMake equivalent...
Daniel Dunbar
2009-11-15
1
-0
/
+61