A simple XCode project for building Clang plugins.
- Run the default target in XCode
- This generated two files,
ClangPlugin.xcconfigandClangPluginUser.sh - Download Clang and set the
LLVM_CONFIGexport inClangPluginUser.shto the path tollvm-config - Run the same target again and verify that
ClangPlugin.xcconfigcontains the correct exports for your environment - Start from
PrintFunctionNames.cppas base