1. 6e64973 Revert r167801, "[preprocessor] When #including something that contributes no by Daniel Dunbar · 12 years ago
  2. 4d10b40 [preprocessor] When #including something that contributes no tokens at all, by Argyrios Kyrtzidis · 12 years ago
  3. 82e5237 Introduce inferred framework modules into the module map file, by Douglas Gregor · 12 years ago
  4. 7d9c975 Comment to XML conversion: escape XML special chars correctly; use correct by Dmitri Gribenko · 12 years ago
  5. 8da68b8 [Doc parse]: SUpport for message in deprecated/unavailable by Fariborz Jahanian · 12 years ago
  6. 2a46533 [Doc parsing]: Add available and deprecated attribute info by Fariborz Jahanian · 12 years ago
  7. 0209abf Add xml test for availability to comment-xml-schema.c by Fariborz Jahanian · 12 years ago
  8. faab561 availability in structured documents. Takes by Fariborz Jahanian · 12 years ago
  9. 67330f1 Add tests for r163778. by Ted Kremenek · 12 years ago
  10. 6cd4420 Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy does by Dmitri Gribenko · 12 years ago
  11. cff339a Comment AST: DeclInfo: add a special kind for enums. by Dmitri Gribenko · 12 years ago
  12. f303d4c libclang API for comment-to-xml conversion. by Dmitri Gribenko · 12 years ago
  13. e601b23 Handle include directive with comments. It turns out that in this case comments are not coming in source order. Instead of trying to std::sort() comments (which can be costly), just remove comments that are not in order. by Dmitri Gribenko · 12 years ago
  14. 85ae12d Ensure that we clean up after a failed module build and cope with the by Douglas Gregor · 13 years ago
  15. c5b2e58 Implement code completion support for module import declarations, e.g., by Douglas Gregor · 13 years ago
  16. 87429a0 [PCH] Fix reading from PCH of diagnostic pragmas. by Argyrios Kyrtzidis · 13 years ago
  17. 21adcf3 Add missing part of test by Douglas Gregor · 13 years ago
  18. d488b3a Eliminate a hang while loading a sequence of redeclarable entities. In by Douglas Gregor · 13 years ago
  19. f62d43d Revamp the SourceManager to separate the representation of parsed by Douglas Gregor · 13 years ago
  20. dd3e554 Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), by Douglas Gregor · 13 years ago
  21. 32038bb When determining which preprocessed entities to traverse in libclang, by Douglas Gregor · 14 years ago
  22. 76dc889 When setting the globally-visible declarations for a particular by Douglas Gregor · 14 years ago
  23. f128fed When we decide not to reuse a precompiled preamble, clear out the by Douglas Gregor · 14 years ago
  24. b1fd345 libclang: Execute clang_codeCompleteAt() inside a crash recovery context. by Daniel Dunbar · 14 years ago
  25. c1cf158 Fix a loop overrun in ComputePreamble when the last remapped file was erased, by Daniel Dunbar · 14 years ago
  26. ea94bbc libclang: Put clang_reparseTranslationUnit inside a crash recovery context. by Daniel Dunbar · 14 years ago
  27. c0659ec When using a precompiled preamble, save the diagnostics produced when by Douglas Gregor · 14 years ago
  28. 3e15e0a When remapping a virtual file, also make an entry for the file with by Douglas Gregor · 14 years ago
  29. 719770d Make code-completion for Objective-C message sends to "id" work in the by Douglas Gregor · 15 years ago
  30. f7353c0 Make sure that we have File IDs for all of the unsaved files before we by Douglas Gregor · 15 years ago
  31. 51d07cb Don't use echo in the Index test, which I hope will work around an intermittent Windows failure by Douglas Gregor · 15 years ago
  32. 4db64a4 Extend clang_createTranslationUnitFromSourceFile() to support creating by Douglas Gregor · 15 years ago
  33. 735df88 Extend the CIndex code-completion API to perform code completion by Douglas Gregor · 15 years ago
  34. 1787b70 Move test/Index input files into a sub directory (not scanned as tests). by Daniel Dunbar · 15 years ago