History log of /external/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1a026803b7886ed265fc63dfddaaa5d3712760e3 19-Nov-2011 Douglas Gregor <dgregor@apple.com> Update signature of HandleTopLevelDecl.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145001 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
d3c1661593e246f9cd25dc9da27e54b0a61ffe0d 27-Sep-2011 Eli Friedman <eli.friedman@gmail.com> Fix examples for r140478. PR11021.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140618 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
f56a488a6bdfe56ca814f37d384afa67c67f9dd5 02-Aug-2010 Daniel Dunbar <daniel@zuster.org> Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance object
for use in reporting diagnostics.
- We don't want to use the Action's own CompilerInstance, because that is only
initialized during file processing and I like that invariant.

Also, if ParseArgs returns false then abandon execution.

Also, remove unused PluginASTAction::PrintHelp virtual method.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110039 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
1890eb81a6ad9df6dee4d54d5031e1ea5c6e9ce7 26-Jul-2010 Dan Gohman <gohman@apple.com> Make a variable static.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109438 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
3177aae51a21f61ab483c52f97124bdb707da7f1 16-Jun-2010 Daniel Dunbar <daniel@zuster.org> Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Straszheim!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106113 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
dd63b28107f21692b5065588f0e90b4534946f93 12-Dec-2009 Daniel Dunbar <daniel@zuster.org> Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91176 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
9a69387f5c88c73638ae5155a398477d9c7ac87f 15-Nov-2009 Daniel Dunbar <daniel@zuster.org> Add a trivial example plugin, which prints the names of the top-level decls.
- The build scriptage is about twice as long as the code, which is nice. :)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88826 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp