Skip to content

Instantly share code, notes, and snippets.

View cosmicexplorer's full-sized avatar
🎨
building some software right now you will probably end up using at some point

Danny McClanahan cosmicexplorer

🎨
building some software right now you will probably end up using at some point
View GitHub Profile
@yifu
yifu / syntax-check.cpp
Created September 21, 2012 14:37
Clang framework tutorial.
#include <clang-c/Index.h>
#include <iostream>
#include <string>
/////////////////////////////////////////////////////
/////////////////////////////////////////////////////
// gcc -I /data/mag/ut0tyb/llvm-3.0/include/ /data/mag/ut0tyb/llvm-3.0/lib/libclang.a syntax-check.cpp
/////////////////////////////////////////////////////