1. 39ae3d5 [libclang] Remove the 'extern "C"' blocks from the implementation files. by Argyrios Kyrtzidis · 9 years ago
  2. 9670f84 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  3. 8f9d180 Show inclusions from a preamble in clang_getInclusions. by Erik Verbruggen · 10 years ago
  4. 852d622 Fix a typo in the function name that I just introduced (r201155) by Dmitri Gribenko · 12 years ago
  5. 256454f libclang: audit all APIs that accept a CXTranslationUnit to make sure that by Dmitri Gribenko · 12 years ago
  6. c22ea1c libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) by Dmitri Gribenko · 13 years ago
  7. 0516ba6 Fix Casting by David Greene · 13 years ago
  8. cc0694c Sort #include lines for tools/... by Chandler Carruth · 13 years ago
  9. 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  10. 925296b Revamp the SourceManager to separate the representation of parsed by Douglas Gregor · 14 years ago
  11. 49f754f Teach SourceManager::getSLocEntry() that it can fail due to problems by Douglas Gregor · 14 years ago
  12. 11e6f0a Currently we can only remap a file by creating a MemoryBuffer and replacing the file contents with it. by Argyrios Kyrtzidis · 15 years ago
  13. 7df92ae Make definition of CXTranslationUnitImpl private to libclang. by Ted Kremenek · 15 years ago
  14. 9155428 Change CXTranslationUnit to not directly cast to an ASTUnit*, by Ted Kremenek · 15 years ago
  15. 453b012 Make sure to always check the result of by Douglas Gregor · 15 years ago
  16. d5a2a07 Rename 'CIndex' to 'libclang', since it has basically become our stable public by Daniel Dunbar · 15 years ago[Renamed from clang/tools/CIndex/CIndexInclusionStack.cpp]
  17. 06441453 Prune includes. by Benjamin Kramer · 15 years ago
  18. 0b86e3a 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 · 16 years ago