aboutsummaryrefslogtreecommitdiff
path: root/examples/wpa/clang-wpa.cpp
AgeCommit message (Expand)Author
2012-03-14Remove clang-wpa example, which has been unmaintained for quite a while.Douglas Gregor
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-03-02[analyzer] Rename clang::CallGraph into clang::idx::CallGraph + renameAnna Zaks
2012-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith
2012-02-13drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith
2011-02-23[analyzer] Add LangOptions in CheckerManager.Argyrios Kyrtzidis
2011-02-15Fix the clang-wpa example.Argyrios Kyrtzidis
2011-02-10Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek
2011-02-09Update clang-wpa to pass extra argument to AnalysisManager constructor.Ted Kremenek
2011-01-18Get clang-wpa to build in TOT (reflecting updatesTed Kremenek
2010-12-22[analyzer] Refactoring: Drop the 'GR' prefix.Argyrios Kyrtzidis
2010-12-22[analyzer] Refactoring: include/clang/Checker -> include/clang/GRArgyrios Kyrtzidis
2010-09-14Rename 'MaxLoop' to 'MaxVisit' in AnalysisManager to more correctly reflect t...Tom Care
2010-08-25Add back clang-wpa. It is useful for experimenting with inter-file analysis.Zhongxing Xu
2010-08-11Remove wpa 'example', it isn't being maintained.Daniel Dunbar
2010-07-22Make a bunch of new data structures for the new analysisZhongxing Xu
2010-07-19Reapply r108617.Zhongxing Xu
2010-07-17Revert r108617, it broke the build.Benjamin Kramer
2010-07-17Prepare the analyzer for the callee in another translation unit:Zhongxing Xu
2010-07-06Add skeleton code to make wpa call the analysis engine.Zhongxing Xu
2010-07-06Collect function definitions in the Indexer when indexing through the ASTs.Zhongxing Xu
2010-07-02Create a ASTUnitTU class to interface ASTUnit to the Indexer.Zhongxing Xu
2010-07-02add -analyze-function option.Zhongxing Xu
2010-07-02add -view-call-graph option to wpa.Zhongxing Xu
2010-07-02Change CallGraph::Prog to be a reference. idx::Program means to be a global o...Zhongxing Xu
2010-04-06clang-wpa fixes for DiagnosticDouglas Gregor
2010-04-06Unbreak buildDouglas Gregor
2010-04-05GrrrrDouglas Gregor
2010-04-05Try to de-bork build of WPADouglas Gregor
2009-12-06Document that CompilerInvocation::createDiagnostics keeps a reference to the ...Daniel Dunbar
2009-12-03Fix layering violation by moving Analysis/CallGraph to IndexDaniel Dunbar
2009-12-03Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; p...Daniel Dunbar
2009-11-15Add examples dir, built with BUILD_EXAMPLES=1 (Makefiles, no CMake equivalent...Daniel Dunbar