summaryrefslogtreecommitdiffstats
path: root/examples/PrintFunctionNames/PrintFunctionNames.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Examples] Fix use of sema.LateParsedTemplateMap in clang/examples.Justin Lebar2016-10-101-2/+3
* Revert r260265, "clang-cl: Support loading plugins on Windows"NAKAMURA Takumi2016-02-111-1/+0
* clang-cl: Support loading plugins on WindowsEhsan Akhgari2016-02-091-0/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* 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
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-2/+3
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-3/+2
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-2/+3
* Fix getCustomDiagID() usage in example codeAlp Toker2013-12-211-3/+3
* Sort the #include lines for examples/...Chandler Carruth2012-12-041-1/+1
* Reverted unintentional commit.Manuel Klimek2012-04-261-2/+1
* Adds a small tutorial on how to write RAV based ASTFrontendActions.Manuel Klimek2012-04-261-1/+2
* Update signature of HandleTopLevelDecl.Douglas Gregor2011-11-191-1/+3
* Fix examples for r140478. PR11021.Eli Friedman2011-09-271-2/+2
* Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance objectDaniel Dunbar2010-08-021-4/+16
* Make a variable static.Dan Gohman2010-07-261-1/+1
* Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Strasz...Daniel Dunbar2010-06-161-1/+14
* Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.Daniel Dunbar2009-12-111-2/+2
* Add a trivial example plugin, which prints the names of the top-level decls.Daniel Dunbar2009-11-151-0/+44