1. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  2. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  3. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  4. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  5. a5ba7b4 Modules: Teach the preprocessor to recognize 'import' only after an '@'. by Douglas Gregor · 11 years ago
  6. c641709 Allow a header to be part of multiple modules. by Daniel Jasper · 11 years ago
  7. ddd2dfc Module use declarations (II) by Daniel Jasper · 11 years ago
  8. d2f9308 Make Preprocessor::Lex non-recursive. by Eli Friedman · 11 years ago
  9. f0dd853 ObjectiveC migrator: More work towards insertion of ObjC audit pragmas. by Fariborz Jahanian · 11 years ago
  10. 0189fd6 Added preproc callback for pragma directives. by Enea Zaffanella · 11 years ago
  11. bc3f628 This patch adds new private headers to the module map. Private by Lawrence Crowl · 11 years ago
  12. 671538e Introducing -Wheader-guard, a warning that checks header guards actually work by Richard Trieu · 11 years ago
  13. 3b7deda [modules] If we hit a failure while loading a PCH/module, abort parsing instead of trying to continue in an invalid state. by Argyrios Kyrtzidis · 11 years ago
  14. 440d456 PR16094: I should have known Obj-C init-capture disambiguation couldn't be by Richard Smith · 11 years ago
  15. 7247c88 Use only explicit bool conversion operator by David Blaikie · 11 years ago
  16. 7adf79a Move PragmaCommentHandler to lib/Parse in preparation for calling Sema by Reid Kleckner · 11 years ago
  17. 3e25b99 [PCH] Fix memory leak related to deserialized MacroInfo objects. by Argyrios Kyrtzidis · 11 years ago
  18. 076eea2 Implemented #pragma GCC warning/error in the same mould as #pragma message. by Andy Gibbs · 11 years ago
  19. d560ce3 [Preprocessor] Remove PPMutationListener. by Argyrios Kyrtzidis · 11 years ago
  20. c56fff7 [Preprocessor/Modules] Separate the macro directives kinds into their own MacroDirective's subclasses. by Argyrios Kyrtzidis · 11 years ago
  21. fd61d6f Correct indentation. No functionality change. by Nick Lewycky · 11 years ago
  22. 9317ab9 [PCH/Modules] De/Serialize MacroInfos separately than MacroDirectives. by Argyrios Kyrtzidis · 11 years ago
  23. baa74bd [modules] When a MacroInfo object is deserialized, allocate and store its submodule ID. by Argyrios Kyrtzidis · 11 years ago
  24. c515978 [preprocessor] Use MacroDirective in the preprocessor callbacks to make available the by Argyrios Kyrtzidis · 11 years ago
  25. 9818a1d [preprocessor] Split the MacroInfo class into two separate concepts, MacroInfo class by Argyrios Kyrtzidis · 11 years ago
  26. 9484c1d Const'ify Preprocessor::getPredefinesFileID. by Argyrios Kyrtzidis · 11 years ago
  27. 95d912c Introduce SourceManager::PredefinesFileID, to allow each checking of whether by Argyrios Kyrtzidis · 11 years ago
  28. 74c2498 Don't warn about Unicode characters in -E mode. by Jordan Rose · 11 years ago
  29. dc1088f [PCH/Modules] Revert r172843, it caused a module to fail building. by Argyrios Kyrtzidis · 11 years ago
  30. f953276 [PCH/Modules] Re-apply r172620 and r172629, now with 100% less infinite loops! by Argyrios Kyrtzidis · 11 years ago
  31. d3b036e Revert Clang r172620 and r172629, which caused a hang when building by Douglas Gregor · 11 years ago
  32. 31672b1 No longer crashing with an assert when __has_include or __has_include_next is used outside of a preprocessor directive. This fixes PR14837. by Aaron Ballman · 11 years ago
  33. 7f69b1a [PCH/Modules] Change how macro [re]definitions are de/serialized. by Argyrios Kyrtzidis · 11 years ago
  34. b395847 Constify argument of Preprocessor::getMacroInfoHistory and propagate to by Dmitri Gribenko · 11 years ago
  35. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 11 years ago
  36. d93335c Pull the bulk of Lexer::MeasureTokenLength() out into a new function, by Argyrios Kyrtzidis · 11 years ago
  37. 30a2e16 Sort #include lines for all files under include/... by Chandler Carruth · 12 years ago
  38. 37ed127 Refactor recording the preprocessor conditional directive regions out of by Argyrios Kyrtzidis · 12 years ago
  39. 97f8461 Made the "expected string literal" diagnostic more expressive by Andy Gibbs · 12 years ago
  40. 02a1768 Refactored duplicate string literal lexing code within Preprocessor, into a by Andy Gibbs · 12 years ago
  41. 03e67fb Delete comment reference to non-existent method by Nico Weber · 12 years ago
  42. a71a7d8 (De-)serialize the preprocessor options, including macros defined, by Douglas Gregor · 12 years ago
  43. 36a1649 Teach the preprocessor to hold onto the preprocessor options. by Douglas Gregor · 12 years ago
  44. 3ab50fe Introduce a simple "hint" scheme to eliminate the quadratic behavior by Douglas Gregor · 12 years ago
  45. 6c6c54a Deserialize macro history when we deserialize an identifier that has by Douglas Gregor · 12 years ago
  46. a8235d6 Rework the (de-)serialization of macros, as stored in by Douglas Gregor · 12 years ago
  47. 1952354 Move the 'find macro by spelling' infrastructure to the Preprocessor class and by Dmitri Gribenko · 12 years ago
  48. 4d7e0ce Macro history (de-)serialization. Deserialization currently reads only the latest macro definition. Needs more work. by Alexander Kornienko · 12 years ago
  49. b09de51 Introduce builtin macros to determine whether we're building a by Douglas Gregor · 12 years ago
  50. 374b383 StringRef'ize Preprocessor::CreateString(). by Dmitri Gribenko · 12 years ago
  51. c12906e Make sure that we don't end up making an #undef'd macro visible after by Douglas Gregor · 12 years ago
  52. 1824d54 Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is by Dmitri Gribenko · 12 years ago
  53. c30981a Make preprocessor act in a GCC-compatible fashion when a macro is redefined by Richard Smith · 12 years ago
  54. e40c423 Fixed a problem with #pragma push_macro/pop_macro implementation. by Alexander Kornienko · 12 years ago
  55. 8a64bb5 Keep history of macro definitions and #undefs by Alexander Kornienko · 12 years ago
  56. 70517ca Fix a bunch of -Wdocumentation warnings. by Dmitri Gribenko · 12 years ago
  57. ad0fe03 Fix an assortment of doxygen comment issues found by -Wdocumentation. by Ted Kremenek · 12 years ago
  58. 0576681 PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and by Richard Smith · 12 years ago
  59. 58bf987 Documentation cleanup: by James Dennett · 12 years ago
  60. aa0cd85 Structured comment parsing, first step. by Dmitri Gribenko · 12 years ago
  61. 809d1be More doxygen/documentation cleanups. by James Dennett · 12 years ago
  62. 6fe6a49 Disable _Pragma during HTML macro rewriting to keep from crashing. by Jordan Rose · 12 years ago
  63. 8c0b378 Add a -rewrite-includes option, which is similar to -rewrite-macros, but only expands #include directives. by David Blaikie · 12 years ago
  64. 66c44e7 [preprocessor] Make sure that MacroExpands callbacks are always in source order. by Argyrios Kyrtzidis · 12 years ago
  65. 14e6455 Correct handling of _Pragma macro inside a macro argument. by Argyrios Kyrtzidis · 12 years ago
  66. e2e8768 Fixed MacroInfo definition range for function like macros with empty body. by Abramo Bagnara · 12 years ago
  67. 4207eda Turns #import in MS Mode into an error. by Aaron Ballman · 12 years ago
  68. e55329d From Vassil Vassilev: by Axel Naumann · 12 years ago
  69. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 12 years ago
  70. c6c5452 [preprocessor] Enhance PreprocessingRecord to keep track of locations of conditional directives. by Argyrios Kyrtzidis · 12 years ago
  71. 4c55c54 Adding support for #pragma include_alias in MS compatibility mode. This implements PR 10705. by Aaron Ballman · 12 years ago
  72. 10285d9 Revert r151800, which was committed without review and has correctness issues. by Richard Smith · 12 years ago
  73. 7abe166 Implements support for #pragma include_alias in ms compatibility mode. Fixes PR10705. by Aaron Ballman · 12 years ago
  74. f4fb07e Allow operator keywords to be #defined in ms-ext mode. by Nico Weber · 12 years ago
  75. e1d4330 Don't record nested macro expansions in the preprocessing record, by Argyrios Kyrtzidis · 12 years ago
  76. c93dc78 Basic: import IntrusiveRefCntPtr<> into clang namespace by Dylan Noblesmith · 12 years ago
  77. d7a3e2c Revert my patches which removed Diagnostic.h includes by moving some operator overloads out of line. by Benjamin Kramer · 12 years ago
  78. f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 12 years ago
  79. 6f42b62 Basic: import OwningPtr<> into clang namespace by Dylan Noblesmith · 12 years ago
  80. 8fe83e1 Move a method from IdentifierTable.h out of line and remove the SmallString include. by Benjamin Kramer · 12 years ago
  81. fdd1560 Remove Diagnostic.h include from Preprocessor.h. by Benjamin Kramer · 12 years ago
  82. 5d5051f Only mark an IdentifierInfo as having changed since deserialization by Douglas Gregor · 12 years ago
  83. 69bda4c For Lexer's isAt[Start/End]OfMacroExpansion add an out parameter for the macro by Argyrios Kyrtzidis · 12 years ago
  84. c2a8d6c Refactor: Pull getImmediateMacroName() out of DiagnosticRenderer and by Anna Zaks · 12 years ago
  85. d6aba06 Don't treat 'import' as a contextual keyword when we're in a caching lexer, or when modules are disabled. by Douglas Gregor · 12 years ago
  86. c13a34b Eliminate the uglified keyword __import_module__ for importing by Douglas Gregor · 12 years ago
  87. 94ad28b Under -fmodules, accept #public <macroname> and #private <macroname> by Douglas Gregor · 12 years ago
  88. 5948ae1 Introduce a non-uglified syntax for module imports in Objective-C: by Douglas Gregor · 12 years ago
  89. 752c74d Add a "Modules" language option, which subsumes the previous by Douglas Gregor · 12 years ago
  90. 90db260 Implementing parsing and resolution of module export declarations by Douglas Gregor · 13 years ago
  91. 1a4761e Promote ModuleMap::Module to a namespace-scope class in the Basic by Douglas Gregor · 13 years ago
  92. b514c79 Teach the preprocessor how to handle module import declarations that by Douglas Gregor · 13 years ago
  93. 1c2e933 Allow preprocessor callbacks to recover from a "file not found" error, by Douglas Gregor · 13 years ago
  94. c69c42e When making a suggestion regarding which module to load rather than by Douglas Gregor · 13 years ago
  95. ba243b5 Fixing 80 col violations (& removing any trailing whitespace on files I was touching anyway) by David Blaikie · 13 years ago
  96. aa93a87 For modules, all macros that aren't include guards are implicitly by Douglas Gregor · 13 years ago
  97. d768150 Implement built-in macro '__has_warning', which allows one to query if a warning flag is valid. Fixes <rdar://problem/10263428>. by Ted Kremenek · 13 years ago
  98. 98d86b9 Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when in by Richard Smith · 13 years ago
  99. a08529c Fixed exapnsion range for # and ##. by Abramo Bagnara · 13 years ago
  100. 8dfac0b Add explicit attributes to mark functions as having had their by John McCall · 13 years ago