summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Don't leak TemplateIds when a plugin parses late-parsed templates at TU end.Nico Weber2015-05-171-2/+53
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-3/+3
* Replace size() calls on containers with empty() calls where appropriate. NFCAlexander Kornienko2015-01-231-1/+1
* Driver: Update clang-interpreter example for r218938Justin Bogner2014-10-031-2/+2
* unique_ptrify JobList::JobsDavid Blaikie2014-09-041-4/+4
* Fix configure and make build of clang-interpreter.Iain Sandoe2014-09-031-2/+4
* Reinstate "Update for llvm API change.""Eric Christopher2014-09-021-1/+0
* Go back to having a takeModule instead of a getModule.Rafael Espindola2014-08-191-1/+1
* Update for llvm api change.Rafael Espindola2014-08-191-13/+15
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-2/+3
* Temporarily Revert "Update for llvm API change."Eric Christopher2014-08-071-0/+1
* Update for llvm API change.Rafael Espindola2014-08-071-1/+0
* Use ELF in the clang-interpreter on windows.Rafael Espindola2014-07-241-1/+8
* Attempt at fixing the windows shared build.Rafael Espindola2014-07-241-0/+1
* Use MCJIT.Rafael Espindola2014-07-242-2/+5
* Remove the last use of llvm::ExecutionEngine::create.Rafael Espindola2014-07-241-2/+9
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-3/+2
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-2/+3
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-1/+1
* Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi2014-07-151-1/+0
* [CMake] Give explicit dependencies to a couple of modules, PrintFunctionNames...NAKAMURA Takumi2014-07-132-0/+18
* PrintFunctionNames/CMakeLists.txt: Fix a comment.NAKAMURA Takumi2014-07-131-1/+1
* Instantiate llvm::Registry<clang::PluginASTAction> in FrontendAction.cpp.NAKAMURA Takumi2014-07-111-1/+0
* clang-interpreter: don't check input file existence, we're in-processAlp Toker2014-07-091-0/+1
* clang-interpreter: use LLVM interpreter if JIT is unavailableAlp Toker2014-07-013-5/+6
* clang-interpreter: interpret instead of JITingAlp Toker2014-07-013-6/+6
* Eliminate DefaultImageName from the Driver constructorAlp Toker2014-05-151-1/+1
* Fix build break, replace take() with release().Ahmed Charles2014-03-091-1/+1
* [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