aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2016-10-06Update aosp/master Clang for rebase to r275480Pirama Arumuga Nainar
2016-03-17Update aosp/master clang for rebase to r256229Pirama Arumuga Nainar
2015-07-01Update aosp/master clang for rebase to r239765Pirama Arumuga Nainar
2015-05-06Update aosp/master clang for rebase to r235153Pirama Arumuga Nainar
2015-03-31Update aosp/master clang for rebase to r230699.Stephen Hines
2014-12-01Update aosp/master Clang for rebase to r222490.Stephen Hines
2014-07-21Update Clang for rebase to r212749.Stephen Hines
2014-05-29Update Clang for 3.5 rebase (r209713).Stephen Hines
2014-04-23Updated to Clang 3.5a.Stephen Hines
2013-10-19Add irreader to the component list, because ParseIR is called.Bill Wendling
2013-09-12Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print.Hans Wennborg
2013-06-26Remove unused header.Rafael Espindola
2013-06-26Use llvm::sys::fs::getMainExecutable.Rafael Espindola
2013-06-17Include PathV1.h only where it is used.Rafael Espindola
2013-06-14[Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner
2013-03-26The IRReader header is now part of its own library. Update the includeChandler Carruth
2013-01-20Nuke SetUpBuildDumpLog.Sean Silva
2013-01-16Use getProcessTriple in clang-interpreter.Peter Collingbourne
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth
2012-12-20Revert r170801, which breaks the mingw build.Douglas Gregor
2012-12-20Eliminate errors when running the 'PrintFunctionNames' plugin, from Li Qun!Douglas Gregor
2012-12-04Sort the #include lines for examples/...Chandler Carruth
2012-11-27Fix examples.Rafael Espindola
2012-11-02analyzer-plugin/MainCallChecker.cpp: Fixup corresponding to r167275.NAKAMURA Takumi
2012-10-23Update clang-interpreter exampleDouglas Gregor
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2012-07-27libclang, examples: [CMake] Add dependencies to tblgen'd headers.NAKAMURA Takumi
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-05-03Honour CLANG_BUILD_EXAMPLES correctly, by setting the directory'sPeter Collingbourne
2012-04-26Reverted unintentional commit.Manuel Klimek
2012-04-26Adds a small tutorial on how to write RAV based ASTFrontendActions.Manuel Klimek
2012-04-13Remove clangIndex reference from clang-interpreter CMake buildDouglas Gregor
2012-03-21clang-interpreter/Makefile: [PR12313] Update USEDLIBS to add clangEdit.NAKAMURA Takumi
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 SmallString<>Dylan Noblesmith
2012-02-13drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith
2012-02-13examples/analyzer-plugin: hook up to buildDylan Noblesmith
2012-02-09examples/analyzer-plugin/: unbreak buildDylan Noblesmith
2012-01-26Adjust CLANG_BUILD_EXAMPLES to mean whether the examples are builtPeter Collingbourne
2011-12-22remove unneeded config.h includesDylan Noblesmith
2011-12-18examples: flesh out PFN readmeDylan Noblesmith
2011-11-19Update signature of HandleTopLevelDecl.Douglas Gregor
2011-11-01rename getHostTriple into getDefaultTargetTriple in clangSebastian Pop
2011-10-30Add support for lazily linking bitcode files (using a newPeter Collingbourne
2011-10-06Add missing include to clang-interpreter example, to make it work on Windows....Eli Friedman
2011-10-04Rip out flags for controlling C++ "production mode" separately.Bob Wilson