aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-05-17Don't leak TemplateIds when a plugin parses late-parsed templates at TU end.Nico Weber
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-01-23Replace size() calls on containers with empty() calls where appropriate. NFCAlexander Kornienko
2014-10-03Driver: Update clang-interpreter example for r218938Justin Bogner
2014-09-04unique_ptrify JobList::JobsDavid Blaikie
2014-09-03Fix configure and make build of clang-interpreter.Iain Sandoe
2014-09-02Reinstate "Update for llvm API change.""Eric Christopher
2014-08-19Go back to having a takeModule instead of a getModule.Rafael Espindola
2014-08-19Update for llvm api change.Rafael Espindola
2014-08-10Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie
2014-08-07Temporarily Revert "Update for llvm API change."Eric Christopher
2014-08-07Update for llvm API change.Rafael Espindola
2014-07-24Use ELF in the clang-interpreter on windows.Rafael Espindola
2014-07-24Attempt at fixing the windows shared build.Rafael Espindola
2014-07-24Use MCJIT.Rafael Espindola
2014-07-24Remove the last use of llvm::ExecutionEngine::create.Rafael Espindola
2014-07-17Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie
2014-07-17unique_ptr-ify ownership of ASTConsumersDavid Blaikie
2014-07-16Make clang's rewrite engine a core featureAlp Toker
2014-07-15Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi
2014-07-13[CMake] Give explicit dependencies to a couple of modules, PrintFunctionNames...NAKAMURA Takumi
2014-07-13PrintFunctionNames/CMakeLists.txt: Fix a comment.NAKAMURA Takumi
2014-07-11Instantiate llvm::Registry<clang::PluginASTAction> in FrontendAction.cpp.NAKAMURA Takumi
2014-07-09clang-interpreter: don't check input file existence, we're in-processAlp Toker
2014-07-01clang-interpreter: use LLVM interpreter if JIT is unavailableAlp Toker
2014-07-01clang-interpreter: interpret instead of JITingAlp Toker
2014-05-15Eliminate DefaultImageName from the Driver constructorAlp Toker
2014-03-09Fix build break, replace take() with release().Ahmed Charles
2014-03-09[C++11] Replace OwningPtr include with <memory>.Ahmed Charles
2014-03-09[C++11] Remove the remaining uses of OwningPtr.Ahmed Charles
2014-02-21[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi
2014-02-20[CMake] Fix installation without CLANG_BUILD_EXAMPLESJordan Rose
2014-02-13[examples] Add tablegen'd ClangCommentCommandList as a dependency for plugins.Jordan Rose
2014-02-12[examples] Use loadable modules instead of shared libraries for Clang plugins.Jordan Rose
2014-02-11Expose the name of the checker producing each diagnostic message.Alexander Kornienko
2014-01-31[CMake] Suppress SampleAnalyzerPlugin w/o ENABLE_STATIC_ANALYZER.NAKAMURA Takumi
2014-01-23[CMake] Parameterize MODULE and SHARED in add_clang_library().NAKAMURA Takumi
2013-12-30Don't use PrintFunctionNames.exports on Windows.Nico Weber
2013-12-29Fix typo in comment.Nico Weber
2013-12-29[cmake] Set in LLVM_EXPORTED_SYMBOL_FILE PrintFunctionNames/CMakeLists.txt.Nico Weber
2013-12-21Fix getCustomDiagID() usage in example codeAlp Toker
2013-12-10[CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi
2013-12-10Add ObjCARCOpts to LINK_COMPONENTS.NAKAMURA Takumi
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