summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAge
* analyzer-plugin/MainCallChecker.cpp: Fixup corresponding to r167275.NAKAMURA Takumi2012-11-02
* Update clang-interpreter exampleDouglas Gregor2012-10-23
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-01
* libclang, examples: [CMake] Add dependencies to tblgen'd headers.NAKAMURA Takumi2012-07-27
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-21
* Honour CLANG_BUILD_EXAMPLES correctly, by setting the directory'sPeter Collingbourne2012-05-03
* Reverted unintentional commit.Manuel Klimek2012-04-26
* Adds a small tutorial on how to write RAV based ASTFrontendActions.Manuel Klimek2012-04-26
* Remove clangIndex reference from clang-interpreter CMake buildDouglas Gregor2012-04-13
* clang-interpreter/Makefile: [PR12313] Update USEDLIBS to add clangEdit.NAKAMURA Takumi2012-03-21
* Remove clang-wpa example, which has been unmaintained for quite a while.Douglas Gregor2012-03-14
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-11
* [analyzer] Rename clang::CallGraph into clang::idx::CallGraph + renameAnna Zaks2012-03-02
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-20
* drop more llvm:: prefixes on SmallString<>Dylan Noblesmith2012-02-13
* drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith2012-02-13
* examples/analyzer-plugin: hook up to buildDylan Noblesmith2012-02-13
* examples/analyzer-plugin/: unbreak buildDylan Noblesmith2012-02-09
* Adjust CLANG_BUILD_EXAMPLES to mean whether the examples are builtPeter Collingbourne2012-01-26
* remove unneeded config.h includesDylan Noblesmith2011-12-22
* examples: flesh out PFN readmeDylan Noblesmith2011-12-18
* Update signature of HandleTopLevelDecl.Douglas Gregor2011-11-19
* rename getHostTriple into getDefaultTargetTriple in clangSebastian Pop2011-11-01
* Add support for lazily linking bitcode files (using a newPeter Collingbourne2011-10-30
* Add missing include to clang-interpreter example, to make it work on Windows....Eli Friedman2011-10-06
* Rip out flags for controlling C++ "production mode" separately.Bob Wilson2011-10-04
* Fix examples for r140478. PR11021.Eli Friedman2011-09-27
* Match LLVM change: TargetRegistry and TargetSelect have been moved to Support.Evan Cheng2011-08-24
* Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...Anna Zaks2011-08-17
* Don't use BuiltinBug in analyzer plugin example.Jordy Rose2011-08-17
* [analyzer] Add basic support for pluggable checkers.Jordy Rose2011-08-17
* 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