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 · 9 years ago
  5. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  6. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  7. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  8. e78e8fc ---Merging r196453 by Bill Wendling · 10 years ago
  9. f0cc19f Merging r195163: by Bill Wendling · 11 years ago
  10. 7faf81f PR17949: Fix crash if someone puts a namespace inside a class template. by Richard Smith · 11 years ago
  11. aed0116 Diagnose C++11 attributes before fp_contract pragmas. by Richard Smith · 11 years ago
  12. b72227f Fix bogus diagnostic wording. There's no such thing as a compound expression. by Richard Smith · 11 years ago
  13. d1fa81c Warn on duplicate function specifier by Serge Pavlov · 11 years ago
  14. b310439 Try to recover a bit better if a close brace is missing from the end of a class by Richard Smith · 11 years ago
  15. c4fb7ef Fix name in test. by Rafael Espindola · 11 years ago
  16. 0464e09 Fix %select numbering confusion between diagnostic and Diag call. by Richard Smith · 11 years ago
  17. d386fef Factor out custom parsing for iboutletcollection and vec_type_hint attributes by Richard Smith · 11 years ago
  18. 8fa2cbf Add missing attributes [[gnu::no_sanitize_address]] and by Nick Lewycky · 11 years ago
  19. 966a0fc Treat [[gnu::__const]] the same as [[gnu::const]]. GCC's tokenizer can't tell by Nick Lewycky · 11 years ago
  20. 961d057 Fix a parser crash when there are #pragmas in a context which requires a single by Richard Smith · 11 years ago
  21. df1cce5 Support GNU attributes in alias-declarations now that GCC has implemented them by Richard Smith · 11 years ago
  22. d92aa2d PR17666: Instead of allowing an initial identifier argument in any attribute by Richard Smith · 11 years ago
  23. 645526c Parse: Disable delayed template parsing for constexpr functions by David Majnemer · 11 years ago
  24. d661d50 Revert r193073 and the attempt to fix it in r193170. by Chandler Carruth · 11 years ago
  25. 37acb25 Reenable 'break' in 'for' specifier to allow compilation of QT macro 'foreach' by Serge Pavlov · 11 years ago
  26. 2cfbf05 Revert "Re-enable passing MS inline asm test." by Reid Kleckner · 11 years ago
  27. 150f9da Re-enable passing MS inline asm test. by Reid Kleckner · 11 years ago
  28. fb90266 Fix to PR8880 (clang dies processing a for loop). by Serge Pavlov · 11 years ago
  29. b5c7768 Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes. by Kaelyn Uhrain · 11 years ago
  30. 530fa4f Check "late parsed" friend functions for redefinition by Alp Toker · 11 years ago
  31. 5eed7e0 Tidy up and improve error recovery for C++11 attributes in bad places. Based on by Richard Smith · 11 years ago
  32. b79b17b PR17567: Improve diagnostic for a mistyped constructor name. If we see something by Richard Smith · 11 years ago
  33. 8d1ab8a Don't get confused by a virt-specifier after a trailing-return-type - it's not by Richard Smith · 11 years ago
  34. fbac5c1 Parser: Avoid a crash-on-invalid when trying to diagnose function calls with -> in it. by Benjamin Kramer · 11 years ago
  35. eeac7a4 Make wording for certain invalid unary expressions more consistent. by David Majnemer · 11 years ago
  36. 5dbed66 -Wmicrosoft: Don't warn on non-inline pure virtual method definitions by Reid Kleckner · 11 years ago
  37. 2e391e5 Fixed messages in tests. by Serge Pavlov · 11 years ago
  38. 2a0a496 Add fixits suggesting parenthesis around type name in expressions like sizeof. by Serge Pavlov · 11 years ago
  39. 9beaf20 Add compat/extension warnings for init captures. by Richard Smith · 11 years ago
  40. 04fa7a3 Per latest drafting, switch to implementing init-captures as if by declaring by Richard Smith · 11 years ago
  41. c420e3c AST: Handle multidimensional arrays inside of __uuidof() by David Majnemer · 11 years ago
  42. 5467920 Sema: Respect -fdelayed-template-parsing when parsing constexpr functions by David Majnemer · 11 years ago
  43. 2330df4 Revert my patch in r191155 to allow forward by Fariborz Jahanian · 11 years ago
  44. ff989a8 Parse: Don't crash during parsing if we lack a simple-type-specifier by David Majnemer · 11 years ago
  45. 4424239 ObjectiveC: ObjC declarations, including forward class by Fariborz Jahanian · 11 years ago
  46. ef8f90c Modify the uninitialized field visitor to detect uninitialized use across the by Richard Trieu · 11 years ago
  47. c561714 As Aaron pointed out it's simpler to reject wide string availability attr messages in the parser. by Benjamin Kramer · 11 years ago
  48. 9bd3cdc PR13657 (and duplicates): by Richard Smith · 11 years ago
  49. 29b37a0 AST: __uuidof should leak through templated types by David Majnemer · 11 years ago
  50. 9ec2891 C++11 attributes after 'constructor-name (' unambiguously signal that we have a by Richard Smith · 11 years ago
  51. efb288c For "expected unqualified-id" errors after a double colon, and the double colon by Richard Trieu · 11 years ago
  52. 67ac998 Parser: support Microsoft syntax for 'typename typedef' by David Majnemer · 11 years ago
  53. d1282ec Sema: Properly support Microsoft-mode template arguments by David Majnemer · 11 years ago
  54. 2d67097 Refactor all diagnosing of TypoCorrections through a common function, in by Richard Smith · 11 years ago
  55. 4fce06c Fix Altivec vector literal parser hack for C++11. by Eli Friedman · 11 years ago
  56. 62f675c Avoid spurious error messages if parent template class cannot be instantiated by Serge Pavlov · 11 years ago
  57. fcbe208 Parse: Don't consider attributes of broken member declarators by David Majnemer · 11 years ago
  58. 3cd6feb err_attribute_not_string has been subsumed by err_attribute_argument_type. by Aaron Ballman · 11 years ago
  59. a38253c PR5066: If a declarator cannot have an identifier, and cannot possibly be by Richard Smith · 11 years ago
  60. bcd0650 Sema: Do not merge new decls with invalid, old decls by David Majnemer · 11 years ago
  61. b7a5120 Use the new --crash option in commands that are expected to crash. by Rafael Espindola · 11 years ago
  62. 96e7813 Add 'not' to commands that are expected to fail. by Rafael Espindola · 11 years ago
  63. 54ca069 PR16480: Reimplement token-caching for constructor initializer lists. This by Richard Smith · 11 years ago
  64. 3e3d20b "bool" should be a context-sensitive keyword in Altivec mode. by Bill Schmidt · 11 years ago
  65. b2567dd Allow typo correction to try removing nested name specifiers. by Kaelyn Uhrain · 11 years ago
  66. c7e863f PR8302: Check for shadowing a template parameter when declaring a template by Richard Smith · 11 years ago
  67. 8d90b4a Add the global namespace (the "::" namespace specifier) to the list of by Kaelyn Uhrain · 11 years ago
  68. 6e91f4b Fix for PR 16367, display the name of a function in a diagnostic instead of by Richard Trieu · 11 years ago
  69. 122e601 Recognition of empty structures and unions is moved to semantic stage by Serge Pavlov · 11 years ago
  70. 50c859e Fix a typo (chek => check) by Sylvestre Ledru · 11 years ago
  71. aa9df09 Adding in parsing and the start of semantic support for __sptr and __uptr pointer type qualifiers. This patch also fixes the correlated __ptr32 and __ptr64 pointer qualifiers so that they are truly type attributes instead of declaration attributes. by Aaron Ballman · 11 years ago
  72. 440d456 PR16094: I should have known Obj-C init-capture disambiguation couldn't be by Richard Smith · 11 years ago
  73. e4bb749 Objective-C parsing. Error recovery when category implementation by Fariborz Jahanian · 11 years ago
  74. 0d8e964 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 11 years ago
  75. 0a664b8 C++1y n3648: parse and reject init-captures for now. by Richard Smith · 11 years ago
  76. 3ce0de6 Properly parsing __declspec(safebuffers), though there is no semantic hookup. For more information about safebuffers, see MSDN: http://msdn.microsoft.com/en-us/library/dd778695(v=vs.110).aspx by Aaron Ballman · 11 years ago
  77. 51c30af Objective-C parsing [qoi]: Recover gracefully with good diagnostic by Fariborz Jahanian · 11 years ago
  78. 8404626 The 'constexpr implies const' rule for non-static member functions is gone in by Richard Smith · 11 years ago
  79. 0c7102f Objective-C++: Enable passing of modern C++11 style by Fariborz Jahanian · 11 years ago
  80. 0ac0ee9 Objective-C parsing [qoi]: Provide good recovery when by Fariborz Jahanian · 11 years ago
  81. bd95745 [Parser] Handle #pragma pack/align inside C structs. by Argyrios Kyrtzidis · 11 years ago
  82. 85192c7 Parser support for #pragma clang __debug captured by Tareq A. Siraj · 11 years ago
  83. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 11 years ago
  84. 3a0f7ac Give this test a triple so that its use of thread_local doesn't make it fail on the MSVC bot. by Richard Smith · 11 years ago
  85. ec64244 Parsing support for thread_local and _Thread_local. We give them the same by Richard Smith · 11 years ago
  86. e145bfd Make the ObjC attributes diagnostics a bit more informative. by Nico Weber · 11 years ago
  87. 9f4f5f1 Emit a nicer diagnostic for misplaced attributes on ObjC directives. by Nico Weber · 11 years ago
  88. 4cf4a5e Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar for the _Atomic type specifier. by Richard Smith · 11 years ago
  89. cdd81e5 Try harder to be signal-safe inside our signal handler. The most prominent behavioural by Nick Lewycky · 11 years ago
  90. 695031c Do the error recovery for @end only. by Fariborz Jahanian · 11 years ago
  91. 4cc0cf1 Objective-C [qoi] more gracefull recovery when by Fariborz Jahanian · 11 years ago
  92. 576f32c Teach statement / declaration disambiguation about C++11-style generalized initializers. by Richard Smith · 11 years ago
  93. 5bba867 Objective-C [qoi]: Provide improved parse diagnostics when by Fariborz Jahanian · 11 years ago
  94. c7f8116 Add missing diagnostic for a nested-name-specifier on a free-standing type definition. Bump some related diagnostics from warning to extension in C++, since they're errors there. Add some missing checks for function specifiers on non-function declarations. by Richard Smith · 11 years ago
  95. 4b02dff Add quotation marks to template names in diagnostics. by David Blaikie · 11 years ago
  96. d1084f6 Fix warning text of my last patch. // rdar://13158394 by Fariborz Jahanian · 11 years ago
  97. ced0e65 objective-C: clang, following gcc, warns on by Fariborz Jahanian · 11 years ago
  98. 684aa73 [Sema] Semantic analysis for empty-declaration and attribute-declaration. by Michael Han · 11 years ago
  99. 672edb0 Don't accidentally and silently accept C++11 attributes in decl-specifier-seqs by Richard Smith · 11 years ago
  100. 68ea3ae Per the grammar in [dcl.dcl]p1, a simple-declaration can only have attributes by Richard Smith · 11 years ago