summaryrefslogtreecommitdiffstats
path: root/clang/tools/CIndex/CIndexInclusionStack.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2010-04-301-67/+0
| | | | | | (C) API, and will likely grow further in this direction in the future. llvm-svn: 102779
* Prune includes.Benjamin Kramer2010-04-121-0/+2
| | | | llvm-svn: 101059
* Implement 'clang_getInclusions()' in CIndex. This API allows clients to ↵Ted Kremenek2010-01-261-0/+65
walk the set of files included in a translation unit via the C API. llvm-svn: 94575
OpenPOWER on IntegriCloud