aboutsummaryrefslogtreecommitdiff
path: root/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-21Fix getCustomDiagID() usage in example codeAlp Toker1-3/+3
2012-12-04Sort the #include lines for examples/...Chandler Carruth1-1/+1
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-11-19Update signature of HandleTopLevelDecl.Douglas Gregor1-1/+3
2011-09-27Fix examples for r140478. PR11021.Eli Friedman1-2/+2
2010-08-02Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance objectDaniel Dunbar1-4/+16
2010-07-26Make a variable static.Dan Gohman1-1/+1
2010-06-16Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Strasz...Daniel Dunbar1-1/+14
2009-12-11Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.Daniel Dunbar1-2/+2
2009-11-15Add a trivial example plugin, which prints the names of the top-level decls.Daniel Dunbar1-0/+44