History log of /external/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b6d6993e6e6d3daf4d9876794254d20a134e37c2 01-Jul-2015 Pirama Arumuga Nainar <pirama@google.com> Update aosp/master clang for rebase to r239765

Change-Id: I0393bcc952590a7226af8c4b58534a8ee5fd2d99
/external/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
58878f85ab89b13e9eea4af3ccf055e42c557bc8 06-May-2015 Pirama Arumuga Nainar <pirama@google.com> Update aosp/master clang for rebase to r235153

Change-Id: Ia94bbcb6da7c75b6e7c2afedd1001094d62a7324
/external/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
0e2c34f92f00628d48968dfea096d36381f494cb 23-Mar-2015 Stephen Hines <srhines@google.com> Update aosp/master clang for rebase to r230699.

Change-Id: I6a546ab3d4ae37119eebb735e102cca4f80ab520
/external/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
176edba5311f6eff0cad2631449885ddf4fbc9ea 01-Dec-2014 Stephen Hines <srhines@google.com> Update aosp/master Clang for rebase to r222490.

Change-Id: Ic557ac55e97fbf6ee08771c7b7c3594777b0aefd
/external/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
651f13cea278ec967336033dd032faef0e9fc2ec 24-Apr-2014 Stephen Hines <srhines@google.com> Updated to Clang 3.5a.

Change-Id: I8127eb568f674c2e72635b639a3295381fe8af82
/external/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
e0c6e93dddf4503d9b12ce09d7ab6ea5d523499f 04-Dec-2012 Chandler Carruth <chandlerc@gmail.com> Sort the #include lines for examples/...

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169241 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
981d1ec3fd2d33fbb1b47c9fdae9e5a0ea241bc4 26-Apr-2012 Manuel Klimek <klimek@google.com> Reverted unintentional commit.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155629 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
d9ed0fd0d10b604f3e6ce9efa83743fd5d31b5a1 26-Apr-2012 Manuel Klimek <klimek@google.com> Adds a small tutorial on how to write RAV based ASTFrontendActions.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155627 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
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