clang extra tools - arosh/arosh.github.com GitHub Wiki
- http://hiroom2.jimdo.com/2014/02/12/clang%E3%81%AEexample-plugin%E3%82%92%E8%A9%A6%E3%81%97%E3%81%A6%E3%81%BF%E3%82%8B/
- http://d.hatena.ne.jp/osyo-manga/20130417/1366203282
- http://asdm.hatenablog.com/entry/2015/01/15/144713
- llvm, clang, clang-extra-tools (extra), compiler-rtをcloneする。compiler-rtは本当に必要なのか知らん
mkdir build
,cd build
,cmake -DCMAKE_BUILD_TYPE=Release ..
,cd tools/clang/tools/extra
,make -j 4