1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  4. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  5. e559960 Add libclang for target. by Tong Shen · 10 years ago
  6. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  7. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  8. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  9. 1fab7c3 Merge remote-tracking branch 'upstream/release_34' into merge-20140211 by Stephen Hines · 10 years ago
  10. faea5bf Corrected comment about MS prgama warning. by John Thompson · 11 years ago
  11. 26297f5 When we hit a #include directive that maps to a module import, emit a token by Richard Smith · 11 years ago
  12. a5ba7b4 Modules: Teach the preprocessor to recognize 'import' only after an '@'. by Douglas Gregor · 11 years ago
  13. 974cbc5 Lex: Require that '#' be followed by a macro parameter name when preceded by '##' by David Majnemer · 11 years ago
  14. 701bc8c Preload module maps in normal user directories, too. by Douglas Gregor · 11 years ago
  15. 5794b53 Allow a new syntax in a module requires-declaration: by Richard Smith · 11 years ago
  16. ee0cd37 Use the same SourceManager for ModuleMaps and compilations. by Manuel Klimek · 11 years ago
  17. c641709 Allow a header to be part of multiple modules. by Daniel Jasper · 11 years ago
  18. fbfd642 Lex: Don't restrict legal UCNs when preprocessing assembly by Justin Bogner · 11 years ago
  19. 7121bdb [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'final' by David Majnemer · 11 years ago
  20. 89ca1fb Add has_feature support for reflecting the presence of refined Objective-C ABI mangling for qualified id<...>. Fixes <rdar://problem/14799110>. by Ted Kremenek · 11 years ago
  21. 223e7a8 Relax header guard mismatch warning with edit distance heuristic. by Ismail Pazarbasi · 11 years ago
  22. 72c26c0 Accept #pragma warning(push, 0) without warning by Reid Kleckner · 11 years ago
  23. 44868f5 Mark lambda init-captures as complete. by Richard Smith · 11 years ago
  24. 629bc52 Mark variable template implementation as complete. Nearly all of the credit by Richard Smith · 11 years ago
  25. 2add97e NumericLiteralParser::ParseNumberStartingWithZero(): Try to appease MSC16's miscompilation. by NAKAMURA Takumi · 11 years ago
  26. 9a17677 Per updates to D3781, allow underscore under ' in a pp-number, and allow ' in a #line directive. by Richard Smith · 11 years ago
  27. 7f270f0 Fix buildbot breakage. by Richard Smith · 11 years ago
  28. 064c3f1 Replace a bool with an enum for clarity, based on review comment from James Dennett. by Richard Smith · 11 years ago
  29. 859b622 Implement C++1y digit separator proposal (' as a digit separator). This is not by Richard Smith · 11 years ago
  30. 48b80c7 PR17359: Fix off-by-one OOB on _Pragma("") and an unescaping bug by Reid Kleckner · 11 years ago
  31. 6fde25e Avoid a signed/unsigned comparison warning with compilers that don't know how by Richard Smith · 11 years ago
  32. 733bac2 Fix uninitialized value bug discovered buy msan buildbot. by Daniel Jasper · 11 years ago
  33. 1b8840c Add -fmodule-map-file option. by Daniel Jasper · 11 years ago
  34. ddd2dfc Module use declarations (II) by Daniel Jasper · 11 years ago
  35. 06dd2b3 Handle standard libraries that miss out the space when defining the standard by Richard Smith · 11 years ago
  36. 0f238a6 Fix use-after-free in r190980. by Eli Friedman · 11 years ago
  37. d2f9308 Make Preprocessor::Lex non-recursive. by Eli Friedman · 11 years ago
  38. 83b6397 Fix CharByteWidth assertion in LiteralSupport. by Eli Friedman · 11 years ago
  39. 585c84c Add a define for the ObjFW runtime ABI version. by Benjamin Kramer · 11 years ago
  40. fa7d53f Make __has_extension(c_thread_local) work. by Ed Schouten · 11 years ago
  41. 2ee042d Lex and ignore Microsoft's #pragma warning(...) by Reid Kleckner · 11 years ago
  42. 0f599ac Simplify code with the in place path::native. No functionality change. by Benjamin Kramer · 11 years ago
  43. 5f0a352 Support for modular module-map-files by Daniel Jasper · 11 years ago
  44. 263cea4 Use new UnicodeCharSet interface. by Alexander Kornienko · 11 years ago
  45. a601579 Fix "//" comments with -traditional-cpp in C++. by Eli Friedman · 11 years ago
  46. 344472e Use pop_back_val() instead of both back() and pop_back(). by Robert Wilhelm · 11 years ago
  47. 7865b8e Respect -Wnewline-eof even in C++11 mode. by Jordan Rose · 11 years ago
  48. 2414697 Split isFromMainFile into two functions. by Eli Friedman · 11 years ago
  49. c3d9da2 Revert r188863 which could propose wrong fixits for multibyte character literals. by Nick Lewycky · 11 years ago
  50. 6347a8a Issue fixits replacing invalid character literals with the equivalent \xNN by Nick Lewycky · 11 years ago
  51. f369388 No functionality change. Adjust a bunch of formatting issues in this code and by Nick Lewycky · 11 years ago
  52. f0dd853 ObjectiveC migrator: More work towards insertion of ObjC audit pragmas. by Fariborz Jahanian · 11 years ago
  53. a919337 Use isCharInSet from llvm/Support/UnicodeCharRanges.h, added a test for double-width characters in FixIt-hints. by Alexander Kornienko · 11 years ago
  54. 4ac73c7 Merge commit '51e75aecf4fb303b91c9e54fd88e3509e5acc7a6' into merge-20130807 by Stephen Hines · 11 years ago
  55. 2eeed71 DataFlowSanitizer; Clang changes. by Peter Collingbourne · 11 years ago
  56. 056ec12 Add option to disable module loading. by Daniel Jasper · 11 years ago
  57. 0fda0f7 Use llvm::sys::fs::UniqueID for windows and unix. by Rafael Espindola · 11 years ago
  58. 88c4b5e Support for Thread Safety Analysis in C by David Blaikie · 11 years ago
  59. 40ec4d2 Reduce stack frame size by avoiding a large token vector on an error path. by Bob Wilson · 11 years ago
  60. 11311ea Fix GNU ObjC ABI for a message returning a struct. by Eli Friedman · 11 years ago
  61. 34f3bcf Partially revert r186903. by Eli Friedman · 11 years ago
  62. 3c3a522 Rename feature test for lambda init-captures from cxx_generalized_capture to by Richard Smith · 11 years ago
  63. a4fb339 Update documentation to match current C++1y feature set. by Richard Smith · 11 years ago
  64. 5940bf3 Add new diagnostic messages when too many arguments are presented to a by Richard Trieu · 11 years ago
  65. 4ac537b C++1y literal suffix support: by Richard Smith · 11 years ago
  66. b3da613 Integers which are too large should be an error. by Eli Friedman · 11 years ago
  67. 0189fd6 Added preproc callback for pragma directives. by Enea Zaffanella · 11 years ago
  68. 6fb63ab Add SourceRange to PPCallbacks::Defined callback. by John Thompson · 11 years ago
  69. 6a04b5e Add condition expression result to if and elif callbacks. by John Thompson · 11 years ago
  70. bd89fdc Don't give # and ## special treatment when in -traditional-cpp mode. Patch by by Richard Smith · 11 years ago
  71. 899022b Generalize hack allowing 'const' in __has_attribute (etc) to allow any token by Richard Smith · 11 years ago
  72. 6b9240e Use SmallVectorImpl& for function arguments instead of SmallVector. by Craig Topper · 11 years ago
  73. ad5f833 Lex: Cleanup whitespace in PragmaRegionHandler by David Majnemer · 11 years ago
  74. ceb6dc8 Use the multiple argument form of path::append. by Benjamin Kramer · 11 years ago
  75. 11be064 Match MSVC's handling of commas during macro argument expansion by Reid Kleckner · 11 years ago
  76. 8f5d7d1 [Modules] If a module map resides in a system header directory, treat it as a system module. by Douglas Gregor · 11 years ago
  77. bc3f628 This patch adds new private headers to the module map. Private by Lawrence Crowl · 11 years ago
  78. 995544e Make sure the assembler-with-cpp hack for "#" works with multiple "#"s in by Eli Friedman · 11 years ago
  79. 4196019 PR16339: Don't produce a diagnostic pointing at the whitespace between a '#if' by Richard Smith · 11 years ago
  80. 671538e Introducing -Wheader-guard, a warning that checks header guards actually work by Richard Trieu · 11 years ago
  81. 2049840 Merge commit '1342a4ef62dd7b839c6f09348b246a4f00282f29' into merge_20130612 by Stephen Hines · 11 years ago
  82. 8229d22 Include Path.h instead of PathV2.h. by Rafael Espindola · 11 years ago
  83. 461f2d8 [Preprocessor] Prevent expansion of y in x ## y when x is empty by Argyrios Kyrtzidis · 11 years ago
  84. 9779fdd Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. by Michael J. Spencer · 11 years ago
  85. 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
  86. 58ea48d Add -Wincomplete-module, which detects when a header is included from a module but isn't itself part of a module. by Douglas Gregor · 11 years ago
  87. c50c6ff [Lexer] Improve Lexer::getSourceText() when the given range deals with function macro arguments. by Argyrios Kyrtzidis · 11 years ago
  88. 7247c88 Use only explicit bool conversion operator by David Blaikie · 11 years ago
  89. f45c299 C++1y: provide full 'auto' return type deduction for lambda expressions. This by Richard Smith · 11 years ago
  90. 30a16f1 [Modules] Make r180934 more efficient by only loading top-level module maps in system header directories. by Douglas Gregor · 11 years ago
  91. 8f19003 Typo and misc comment fix. by Richard Smith · 11 years ago
  92. f9ba851 [PCH] Remove the ASTReaderListener::ReadHeaderFileInfo callback. by Argyrios Kyrtzidis · 11 years ago
  93. d3220db [modules] When building a module, make sure we don't serialize out HeaderFileInfo for headers not belonging to the module. by Argyrios Kyrtzidis · 11 years ago
  94. 7f0ffb3 C++1y: Update __cplusplus to temporary value 201305L to allow detection of provisional C++1y support. by Richard Smith · 11 years ago
  95. 7adf79a Move PragmaCommentHandler to lib/Parse in preparation for calling Sema by Reid Kleckner · 11 years ago
  96. 269cc2d Lex: Fix quadratic behavior when unescaping _Pragma strings. by Benjamin Kramer · 11 years ago
  97. a4a90ca When building a module, forward diagnostics to the outer diagnostic consumer. by Douglas Gregor · 11 years ago
  98. dd08a0c [Preprocessor] For the MacroExpands preprocessor callback, also pass the MacroArgs object that provides information about by Argyrios Kyrtzidis · 11 years ago
  99. 83eba02c Merge remote-tracking branch 'upstream/master' into merge-20130502 by Stephen Hines · 11 years ago
  100. db3910b When looking for the module associated with one of our magical builtin headers, speculatively load module maps. by Douglas Gregor · 11 years ago