Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-30 | Rename 'CIndex' to 'libclang', since it has basically become our stable public | Daniel Dunbar | |
(C) API, and will likely grow further in this direction in the future. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102779 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2010-04-12 | Prune includes. | Benjamin Kramer | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101059 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2010-01-26 | Implement 'clang_getInclusions()' in CIndex. This API allows clients to ↵ | Ted Kremenek | |
walk the set of files included in a translation unit via the C API. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94575 91177308-0d34-0410-b5e6-96231b3b80d8 |