Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chinmaygarde/clangplugin

XCode Project for Clang Plugins
https://github.com/chinmaygarde/clangplugin

Last synced: 20 days ago
JSON representation

XCode Project for Clang Plugins

Awesome Lists containing this project

README

        

Clang Plugin
============

A simple XCode project for building Clang plugins.

Instructions
------------
* Run the default target in XCode
* This generated two files, `ClangPlugin.xcconfig` and `ClangPluginUser.sh`
* Download Clang and set the `LLVM_CONFIG` export in `ClangPluginUser.sh` to the path to `llvm-config`
* Run the same target again and verify that `ClangPlugin.xcconfig` contains the correct exports for your environment
* Start from `PrintFunctionNames.cpp` as base