aboutsummaryrefslogtreecommitdiff
path: root/tools/CIndex/CIndexInclusionStack.cpp
AgeCommit message (Expand)Author
2010-04-30Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar
2010-04-12Prune includes.Benjamin Kramer
2010-01-26Implement 'clang_getInclusions()' in CIndex. This API allows clients to walk...Ted Kremenek