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
Showing
- examples/Makefile 1 addition, 1 deletionexamples/Makefile
- examples/PrintFunctionNames/CMakeLists.txt 17 additions, 0 deletionsexamples/PrintFunctionNames/CMakeLists.txt
- examples/PrintFunctionNames/Makefile 27 additions, 0 deletionsexamples/PrintFunctionNames/Makefile
- examples/PrintFunctionNames/PrintFunctionNames.cpp 44 additions, 0 deletionsexamples/PrintFunctionNames/PrintFunctionNames.cpp
examples/PrintFunctionNames/CMakeLists.txt
0 → 100644
examples/PrintFunctionNames/Makefile
0 → 100644
Please register or sign in to comment