1. 5694feb libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) by Dmitri Gribenko · 11 years ago
  2. 61eacf0 Fix Casting by David Greene · 11 years ago
  3. f59edb9 Sort #include lines for tools/... by Chandler Carruth · 12 years ago
  4. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  5. f62d43d Revamp the SourceManager to separate the representation of parsed by Douglas Gregor · 13 years ago
  6. e23ac65 Teach SourceManager::getSLocEntry() that it can fail due to problems by Douglas Gregor · 13 years ago
  7. b1c8649 Currently we can only remap a file by creating a MemoryBuffer and replacing the file contents with it. by Argyrios Kyrtzidis · 13 years ago
  8. 0a90d32 Make definition of CXTranslationUnitImpl private to libclang. by Ted Kremenek · 14 years ago
  9. a60ed47 Change CXTranslationUnit to not directly cast to an ASTUnit*, by Ted Kremenek · 14 years ago
  10. cb7b1e1 Make sure to always check the result of by Douglas Gregor · 14 years ago
  11. f51f20f Rename 'CIndex' to 'libclang', since it has basically become our stable public by Daniel Dunbar · 14 years ago[Renamed from tools/CIndex/CIndexInclusionStack.cpp]
  12. b846deb Prune includes. by Benjamin Kramer · 14 years ago
  13. 16b55a7 Implement 'clang_getInclusions()' in CIndex. This API allows clients to walk the set of files included in a translation unit via the C API. by Ted Kremenek · 14 years ago