aboutsummaryrefslogtreecommitdiff
path: root/clang/examples/PrintFunctionNames
AgeCommit message (Expand)AuthorFilesLines
2024-06-08Enable LLDB tests in Linux pre-merge CI (#94208)Vlad Serebrennikov1-1/+1
2022-02-16clang-analyzer plugins require LLVM_ENABLE_PLUGINS alsoJameson Nash1-1/+1
2022-02-09replace clang LLVM_ENABLE_PLUGINS -> CLANG_PLUGIN_SUPPORT in testsJameson Nash1-1/+1
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-07-03cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard1-2/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-20cmake: Remove uses of add_llvm_loadable_module macroTom Stellard1-1/+1
2018-05-23Test commitKristof Umann1-2/+2
2018-05-23This is a test commit.David Carlier1-1/+1
2016-10-10[Examples] Fix use of sema.LateParsedTemplateMap in clang/examples.Justin Lebar1-2/+3
2016-08-05Reapply r276973 "Adjust Registry interface to not require plugins to export a...John Brawn1-1/+1
2016-07-28Revert r276973 "Adjust Registry interface to not require plugins to export a ...John Brawn1-1/+1
2016-07-28Reapply r276856 "Adjust Registry interface to not require plugins to export a...John Brawn1-1/+1
2016-07-27Revert r276856 "Adjust Registry interface to not require plugins to export a ...John Brawn1-1/+1
2016-07-27Adjust Registry interface to not require plugins to export a registryJohn Brawn1-1/+1
2016-06-09[CMake] Cleaning up CMake feature gating on 2.8.12Chris Bieneman1-1/+1
2016-02-11Revert r260265, "clang-cl: Support loading plugins on Windows"NAKAMURA Takumi1-1/+0
2016-02-09clang-cl: Support loading plugins on WindowsEhsan Akhgari1-0/+1
2016-01-26Remove autoconf supportChris Bieneman1-28/+0
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-05-17Don't leak TemplateIds when a plugin parses late-parsed templates at TU end.Nico Weber1-2/+53
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-3/+3
2015-01-23Replace size() calls on containers with empty() calls where appropriate. NFCAlexander Kornienko1-1/+1
2014-08-10Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie1-2/+3
2014-07-17Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie1-3/+2
2014-07-17unique_ptr-ify ownership of ASTConsumersDavid Blaikie1-2/+3
2014-07-13[CMake] Give explicit dependencies to a couple of modules, PrintFunctionNames...NAKAMURA Takumi1-0/+9
2014-07-13PrintFunctionNames/CMakeLists.txt: Fix a comment.NAKAMURA Takumi1-1/+1
2014-07-11Instantiate llvm::Registry<clang::PluginASTAction> in FrontendAction.cpp.NAKAMURA Takumi1-1/+0
2014-02-21[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi1-10/+0
2014-02-13[examples] Add tablegen'd ClangCommentCommandList as a dependency for plugins.Jordan Rose1-0/+1
2014-02-12[examples] Use loadable modules instead of shared libraries for Clang plugins.Jordan Rose2-17/+2
2014-01-23[CMake] Parameterize MODULE and SHARED in add_clang_library().NAKAMURA Takumi1-3/+1
2013-12-30Don't use PrintFunctionNames.exports on Windows.Nico Weber1-3/+6
2013-12-29Fix typo in comment.Nico Weber1-1/+1
2013-12-29[cmake] Set in LLVM_EXPORTED_SYMBOL_FILE PrintFunctionNames/CMakeLists.txt.Nico Weber1-0/+8
2013-12-21Fix getCustomDiagID() usage in example codeAlp Toker1-3/+3
2013-12-10[CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi1-2/+5
2012-12-20Revert r170801, which breaks the mingw build.Douglas Gregor1-0/+1
2012-12-20Eliminate errors when running the 'PrintFunctionNames' plugin, from Li Qun!Douglas Gregor1-1/+0
2012-12-04Sort the #include lines for examples/...Chandler Carruth1-1/+1
2012-07-27libclang, examples: [CMake] Add dependencies to tblgen'd headers.NAKAMURA Takumi1-0/+9
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth1-5/+5
2012-04-26Reverted unintentional commit.Manuel Klimek1-2/+1
2012-04-26Adds a small tutorial on how to write RAV based ASTFrontendActions.Manuel Klimek1-1/+2
2011-12-18examples: flesh out PFN readmeDylan Noblesmith1-0/+4
2011-11-19Update signature of HandleTopLevelDecl.Douglas Gregor1-1/+3
2011-09-27Fix examples for r140478. PR11021.Eli Friedman1-2/+2
2011-02-19Re-instate r125819 and r125820 with no functionality changePeter Collingbourne1-24/+1