summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* [C++11] Remove the remaining uses of OwningPtr.Ahmed Charles2014-03-092-6/+6
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-212-20/+0
* [CMake] Fix installation without CLANG_BUILD_EXAMPLESJordan Rose2014-02-201-0/+1
* [examples] Add tablegen'd ClangCommentCommandList as a dependency for plugins.Jordan Rose2014-02-132-3/+2
* [examples] Use loadable modules instead of shared libraries for Clang plugins.Jordan Rose2014-02-123-30/+3
* Expose the name of the checker producing each diagnostic message.Alexander Kornienko2014-02-111-1/+1
* [CMake] Suppress SampleAnalyzerPlugin w/o ENABLE_STATIC_ANALYZER.NAKAMURA Takumi2014-01-311-0/+2
* [CMake] Parameterize MODULE and SHARED in add_clang_library().NAKAMURA Takumi2014-01-232-6/+2
* Don't use PrintFunctionNames.exports on Windows.Nico Weber2013-12-301-3/+6
* Fix typo in comment.Nico Weber2013-12-291-1/+1
* [cmake] Set in LLVM_EXPORTED_SYMBOL_FILE PrintFunctionNames/CMakeLists.txt.Nico Weber2013-12-291-0/+8
* Fix getCustomDiagID() usage in example codeAlp Toker2013-12-211-3/+3
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-103-27/+17
* Add ObjCARCOpts to LINK_COMPONENTS.NAKAMURA Takumi2013-12-101-1/+1
* Add irreader to the component list, because ParseIR is called.Bill Wendling2013-10-191-2/+2
* Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print.Hans Wennborg2013-09-121-2/+2
* Remove unused header.Rafael Espindola2013-06-261-1/+0
* Use llvm::sys::fs::getMainExecutable.Rafael Espindola2013-06-261-4/+5
* Include PathV1.h only where it is used.Rafael Espindola2013-06-171-0/+1
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-1/+1
* The IRReader header is now part of its own library. Update the includeChandler Carruth2013-03-261-0/+1
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-201-1/+1
* Use getProcessTriple in clang-interpreter.Peter Collingbourne2013-01-161-2/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-1/+1
* Revert r170801, which breaks the mingw build.Douglas Gregor2012-12-201-0/+1
* Eliminate errors when running the 'PrintFunctionNames' plugin, from Li Qun!Douglas Gregor2012-12-201-1/+0
* Sort the #include lines for examples/...Chandler Carruth2012-12-043-10/+9
* Fix examples.Rafael Espindola2012-11-271-1/+1
* analyzer-plugin/MainCallChecker.cpp: Fixup corresponding to r167275.NAKAMURA Takumi2012-11-021-1/+1
* Update clang-interpreter exampleDouglas Gregor2012-10-231-3/+4
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-012-2/+3
* libclang, examples: [CMake] Add dependencies to tblgen'd headers.NAKAMURA Takumi2012-07-272-0/+18
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-213-37/+40
* Honour CLANG_BUILD_EXAMPLES correctly, by setting the directory'sPeter Collingbourne2012-05-031-1/+1
* Reverted unintentional commit.Manuel Klimek2012-04-261-2/+1
* Adds a small tutorial on how to write RAV based ASTFrontendActions.Manuel Klimek2012-04-261-1/+2
* Remove clangIndex reference from clang-interpreter CMake buildDouglas Gregor2012-04-131-1/+0
* clang-interpreter/Makefile: [PR12313] Update USEDLIBS to add clangEdit.NAKAMURA Takumi2012-03-211-1/+2
* 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-202-2/+2
* drop more llvm:: prefixes on SmallString<>Dylan Noblesmith2012-02-131-1/+1
* drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith2012-02-133-8/+8
* examples/analyzer-plugin: hook up to buildDylan Noblesmith2012-02-134-3/+4
* examples/analyzer-plugin/: unbreak buildDylan Noblesmith2012-02-091-2/+3
* Adjust CLANG_BUILD_EXAMPLES to mean whether the examples are builtPeter Collingbourne2012-01-261-0/+4
* remove unneeded config.h includesDylan Noblesmith2011-12-221-2/+0