1. a38253c PR5066: If a declarator cannot have an identifier, and cannot possibly be by Richard Smith · 11 years ago
  2. bcd0650 Sema: Do not merge new decls with invalid, old decls by David Majnemer · 11 years ago
  3. b7a5120 Use the new --crash option in commands that are expected to crash. by Rafael Espindola · 11 years ago
  4. 96e7813 Add 'not' to commands that are expected to fail. by Rafael Espindola · 11 years ago
  5. 54ca069 PR16480: Reimplement token-caching for constructor initializer lists. This by Richard Smith · 11 years ago
  6. 3e3d20b "bool" should be a context-sensitive keyword in Altivec mode. by Bill Schmidt · 11 years ago
  7. b2567dd Allow typo correction to try removing nested name specifiers. by Kaelyn Uhrain · 11 years ago
  8. c7e863f PR8302: Check for shadowing a template parameter when declaring a template by Richard Smith · 11 years ago
  9. 8d90b4a Add the global namespace (the "::" namespace specifier) to the list of by Kaelyn Uhrain · 11 years ago
  10. 6e91f4b Fix for PR 16367, display the name of a function in a diagnostic instead of by Richard Trieu · 11 years ago
  11. 122e601 Recognition of empty structures and unions is moved to semantic stage by Serge Pavlov · 11 years ago
  12. 50c859e Fix a typo (chek => check) by Sylvestre Ledru · 11 years ago
  13. 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
  14. 440d456 PR16094: I should have known Obj-C init-capture disambiguation couldn't be by Richard Smith · 11 years ago
  15. e4bb749 Objective-C parsing. Error recovery when category implementation by Fariborz Jahanian · 11 years ago
  16. 0d8e964 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 11 years ago
  17. 0a664b8 C++1y n3648: parse and reject init-captures for now. by Richard Smith · 11 years ago
  18. 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
  19. 51c30af Objective-C parsing [qoi]: Recover gracefully with good diagnostic by Fariborz Jahanian · 11 years ago
  20. 8404626 The 'constexpr implies const' rule for non-static member functions is gone in by Richard Smith · 12 years ago
  21. 0c7102f Objective-C++: Enable passing of modern C++11 style by Fariborz Jahanian · 12 years ago
  22. 0ac0ee9 Objective-C parsing [qoi]: Provide good recovery when by Fariborz Jahanian · 12 years ago
  23. bd95745 [Parser] Handle #pragma pack/align inside C structs. by Argyrios Kyrtzidis · 12 years ago
  24. 85192c7 Parser support for #pragma clang __debug captured by Tareq A. Siraj · 12 years ago
  25. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 12 years ago
  26. 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 · 12 years ago
  27. ec64244 Parsing support for thread_local and _Thread_local. We give them the same by Richard Smith · 12 years ago
  28. e145bfd Make the ObjC attributes diagnostics a bit more informative. by Nico Weber · 12 years ago
  29. 9f4f5f1 Emit a nicer diagnostic for misplaced attributes on ObjC directives. by Nico Weber · 12 years ago
  30. 4cf4a5e Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar for the _Atomic type specifier. by Richard Smith · 12 years ago
  31. cdd81e5 Try harder to be signal-safe inside our signal handler. The most prominent behavioural by Nick Lewycky · 12 years ago
  32. 695031c Do the error recovery for @end only. by Fariborz Jahanian · 12 years ago
  33. 4cc0cf1 Objective-C [qoi] more gracefull recovery when by Fariborz Jahanian · 12 years ago
  34. 576f32c Teach statement / declaration disambiguation about C++11-style generalized initializers. by Richard Smith · 12 years ago
  35. 5bba867 Objective-C [qoi]: Provide improved parse diagnostics when by Fariborz Jahanian · 12 years ago
  36. 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 · 12 years ago
  37. 4b02dff Add quotation marks to template names in diagnostics. by David Blaikie · 12 years ago
  38. d1084f6 Fix warning text of my last patch. // rdar://13158394 by Fariborz Jahanian · 12 years ago
  39. ced0e65 objective-C: clang, following gcc, warns on by Fariborz Jahanian · 12 years ago
  40. 684aa73 [Sema] Semantic analysis for empty-declaration and attribute-declaration. by Michael Han · 12 years ago
  41. 672edb0 Don't accidentally and silently accept C++11 attributes in decl-specifier-seqs by Richard Smith · 12 years ago
  42. 68ea3ae Per the grammar in [dcl.dcl]p1, a simple-declaration can only have attributes by Richard Smith · 12 years ago
  43. 150d853 Don't skip '_Alignas' when disambiguating 'final'. '_Alignas' can't appear here, by Richard Smith · 12 years ago
  44. 9e738cc Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, by Richard Smith · 12 years ago
  45. 30f2a74 PR15311: Finish implementation of the suggested resolution of core issue 1488, by Richard Smith · 12 years ago
  46. 6b3d3e5 Process and handle attributes on conditions and for loop variables. Process and by Richard Smith · 12 years ago
  47. 0532140 PR15300: Support C++11 attributes on base-specifiers. We don't support any such by Richard Smith · 12 years ago
  48. 3fa3fea PR15132: Replace "address expression must be an lvalue or a function by Richard Smith · 12 years ago
  49. d03de6a Downgrade 'attribute ignored when parsing type' from error to warning, to match by Richard Smith · 12 years ago
  50. 4cd81c5 Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas. by Richard Smith · 12 years ago
  51. 8338a9d PR15017: A '>' can appear after a type-specifier in a template-argument-list. by Richard Smith · 12 years ago
  52. 33f04a2 Treat alignas and _Alignas as keyword attributes. This allows us to by Richard Smith · 12 years ago
  53. db55c04c Give a more informative error message when the dot or arrow operator is used by Richard Trieu · 12 years ago
  54. 69bb7f6 Temporarily disabling ms-asm test by Renato Golin · 12 years ago
  55. 8b33265 Fail these tests in a way that doesn't cause unexpected successes, per Daniel's by Chad Rosier · 12 years ago
  56. bce9205 Add a triple, per Ben's suggestion. by Chad Rosier · 12 years ago
  57. bd00bdb Second attempt to fix ppc bots. by Chad Rosier · 12 years ago
  58. 80d38eb Add x86 requirement to hopefully fix ppc bots. by Chad Rosier · 12 years ago
  59. c666cf4 [ms-inline asm] Remove a warning about ms-style inline assembly not being by Chad Rosier · 12 years ago
  60. ba65f50 Fix five more cases of tokens which can legally follow a type specifier. by Richard Smith · 12 years ago
  61. 55fc3a7 Fix parsing of class specifiers before '\n' 'operator'. by Nico Weber · 12 years ago
  62. de03c15 Parsing support for C11's _Noreturn keyword. No semantics yet. by Richard Smith · 12 years ago
  63. cd8ab51 Implement C++11 semantics for [[noreturn]] attribute. This required splitting by Richard Smith · 12 years ago
  64. ef8e498 Add a test for -Wsemicolon-before-method-body fixit by Dmitri Gribenko · 12 years ago
  65. d3e723e PR14918: Don't confuse braced-init-lists after template variable declarations by Richard Smith · 12 years ago
  66. 5c52166 Fix behavior of [[gnu::]] function attributes. Per g++'s behavior, these by Richard Smith · 12 years ago
  67. f7a0527 Accept [[gnu::*]] for all __attribute__((*))s which are: by Richard Smith · 12 years ago
  68. 7b19cb1 *this is const in a trailing-return-type for a constexpr member function. by Richard Smith · 12 years ago
  69. 6a502c4 PR14855: don't silently swallow a nested-name-specifier after a type name. by Richard Smith · 12 years ago
  70. 07fc1ba Add fixit hints for misplaced C++11 attributes around class specifiers. by Michael Han · 12 years ago
  71. b13621d Re-commit r170428 changes with Linux style file endings. by Guy Benyei · 12 years ago
  72. 7f92f2d Revert changes from r170428, as I accidentally changed the line endings of these files to Windows style. by Guy Benyei · 12 years ago
  73. 736104a Add OpenCL images as clang builtin types. by Guy Benyei · 12 years ago
  74. b707a47 Don't require a space between the two ">" in "vector<id<protocol>>" in objc++11. by Nico Weber · 12 years ago
  75. 569cdc8 PR14549. Don't assert if we see an incomplete decltype specifier at the end of the file. by Richard Smith · 12 years ago
  76. e23fbf1 [driver, ms-inline asm] Have -fms-extensions enable the AsmBlocks language by Chad Rosier · 12 years ago
  77. 15490fd [driver, ms-inline asm] MS-Style inline assembly is controlled by the by Chad Rosier · 12 years ago
  78. 37ec8d5 In C++, if we hit an error in the class-head, don't try to parse the class body. by Richard Smith · 12 years ago
  79. 52b501c Implement C++11 [dcl.attr.grammar] p4: If an attribute-specifier-seq appertains to a friend declaration, that declaration shall be a definition. by Michael Han · 12 years ago
  80. 2e39713 Improve diagnostic on C++11 attribute specifiers that appear at wrong syntactic locations around class specifiers. by Michael Han · 12 years ago
  81. 97f8461 Made the "expected string literal" diagnostic more expressive by Andy Gibbs · 12 years ago
  82. 6f9a445 PR9903: Recover from a member functon declared with the 'typedef' specifier by by Richard Smith · 12 years ago
  83. f64231e Teach Clang parser to reject C++11 attributes that appertain to declaration specifiers. by Michael Han · 12 years ago
  84. d096acc Our style for diagnostic messages is to not include a trailing dot. by Matt Beaumont-Gay · 12 years ago
  85. 3f320aa Test case for r167363. by Lang Hames · 12 years ago
  86. eacff03 Fix test cases I broken when fixing grammar in diagnostic message. by Richard Trieu · 12 years ago
  87. 919b955 When finding a '(' after '::', emit error with hint to remove '(' and matching by Richard Trieu · 12 years ago
  88. e1bb329 Fix crash on missing namespace name in namespace alias definition -- PR14085. by Nico Weber · 12 years ago
  89. a0d5878 Correct test inovocations to use %clang_cc1 rather than direct invocation (so that it can have additional options set when trying to debug issues causing regressions). by David Tweed · 12 years ago
  90. 53aec2a 'constexpr' and 'friend' are both declaration specifiers. Teach the parser this, for better error recovery. by Richard Smith · 12 years ago
  91. 9dd686d Update regression tests for r166617. by Eli Friedman · 12 years ago
  92. 87234c8 Fix typo, make test case slightly more reabable. Thanks to Dmitri Gribenko for by Lang Hames · 12 years ago
  93. 860022c When used in a compound expression FP_CONTRACT should proceed all explicit by Lang Hames · 12 years ago
  94. aa9a8ce DR1473: Do not require a space between operator"" and the ud-suffix in a by Richard Smith · 12 years ago
  95. 8e8fb3b Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. by Andy Gibbs · 12 years ago
  96. d654f2d DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all. by Richard Smith · 12 years ago
  97. f4deaef Handle a "#pragma options align" inside a class. by Argyrios Kyrtzidis · 12 years ago
  98. 6880f49 Improve C++11 attribute parsing. by Michael Han · 12 years ago
  99. 568f785 Cleaning up the self initialization checker. by Richard Trieu · 12 years ago
  100. 4b08242 If a comma operator is followed by a token which unambiguously indicates the by Richard Smith · 12 years ago