1. 1a9a0bc Per Doug's suggestion, move check for invalid SourceLocation into by Ted Kremenek · 14 years ago
  2. 0a76aae introduce a new CharSourceRange class, and enhance the diagnostics routines by Chris Lattner · 14 years ago
  3. f51f20f Rename 'CIndex' to 'libclang', since it has basically become our stable public by Daniel Dunbar · 14 years ago[Renamed from tools/CIndex/CXSourceLocation.h]
  4. b846deb Prune includes. by Benjamin Kramer · 14 years ago
  5. 85b988f Rename translateSourceRange(CXSourceRange) translateCXSourceRange, instead of by Daniel Dunbar · 15 years ago
  6. bb4a61a CIndex: Kill off CXSourceLocationPtr, and AtEnd arguments. by Daniel Dunbar · 15 years ago
  7. 76dd3c2 CIndex: Stop hiding magic end bit in CXSourceRange locations where clients can't by Daniel Dunbar · 15 years ago
  8. 5352ac0 Implement a diagnostics callback for the C interface to Clang, so that by Douglas Gregor · 15 years ago
  9. fc8ea23 Introduce a CIndex API for lexing the raw tokens within a given source by Douglas Gregor · 15 years ago
  10. a297de2 Pull functions that translate from CXSourceLocation to SourceLocation (and back) to a separate header file. by Ted Kremenek · 15 years ago