summaryrefslogtreecommitdiffstats
path: root/clang/examples/wpa
Commit message (Expand)AuthorAgeFilesLines
* Remove clang-wpa example, which has been unmaintained for quite a while.Douglas Gregor2012-03-143-233/+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
* Fix linking of clang-wpa.Zhongxing Xu2011-05-311-3/+6
* [analyzer] Add LangOptions in CheckerManager.Argyrios Kyrtzidis2011-02-231-1/+2
* Fix the clang-wpa example.Argyrios Kyrtzidis2011-02-151-10/+34
* [analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...Argyrios Kyrtzidis2011-02-142-1/+2
* CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi2011-02-101-2/+0
* 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
* Chris Lattner has strong opinions about directoryTed Kremenek2010-12-232-3/+3
* Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek2010-12-232-3/+3
* [analyzer] Refactoring: Drop the 'GR' prefix.Argyrios Kyrtzidis2010-12-221-4/+4
* [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr...Argyrios Kyrtzidis2010-12-222-1/+2
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-222-2/+2
* [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
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-131-8/+10
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-101-10/+8
* Add back clang-wpa. It is useful for experimenting with inter-file analysis.Zhongxing Xu2010-08-253-0/+199
* Remove wpa 'example', it isn't being maintained.Daniel Dunbar2010-08-113-197/+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
* Fix CMake buildPeter Collingbourne2010-07-091-0/+2
* Add skeleton code to make wpa call the analysis engine.Zhongxing Xu2010-07-062-4/+34
* 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
* Makefiles: Remove unnecessary early include of Makefile.config.Daniel Dunbar2010-06-081-5/+0
* Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...Daniel Dunbar2010-06-081-1/+0
* Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar2010-06-081-3/+3
* Update LINK_COMPONENTS for examples.Daniel Dunbar2010-06-081-1/+1
* 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
* Add header + commentsKovarththanan Rajaratnam2010-02-271-0/+12
* -fno-rtti is now the default.Chris Lattner2010-01-241-1/+0
* Fix CMake build on windows, from Cedric VenetDouglas Gregor2009-12-201-4/+0
* 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
* Update example link lines.Daniel Dunbar2009-12-032-6/+14
OpenPOWER on IntegriCloud