summaryrefslogtreecommitdiff
path: root/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
AgeCommit message (Expand)Author
2024-06-08Enable LLDB tests in Linux pre-merge CI (#94208)Vlad Serebrennikov
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-10-10[Examples] Fix use of sema.LateParsedTemplateMap in clang/examples.Justin Lebar
2016-02-11Revert r260265, "clang-cl: Support loading plugins on Windows"NAKAMURA Takumi
2016-02-09clang-cl: Support loading plugins on WindowsEhsan Akhgari
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
2013-12-21Fix getCustomDiagID() usage in example codeAlp Toker
2012-12-04Sort the #include lines for examples/...Chandler Carruth
2012-04-26Reverted unintentional commit.Manuel Klimek
2012-04-26Adds a small tutorial on how to write RAV based ASTFrontendActions.Manuel Klimek
2011-11-19Update signature of HandleTopLevelDecl.Douglas Gregor
2011-09-27Fix examples for r140478. PR11021.Eli Friedman
2010-08-02Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance objectDaniel Dunbar
2010-07-26Make a variable static.Dan Gohman
2010-06-16Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Strasz...Daniel Dunbar
2009-12-11Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.Daniel Dunbar
2009-11-15Add a trivial example plugin, which prints the names of the top-level decls.Daniel Dunbar