summaryrefslogtreecommitdiffstats
path: root/clang/examples/wpa/clang-wpa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove clang-wpa example, which has been unmaintained for quite a while.Douglas Gregor2012-03-141-181/+0
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-4/+4
* [analyzer] Rename clang::CallGraph into clang::idx::CallGraph + renameAnna Zaks2012-03-021-3/+3
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-1/+1
* drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith2012-02-131-3/+3
* [analyzer] Add LangOptions in CheckerManager.Argyrios Kyrtzidis2011-02-231-1/+2
* Fix the clang-wpa example.Argyrios Kyrtzidis2011-02-151-10/+34
* Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek2011-02-101-3/+3
* Update clang-wpa to pass extra argument to AnalysisManager constructor.Ted Kremenek2011-02-091-1/+2
* Get clang-wpa to build in TOT (reflecting updatesTed Kremenek2011-01-181-6/+11
* [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