Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename 'CIndex' to 'libclang', since it has basically become our stable public | Daniel Dunbar | 2010-04-30 | 1 | -75/+0 |
* | Prune includes. | Benjamin Kramer | 2010-04-12 | 1 | -3/+2 |
* | Rename translateSourceRange(CXSourceRange) translateCXSourceRange, instead of | Daniel Dunbar | 2010-02-14 | 1 | -1/+1 |
* | CIndex: Kill off CXSourceLocationPtr, and AtEnd arguments. | Daniel Dunbar | 2010-02-14 | 1 | -10/+5 |
* | CIndex: Stop hiding magic end bit in CXSourceRange locations where clients can't | Daniel Dunbar | 2010-02-14 | 1 | -9/+9 |
* | Implement a diagnostics callback for the C interface to Clang, so that | Douglas Gregor | 2010-01-28 | 1 | -6/+29 |
* | Introduce a CIndex API for lexing the raw tokens within a given source | Douglas Gregor | 2010-01-26 | 1 | -2/+2 |
* | Pull functions that translate from CXSourceLocation to SourceLocation (and ba... | Ted Kremenek | 2010-01-25 | 1 | -0/+58 |