1. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  2. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  3. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  4. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  5. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  6. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  7. 26297f5 When we hit a #include directive that maps to a module import, emit a token by Richard Smith · 11 years ago
  8. 974cbc5 Lex: Require that '#' be followed by a macro parameter name when preceded by '##' by David Majnemer · 11 years ago
  9. c641709 Allow a header to be part of multiple modules. by Daniel Jasper · 11 years ago
  10. 9a17677 Per updates to D3781, allow underscore under ' in a pp-number, and allow ' in a #line directive. by Richard Smith · 11 years ago
  11. ddd2dfc Module use declarations (II) by Daniel Jasper · 11 years ago
  12. 2414697 Split isFromMainFile into two functions. by Eli Friedman · 11 years ago
  13. 056ec12 Add option to disable module loading. by Daniel Jasper · 11 years ago
  14. 0189fd6 Added preproc callback for pragma directives. by Enea Zaffanella · 11 years ago
  15. 6a04b5e Add condition expression result to if and elif callbacks. by John Thompson · 11 years ago
  16. bd89fdc Don't give # and ## special treatment when in -traditional-cpp mode. Patch by by Richard Smith · 11 years ago
  17. bc3f628 This patch adds new private headers to the module map. Private by Lawrence Crowl · 11 years ago
  18. 995544e Make sure the assembler-with-cpp hack for "#" works with multiple "#"s in by Eli Friedman · 11 years ago
  19. 4196019 PR16339: Don't produce a diagnostic pointing at the whitespace between a '#if' by Richard Smith · 11 years ago
  20. 671538e Introducing -Wheader-guard, a warning that checks header guards actually work by Richard Trieu · 11 years ago
  21. 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
  22. 7247c88 Use only explicit bool conversion operator by David Blaikie · 11 years ago
  23. 3e25b99 [PCH] Fix memory leak related to deserialized MacroInfo objects. by Argyrios Kyrtzidis · 11 years ago
  24. ec27608 Improve the diagnostics of the number-reading preprocessor directives. by Michael Ilseman · 11 years ago
  25. bd25ff8 [preprocessor] Allow comparing two macro definitions syntactically instead of only lexically. by Argyrios Kyrtzidis · 11 years ago
  26. c56fff7 [Preprocessor/Modules] Separate the macro directives kinds into their own MacroDirective's subclasses. by Argyrios Kyrtzidis · 11 years ago
  27. 9317ab9 [PCH/Modules] De/Serialize MacroInfos separately than MacroDirectives. by Argyrios Kyrtzidis · 11 years ago
  28. baa74bd [modules] When a MacroInfo object is deserialized, allocate and store its submodule ID. by Argyrios Kyrtzidis · 11 years ago
  29. abc0bea PR15539: Record "evaluating if/elif condition" flag in the right place by David Blaikie · 11 years ago
  30. eed55e6 After issuing a diagnostic for undefining or redefining a builtin macro, by Richard Smith · 11 years ago
  31. c515978 [preprocessor] Use MacroDirective in the preprocessor callbacks to make available the by Argyrios Kyrtzidis · 11 years ago
  32. c7d1ca5 Preproceessor: fix #if skipping under -traditional-cpp. by Jordan Rose · 11 years ago
  33. 6aad4a3 Preprocessor: preserve whitespace in -traditional-cpp mode. by Jordan Rose · 11 years ago
  34. 9818a1d [preprocessor] Split the MacroInfo class into two separate concepts, MacroInfo class by Argyrios Kyrtzidis · 11 years ago
  35. 3f6f51e Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 11 years ago
  36. 1b58c74 Teach subframework header lookup to suggest modules <rdar://problem/13176200>. by Douglas Gregor · 11 years ago
  37. 1ea6bc0 [Lex] Remove DirectoryLookup.UserSpecified, which is unused. by Daniel Dunbar · 11 years ago
  38. 617bb31 Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are not supported. by Joey Gouly · 11 years ago
  39. 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
  40. 3684547 [preprocessor] Call the MacroUndefined callback even when the macro was not defined. by Argyrios Kyrtzidis · 11 years ago
  41. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 11 years ago
  42. 80ad52f s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 11 years ago
  43. 1b257af Use @import rather than @__experimental_modules_import, since the by Douglas Gregor · 12 years ago
  44. 61c1c8e [Preprocessor] Enhance Ifdef/Ifndef/Defined preprocessor callbacks to also pass by Argyrios Kyrtzidis · 12 years ago
  45. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  46. 463d909 Keep track of modules that have failed to build. If we encounter an by Douglas Gregor · 12 years ago
  47. 4fa4b48 Suppress elided variadic macro argument extension diagnostic for macros using by Eli Friedman · 12 years ago
  48. cfa1caa Make the FilenameRange of the InclusionDirective callback more accurate, by Argyrios Kyrtzidis · 12 years ago
  49. a8235d6 Rework the (de-)serialization of macros, as stored in by Douglas Gregor · 12 years ago
  50. f8afcff For PPCallbacks::InclusionDirective() add a parameter for the module, whenever by Argyrios Kyrtzidis · 12 years ago
  51. eb788e9 Add an assertion to make sure the implicitly imported module by Argyrios Kyrtzidis · 12 years ago
  52. da31359 Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120917/064551.html by Argyrios Kyrtzidis · 12 years ago
  53. 59cabd7 [libclang] Fix getting a cursor inside an angled #include directive. by Argyrios Kyrtzidis · 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. a52f5a3 Adding a fixit for includes that cannot be found with angle brackets, but can be found with quoted strings instead. Implements PR13201. by Aaron Ballman · 12 years ago
  57. 540f9ae preprocessing: gcc supports #line 0. So, treat this by Fariborz Jahanian · 12 years ago
  58. bc9e558 Add testing for CommentHandler, and fix a bug where trailing comments in #else by Richard Smith · 12 years ago
  59. dc20169 Documentation cleanup: by James Dennett · 12 years ago
  60. 986f317 Do not complain about junk on the end of a #endif in a skipped block. Such junk by Richard Smith · 12 years ago
  61. 8c0b378 Add a -rewrite-includes option, which is similar to -rewrite-macros, but only expands #include directives. by David Blaikie · 12 years ago
  62. 3093b20 Lexer::ReadToEndOfLine: Only build the string if it's actually used and do so in a less malloc-intensive way. by Benjamin Kramer · 12 years ago
  63. e2e8768 Fixed MacroInfo definition range for function like macros with empty body. by Abramo Bagnara · 12 years ago
  64. db81d38 [preprocessor] Handle correctly inclusion directives that have macro expansions, e.g by Argyrios Kyrtzidis · 12 years ago
  65. 4207eda Turns #import in MS Mode into an error. by Aaron Ballman · 12 years ago
  66. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 12 years ago
  67. 99831e4 User-defined literals: reject string and character UDLs in all places where the by Richard Smith · 12 years ago
  68. bb66066 [preprocessor] Enhance the preprocessor callbacks: by Argyrios Kyrtzidis · 12 years ago
  69. 4c55c54 Adding support for #pragma include_alias in MS compatibility mode. This implements PR 10705. by Aaron Ballman · 12 years ago
  70. 32ad2ee Change @import to @__experimental_modules_import. We are not ready to commit to a particular syntax for modules, by Ted Kremenek · 12 years ago
  71. 10285d9 Revert r151800, which was committed without review and has correctness issues. by Richard Smith · 12 years ago
  72. 7abe166 Implements support for #pragma include_alias in ms compatibility mode. Fixes PR10705. by Aaron Ballman · 12 years ago
  73. 07a4b04 Move suport for redefining operator keywords from -fms-extensions to -fms-compatibility. by Nico Weber · 12 years ago
  74. f4fb07e Allow operator keywords to be #defined in ms-ext mode. by Nico Weber · 12 years ago
  75. f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 12 years ago
  76. 34a2c42 Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text. by Ted Kremenek · 12 years ago
  77. 7530c03 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 12 years ago
  78. 1ac13c3 Re-uglify #public and #private to #__public_macro and #__private_macro. by Douglas Gregor · 12 years ago
  79. c13a34b Eliminate the uglified keyword __import_module__ for importing by Douglas Gregor · 12 years ago
  80. 94ad28b Under -fmodules, accept #public <macroname> and #private <macroname> by Douglas Gregor · 12 years ago
  81. 752c74d Add a "Modules" language option, which subsumes the previous by Douglas Gregor · 12 years ago
  82. 305dc3e Detect when mapping a #include/#import over to a submodule ends up by Douglas Gregor · 13 years ago
  83. a3ca4d6 Don't allow #include (and its friends #import, #include_next and by Richard Smith · 13 years ago
  84. 5e3f922 Keep track of import dependencies between submodules within the module by Douglas Gregor · 13 years ago
  85. 93ebfa6 When we treat an #include or #import as a module import, create an by Douglas Gregor · 13 years ago
  86. 5e35693 Introduce the notion of name visibility into modules. For a given by Douglas Gregor · 13 years ago
  87. 1a4761e Promote ModuleMap::Module to a namespace-scope class in the Basic by Douglas Gregor · 13 years ago
  88. 4b7cac5 Note that we'll need to handle __include_macros specially in the module loader by Douglas Gregor · 13 years ago
  89. 8cfbe6a Move the module auto-import logic after the logic that allows a by Douglas Gregor · 13 years ago
  90. edee969 Trivial indentation fix for the code I just committed by Douglas Gregor · 13 years ago
  91. e3a8256 Introduce an opt-in warning indicating when the compiler is treating by Douglas Gregor · 13 years ago
  92. 3d3589d Switch the module-loading interfaces and parser from a simple 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. aa93a87 For modules, all macros that aren't include guards are implicitly by Douglas Gregor · 13 years ago
  96. 661a996 -Wc++98-compat warnings for the lexer. by Richard Smith · 13 years ago
  97. 158ebfb A couple random preprocessor changes that got ported from C99 to C++11. by Eli Friedman · 13 years ago
  98. 8dfac0b Add explicit attributes to mark functions as having had their by John McCall · 13 years ago
  99. 6b4ff04 Introduce a callback to PPCallbacks for lines skipped by the preprocessor. by Argyrios Kyrtzidis · 13 years ago
  100. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago