summaryrefslogtreecommitdiff
path: root/examples/PrintFunctionNames
AgeCommit message (Expand)Author
2016-10-10[Examples] Fix use of sema.LateParsedTemplateMap in clang/examples.Justin Lebar
2016-08-05Reapply r276973 "Adjust Registry interface to not require plugins to export a...John Brawn
2016-07-28Revert r276973 "Adjust Registry interface to not require plugins to export a ...John Brawn
2016-07-28Reapply r276856 "Adjust Registry interface to not require plugins to export a...John Brawn
2016-07-27Revert r276856 "Adjust Registry interface to not require plugins to export a ...John Brawn
2016-07-27Adjust Registry interface to not require plugins to export a registryJohn Brawn
2016-06-09[CMake] Cleaning up CMake feature gating on 2.8.12Chris Bieneman
2016-02-11Revert r260265, "clang-cl: Support loading plugins on Windows"NAKAMURA Takumi
2016-02-09clang-cl: Support loading plugins on WindowsEhsan Akhgari
2016-01-26Remove autoconf supportChris Bieneman
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-08-10Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie
2014-07-17Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie
2014-07-17unique_ptr-ify ownership of ASTConsumersDavid Blaikie
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-02-21[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi
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-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
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-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-04-26Reverted unintentional commit.Manuel Klimek
2012-04-26Adds a small tutorial on how to write RAV based ASTFrontendActions.Manuel Klimek
2011-12-18examples: flesh out PFN readmeDylan Noblesmith
2011-11-19Update signature of HandleTopLevelDecl.Douglas Gregor
2011-09-27Fix examples for r140478. PR11021.Eli Friedman
2011-02-19Re-instate r125819 and r125820 with no functionality changePeter Collingbourne
2011-02-19Revert 125820 and 125819 to fix PR9266.Rafael Espindola
2011-02-18Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne
2011-02-14[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...Argyrios Kyrtzidis
2011-02-10CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi
2011-01-26make `make` work in examples/PrintFucntionNames on Mac. I checked that it sti...Nico Weber
2011-01-19Fix name to match reality.Nick Lewycky
2010-12-23Chris Lattner has strong opinions about directoryTed Kremenek
2010-12-23Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek
2010-12-22[analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr...Argyrios Kyrtzidis