summaryrefslogtreecommitdiffstats
path: root/clang/examples/wpa/clang-wpa.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Refactoring: Drop the 'GR' prefix.Argyrios Kyrtzidis2010-12-221-4/+4
* [analyzer] Refactoring: include/clang/Checker -> include/clang/GRArgyrios Kyrtzidis2010-12-221-4/+4
* Rename 'MaxLoop' to 'MaxVisit' in AnalysisManager to more correctly reflect t...Tom Care2010-09-141-1/+1
* Add back clang-wpa. It is useful for experimenting with inter-file analysis.Zhongxing Xu2010-08-251-0/+150
* Remove wpa 'example', it isn't being maintained.Daniel Dunbar2010-08-111-149/+0
* Make a bunch of new data structures for the new analysisZhongxing Xu2010-07-221-0/+4
* Reapply r108617.Zhongxing Xu2010-07-191-2/+2
* Revert r108617, it broke the build.Benjamin Kramer2010-07-171-2/+2
* Prepare the analyzer for the callee in another translation unit:Zhongxing Xu2010-07-171-2/+2
* Add skeleton code to make wpa call the analysis engine.Zhongxing Xu2010-07-061-2/+31
* Collect function definitions in the Indexer when indexing through the ASTs.Zhongxing Xu2010-07-061-0/+7
* Create a ASTUnitTU class to interface ASTUnit to the Indexer.Zhongxing Xu2010-07-021-2/+37
* add -analyze-function option.Zhongxing Xu2010-07-021-2/+12
* add -view-call-graph option to wpa.Zhongxing Xu2010-07-021-5/+11
* Change CallGraph::Prog to be a reference. idx::Program means to be a global o...Zhongxing Xu2010-07-021-1/+3
* clang-wpa fixes for DiagnosticDouglas Gregor2010-04-061-4/+2
* Unbreak buildDouglas Gregor2010-04-061-2/+3
* GrrrrDouglas Gregor2010-04-051-1/+1
* Try to de-bork build of WPADouglas Gregor2010-04-051-1/+2
* Document that CompilerInvocation::createDiagnostics keeps a reference to the ...Daniel Dunbar2009-12-061-1/+2
* Fix layering violation by moving Analysis/CallGraph to IndexDaniel Dunbar2009-12-031-2/+2
* Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; p...Daniel Dunbar2009-12-031-11/+5
* Add examples dir, built with BUILD_EXAMPLES=1 (Makefiles, no CMake equivalent...Daniel Dunbar2009-11-151-0/+61
OpenPOWER on IntegriCloud