summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAge
* Reverts the Tooling changes as requested by Chris.Manuel Klimek2011-06-02
* Fixes Makefile based build for examples/Tooling.Manuel Klimek2011-06-01
* Put Parse before Sema on the link line since parse depends on sema.Nick Lewycky2011-06-01
* This patch implements an AST matching framework that allows to writeManuel Klimek2011-05-31
* Fix linking of clang-wpa.Zhongxing Xu2011-05-31
* Fix examples compile break due to rewrite of isa.Manuel Klimek2011-05-23
* Pulls the common part of the clang-check example into Tooling, to allow new t...Manuel Klimek2011-05-16
* Let clang-check actually use the Directory entry in the json file.Nico Weber2011-05-14
* Fixes compilation with Visual Studio by replacing the non-standard vector::da...Manuel Klimek2011-05-10
* Fix gcc 'warning: multi-line comment'.Nico Weber2011-04-30
* Add a Makefile to examples/Tooling for people who do not use cmake.Nico Weber2011-04-30
* Fix Makefile build of examples/clang-interpreter.Nico Weber2011-04-30
* This is the next step in building the standalone tools infrastructure:Manuel Klimek2011-04-27
* Fixed build error.John Thompson2011-03-29
* [analyzer] Add LangOptions in CheckerManager.Argyrios Kyrtzidis2011-02-23
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-19
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-19
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-18
* Fix the clang-wpa example.Argyrios Kyrtzidis2011-02-15
* [analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...Argyrios Kyrtzidis2011-02-14
* CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi2011-02-10
* Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek2011-02-10
* Update clang-wpa to pass extra argument to AnalysisManager constructor.Ted Kremenek2011-02-09
* make `make` work in examples/PrintFucntionNames on Mac. I checked that it sti...Nico Weber2011-01-26
* Fix name to match reality.Nick Lewycky2011-01-19
* Get clang-wpa to build in TOT (reflecting updatesTed Kremenek2011-01-18
* Chris Lattner has strong opinions about directoryTed Kremenek2010-12-23
* Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek2010-12-23
* [analyzer] Refactoring: Drop the 'GR' prefix.Argyrios Kyrtzidis2010-12-22
* [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr...Argyrios Kyrtzidis2010-12-22
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-22
* [analyzer] Refactoring: include/clang/Checker -> include/clang/GRArgyrios Kyrtzidis2010-12-22
* Merge System into Support.Michael J. Spencer2010-11-29
* Unbreak clang-interpreter. (Should there be some automated testing for this?)Eli Friedman2010-11-24
* Add a comment explaining why r117813 was needed.Dan Gohman2010-11-17
* Turns out that we may end up calling dladdr on GetExecutablePath, give it ext...Benjamin Kramer2010-10-30
* These functions don't need external linkage.Dan Gohman2010-10-29
* Rename 'MaxLoop' to 'MaxVisit' in AnalysisManager to more correctly reflect t...Tom Care2010-09-14
* PrintFunctionNames: Fix Windows (MSV{S,C} and mingw) build.Michael J. Spencer2010-09-14
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-13
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-10
* clang-interpreter: libFrontend depends on libSerialization. Fix linux build b...Benjamin Kramer2010-08-26
* Update clang-interpreter for recent DiagnosticClient ownership changes.Benjamin Kramer2010-08-26
* Add back clang-wpa. It is useful for experimenting with inter-file analysis.Zhongxing Xu2010-08-25
* Add Serialization dependency to clang-interpreterPeter Collingbourne2010-08-24
* Remove wpa 'example', it isn't being maintained.Daniel Dunbar2010-08-11
* Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance objectDaniel Dunbar2010-08-02
* Make a variable static.Dan Gohman2010-07-26
* Use an export file. Plugins must export llvm::Registry symbols.Dan Gohman2010-07-26
* Fix clang-interpreter buildPeter Collingbourne2010-07-24