1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  3. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  4. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  5. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  6. ee0cd37 Use the same SourceManager for ModuleMaps and compilations. by Manuel Klimek · 11 years ago
  7. 74ecbd5 Fix use-after-free in PPCallbacksTest detected by ASan bootstrap bot by Alexey Samsonov · 11 years ago
  8. a0950e8 Callback support for OpenCL extension pragmas. by Pekka Jaaskelainen · 11 years ago
  9. 8229d22 Include Path.h instead of PathV2.h. by Rafael Espindola · 11 years ago
  10. c50c6ff [Lexer] Improve Lexer::getSourceText() when the given range deals with function macro arguments. by Argyrios Kyrtzidis · 11 years ago
  11. 906d66a <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, and warn when a newly-imported module conflicts with an already-imported module. by Douglas Gregor · 12 years ago
  12. 5ebcb20 For ModuleLoader::makeModuleVisible() also pass the source location where the by Argyrios Kyrtzidis · 12 years ago
  13. 1ea6bc0 [Lex] Remove DirectoryLookup.UserSpecified, which is unused. by Daniel Dunbar · 12 years ago
  14. 1a4191d clang/unittests: Fixup corresponding to r172290. by NAKAMURA Takumi · 12 years ago
  15. 7cc315c Really sort the #include lines in unittests/... by Chandler Carruth · 12 years ago
  16. 1050e8b Sort the #include lines for unittests/... by Chandler Carruth · 12 years ago
  17. b331b5e clang/Lex: [CMake] Update CMakefiles since r169229. by NAKAMURA Takumi · 12 years ago
  18. 37ed127 Refactor recording the preprocessor conditional directive regions out of by Argyrios Kyrtzidis · 12 years ago
  19. 7dff05b Fix unit tests for ModuleLoader change in r168961. by Douglas Gregor · 12 years ago
  20. 3a4c8cf clang/unittests: Fixup corresponding to Doug's r168136. by NAKAMURA Takumi · 12 years ago
  21. 7164095 Escape trigraphs in unittest. by Benjamin Kramer · 12 years ago
  22. cfa1caa Make the FilenameRange of the InclusionDirective callback more accurate, by Argyrios Kyrtzidis · 12 years ago
  23. 36a1649 Teach the preprocessor to hold onto the preprocessor options. by Douglas Gregor · 12 years ago
  24. b0985c8 Update unit tests for HeaderSearch change by Douglas Gregor · 12 years ago
  25. 16a4abf One last unit-test fix by Douglas Gregor · 12 years ago
  26. 3aeb34f More unit-test fixes by Douglas Gregor · 12 years ago
  27. 8e02361 Fixup unit tests for DiagnosticOptions change by Douglas Gregor · 12 years ago
  28. 07f8cf4 Fix the handling of target options in our unit tests. by Douglas Gregor · 12 years ago
  29. 0c750ec Clang side of a refactoring of the CMake unit test build strategy. by Chandler Carruth · 12 years ago
  30. 1c31ee8 get rid of an unsued variable warning. by Fariborz Jahanian · 13 years ago
  31. 30660a8 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 13 years ago
  32. c6c5452 [preprocessor] Enhance PreprocessingRecord to keep track of locations of conditional directives. by Argyrios Kyrtzidis · 13 years ago
  33. c93dc78 Basic: import IntrusiveRefCntPtr<> into clang namespace by Dylan Noblesmith · 13 years ago
  34. a83f4d2 Change Lexer::makeFileCharRange() to have it accept a CharSourceRange by Argyrios Kyrtzidis · 13 years ago
  35. dc58aa7 Thread a TargetInfo through to the module map; we'll need it for by Douglas Gregor · 13 years ago
  36. 7f6cf97 Improve Lexer::getImmediateMacroName to take into account inner macros by Argyrios Kyrtzidis · 13 years ago
  37. d9806c9 Enhance Lexer::makeFileCharRange to check for ranges inside a macro argument by Argyrios Kyrtzidis · 13 years ago
  38. 65eccf0 Silence set-but-unused warning. by Benjamin Kramer · 13 years ago
  39. e64d903 Introduce Lexer::getSourceText() that returns a string for the source by Argyrios Kyrtzidis · 13 years ago
  40. 11b652d Introduce Lexer::makeFileCharRange() that accepts a token source range by Argyrios Kyrtzidis · 13 years ago
  41. 69bda4c For Lexer's isAt[Start/End]OfMacroExpansion add an out parameter for the macro by Argyrios Kyrtzidis · 13 years ago
  42. 19d5aea Add unit testing for Lexer. by Argyrios Kyrtzidis · 13 years ago