Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chinmaygarde/clangplugin
- Owner: chinmaygarde
- Created: 2013-09-03T10:28:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-03T10:28:59.000Z (about 11 years ago)
- Last Synced: 2024-10-08T06:48:18.946Z (about 1 month ago)
- Language: C++
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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