]> granicus.if.org Git - clang/commit
Add a trivial example plugin, which prints the names of the top-level decls.
authorDaniel Dunbar <daniel@zuster.org>
Sun, 15 Nov 2009 00:27:43 +0000 (00:27 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 15 Nov 2009 00:27:43 +0000 (00:27 +0000)
commit9a69387f5c88c73638ae5155a398477d9c7ac87f
tree568c07a88ed565d5f44df33dcb9f95b43eb5ae26
parent297b0833ad283e0e0a9003fe6c5eadeedc6614d5
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
examples/Makefile
examples/PrintFunctionNames/CMakeLists.txt [new file with mode: 0644]
examples/PrintFunctionNames/Makefile [new file with mode: 0644]
examples/PrintFunctionNames/PrintFunctionNames.cpp [new file with mode: 0644]