summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Update signature of HandleTopLevelDecl.Douglas Gregor2011-11-191-1/+3
* rename getHostTriple into getDefaultTargetTriple in clangSebastian Pop2011-11-011-1/+1
* Add support for lazily linking bitcode files (using a newPeter Collingbourne2011-10-302-1/+2
* Add missing include to clang-interpreter example, to make it work on Windows....Eli Friedman2011-10-061-0/+1
* Rip out flags for controlling C++ "production mode" separately.Bob Wilson2011-10-041-2/+1
* Fix examples for r140478. PR11021.Eli Friedman2011-09-272-3/+3
* Match LLVM change: TargetRegistry and TargetSelect have been moved to Support.Evan Cheng2011-08-241-1/+1
* Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...Anna Zaks2011-08-171-1/+1
* Don't use BuiltinBug in analyzer plugin example.Jordy Rose2011-08-171-1/+1
* [analyzer] Add basic support for pluggable checkers.Jordy Rose2011-08-173-0/+86
* Reverts the Tooling changes as requested by Chris.Manuel Klimek2011-06-029-389/+1
* Fixes Makefile based build for examples/Tooling.Manuel Klimek2011-06-013-3/+28
* Put Parse before Sema on the link line since parse depends on sema.Nick Lewycky2011-06-011-2/+3
* This patch implements an AST matching framework that allows to writeManuel Klimek2011-05-314-0/+285
* Fix linking of clang-wpa.Zhongxing Xu2011-05-311-3/+6
* Fix examples compile break due to rewrite of isa.Manuel Klimek2011-05-231-1/+1
* Pulls the common part of the clang-check example into Tooling, to allow new t...Manuel Klimek2011-05-161-73/+6
* Let clang-check actually use the Directory entry in the json file.Nico Weber2011-05-141-0/+6
* Fixes compilation with Visual Studio by replacing the non-standard vector::da...Manuel Klimek2011-05-101-2/+2
* Fix gcc 'warning: multi-line comment'.Nico Weber2011-04-301-2/+2
* Add a Makefile to examples/Tooling for people who do not use cmake.Nico Weber2011-04-301-0/+24
* Fix Makefile build of examples/clang-interpreter.Nico Weber2011-04-301-1/+1
* This is the next step in building the standalone tools infrastructure:Manuel Klimek2011-04-273-1/+115
* Fixed build error.John Thompson2011-03-291-2/+1
* [analyzer] Add LangOptions in CheckerManager.Argyrios Kyrtzidis2011-02-231-1/+2
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-192-26/+1
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-192-1/+26
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-182-26/+1
* Fix the clang-wpa example.Argyrios Kyrtzidis2011-02-151-10/+34
* [analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...Argyrios Kyrtzidis2011-02-145-2/+5
* CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi2011-02-103-6/+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
* make `make` work in examples/PrintFucntionNames on Mac. I checked that it sti...Nico Weber2011-01-262-5/+11
* Fix name to match reality.Nick Lewycky2011-01-191-1/+1
* Get clang-wpa to build in TOT (reflecting updatesTed Kremenek2011-01-181-6/+11
* Chris Lattner has strong opinions about directoryTed Kremenek2010-12-235-8/+8
* Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek2010-12-235-8/+8
* [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-225-2/+5
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-225-5/+5
* [analyzer] Refactoring: include/clang/Checker -> include/clang/GRArgyrios Kyrtzidis2010-12-221-4/+4
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* Unbreak clang-interpreter. (Should there be some automated testing for this?)Eli Friedman2010-11-241-1/+2
* Add a comment explaining why r117813 was needed.Dan Gohman2010-11-171-0/+5
* Turns out that we may end up calling dladdr on GetExecutablePath, give it ext...Benjamin Kramer2010-10-301-1/+1
* These functions don't need external linkage.Dan Gohman2010-10-291-2/+2
* Rename 'MaxLoop' to 'MaxVisit' in AnalysisManager to more correctly reflect t...Tom Care2010-09-141-1/+1
* PrintFunctionNames: Fix Windows (MSV{S,C} and mingw) build.Michael J. Spencer2010-09-141-0/+28
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-133-36/+39