1. 2d5c133 [libclang] Introduce clang_getFileLocation. by Argyrios Kyrtzidis · 12 years ago
  2. 6ee225c Simplify logic to use SourceManager::getFileLoc(), per Argyrios's feedback. by Ted Kremenek · 12 years ago
  3. d9b8777 Have clang_getSpellingLocation() use the same logic as DiagnosticRenderer for plowing through macros. by Ted Kremenek · 12 years ago
  4. f59edb9 Sort #include lines for tools/... by Chandler Carruth · 12 years ago
  5. 1532217 serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. by Ted Kremenek · 13 years ago
  6. b4efaa0 [libclang] Add missing return in clang_getExpansionLocation that resulted in that function by Argyrios Kyrtzidis · 13 years ago
  7. 51a7d5d [libclang] Tweak internals of CXSourceLocation to allow an alternate implementation if the lowest bit of ptr_data[0] is not 0. This by Ted Kremenek · 13 years ago
  8. 3ddef06 [libclang] Move implementation of functions for manipulation CXSourceLocations and CXSourceRanges into a separate file. by Ted Kremenek · 13 years ago