1. 440d456 PR16094: I should have known Obj-C init-capture disambiguation couldn't be by Richard Smith · 11 years ago
  2. e4bb749 Objective-C parsing. Error recovery when category implementation by Fariborz Jahanian · 11 years ago
  3. 0d8e964 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 11 years ago
  4. 0a664b8 C++1y n3648: parse and reject init-captures for now. by Richard Smith · 11 years ago
  5. 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
  6. 51c30af Objective-C parsing [qoi]: Recover gracefully with good diagnostic by Fariborz Jahanian · 11 years ago
  7. 8404626 The 'constexpr implies const' rule for non-static member functions is gone in by Richard Smith · 11 years ago
  8. 0c7102f Objective-C++: Enable passing of modern C++11 style by Fariborz Jahanian · 11 years ago
  9. 0ac0ee9 Objective-C parsing [qoi]: Provide good recovery when by Fariborz Jahanian · 11 years ago
  10. bd95745 [Parser] Handle #pragma pack/align inside C structs. by Argyrios Kyrtzidis · 11 years ago
  11. 85192c7 Parser support for #pragma clang __debug captured by Tareq A. Siraj · 11 years ago
  12. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 11 years ago
  13. 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
  14. ec64244 Parsing support for thread_local and _Thread_local. We give them the same by Richard Smith · 11 years ago
  15. e145bfd Make the ObjC attributes diagnostics a bit more informative. by Nico Weber · 11 years ago
  16. 9f4f5f1 Emit a nicer diagnostic for misplaced attributes on ObjC directives. by Nico Weber · 11 years ago
  17. 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
  18. cdd81e5 Try harder to be signal-safe inside our signal handler. The most prominent behavioural by Nick Lewycky · 11 years ago
  19. 695031c Do the error recovery for @end only. by Fariborz Jahanian · 11 years ago
  20. 4cc0cf1 Objective-C [qoi] more gracefull recovery when by Fariborz Jahanian · 11 years ago
  21. 576f32c Teach statement / declaration disambiguation about C++11-style generalized initializers. by Richard Smith · 11 years ago
  22. 5bba867 Objective-C [qoi]: Provide improved parse diagnostics when by Fariborz Jahanian · 11 years ago
  23. 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
  24. 4b02dff Add quotation marks to template names in diagnostics. by David Blaikie · 11 years ago
  25. d1084f6 Fix warning text of my last patch. // rdar://13158394 by Fariborz Jahanian · 11 years ago
  26. ced0e65 objective-C: clang, following gcc, warns on by Fariborz Jahanian · 11 years ago
  27. 684aa73 [Sema] Semantic analysis for empty-declaration and attribute-declaration. by Michael Han · 11 years ago
  28. 672edb0 Don't accidentally and silently accept C++11 attributes in decl-specifier-seqs by Richard Smith · 11 years ago
  29. 68ea3ae Per the grammar in [dcl.dcl]p1, a simple-declaration can only have attributes by Richard Smith · 11 years ago
  30. 150d853 Don't skip '_Alignas' when disambiguating 'final'. '_Alignas' can't appear here, by Richard Smith · 11 years ago
  31. 9e738cc Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, by Richard Smith · 11 years ago
  32. 30f2a74 PR15311: Finish implementation of the suggested resolution of core issue 1488, by Richard Smith · 11 years ago
  33. 6b3d3e5 Process and handle attributes on conditions and for loop variables. Process and by Richard Smith · 11 years ago
  34. 0532140 PR15300: Support C++11 attributes on base-specifiers. We don't support any such by Richard Smith · 11 years ago
  35. 3fa3fea PR15132: Replace "address expression must be an lvalue or a function by Richard Smith · 11 years ago
  36. d03de6a Downgrade 'attribute ignored when parsing type' from error to warning, to match by Richard Smith · 11 years ago
  37. 4cd81c5 Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas. by Richard Smith · 11 years ago
  38. 8338a9d PR15017: A '>' can appear after a type-specifier in a template-argument-list. by Richard Smith · 11 years ago
  39. 33f04a2 Treat alignas and _Alignas as keyword attributes. This allows us to by Richard Smith · 11 years ago
  40. db55c04c Give a more informative error message when the dot or arrow operator is used by Richard Trieu · 11 years ago
  41. 69bb7f6 Temporarily disabling ms-asm test by Renato Golin · 11 years ago
  42. 8b33265 Fail these tests in a way that doesn't cause unexpected successes, per Daniel's by Chad Rosier · 11 years ago
  43. bce9205 Add a triple, per Ben's suggestion. by Chad Rosier · 11 years ago
  44. bd00bdb Second attempt to fix ppc bots. by Chad Rosier · 11 years ago
  45. 80d38eb Add x86 requirement to hopefully fix ppc bots. by Chad Rosier · 11 years ago
  46. c666cf4 [ms-inline asm] Remove a warning about ms-style inline assembly not being by Chad Rosier · 11 years ago
  47. ba65f50 Fix five more cases of tokens which can legally follow a type specifier. by Richard Smith · 12 years ago
  48. 55fc3a7 Fix parsing of class specifiers before '\n' 'operator'. by Nico Weber · 12 years ago
  49. de03c15 Parsing support for C11's _Noreturn keyword. No semantics yet. by Richard Smith · 12 years ago
  50. cd8ab51 Implement C++11 semantics for [[noreturn]] attribute. This required splitting by Richard Smith · 12 years ago
  51. ef8e498 Add a test for -Wsemicolon-before-method-body fixit by Dmitri Gribenko · 12 years ago
  52. d3e723e PR14918: Don't confuse braced-init-lists after template variable declarations by Richard Smith · 12 years ago
  53. 5c52166 Fix behavior of [[gnu::]] function attributes. Per g++'s behavior, these by Richard Smith · 12 years ago
  54. f7a0527 Accept [[gnu::*]] for all __attribute__((*))s which are: by Richard Smith · 12 years ago
  55. 7b19cb1 *this is const in a trailing-return-type for a constexpr member function. by Richard Smith · 12 years ago
  56. 6a502c4 PR14855: don't silently swallow a nested-name-specifier after a type name. by Richard Smith · 12 years ago
  57. 07fc1ba Add fixit hints for misplaced C++11 attributes around class specifiers. by Michael Han · 12 years ago
  58. b13621d Re-commit r170428 changes with Linux style file endings. by Guy Benyei · 12 years ago
  59. 7f92f2d Revert changes from r170428, as I accidentally changed the line endings of these files to Windows style. by Guy Benyei · 12 years ago
  60. 736104a Add OpenCL images as clang builtin types. by Guy Benyei · 12 years ago
  61. b707a47 Don't require a space between the two ">" in "vector<id<protocol>>" in objc++11. by Nico Weber · 12 years ago
  62. 569cdc8 PR14549. Don't assert if we see an incomplete decltype specifier at the end of the file. by Richard Smith · 12 years ago
  63. e23fbf1 [driver, ms-inline asm] Have -fms-extensions enable the AsmBlocks language by Chad Rosier · 12 years ago
  64. 15490fd [driver, ms-inline asm] MS-Style inline assembly is controlled by the by Chad Rosier · 12 years ago
  65. 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
  66. 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
  67. 2e39713 Improve diagnostic on C++11 attribute specifiers that appear at wrong syntactic locations around class specifiers. by Michael Han · 12 years ago
  68. 97f8461 Made the "expected string literal" diagnostic more expressive by Andy Gibbs · 12 years ago
  69. 6f9a445 PR9903: Recover from a member functon declared with the 'typedef' specifier by by Richard Smith · 12 years ago
  70. f64231e Teach Clang parser to reject C++11 attributes that appertain to declaration specifiers. by Michael Han · 12 years ago
  71. d096acc Our style for diagnostic messages is to not include a trailing dot. by Matt Beaumont-Gay · 12 years ago
  72. 3f320aa Test case for r167363. by Lang Hames · 12 years ago
  73. eacff03 Fix test cases I broken when fixing grammar in diagnostic message. by Richard Trieu · 12 years ago
  74. 919b955 When finding a '(' after '::', emit error with hint to remove '(' and matching by Richard Trieu · 12 years ago
  75. e1bb329 Fix crash on missing namespace name in namespace alias definition -- PR14085. by Nico Weber · 12 years ago
  76. 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
  77. 53aec2a 'constexpr' and 'friend' are both declaration specifiers. Teach the parser this, for better error recovery. by Richard Smith · 12 years ago
  78. 9dd686d Update regression tests for r166617. by Eli Friedman · 12 years ago
  79. 87234c8 Fix typo, make test case slightly more reabable. Thanks to Dmitri Gribenko for by Lang Hames · 12 years ago
  80. 860022c When used in a compound expression FP_CONTRACT should proceed all explicit by Lang Hames · 12 years ago
  81. aa9a8ce DR1473: Do not require a space between operator"" and the ud-suffix in a by Richard Smith · 12 years ago
  82. 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
  83. d654f2d DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all. by Richard Smith · 12 years ago
  84. f4deaef Handle a "#pragma options align" inside a class. by Argyrios Kyrtzidis · 12 years ago
  85. 6880f49 Improve C++11 attribute parsing. by Michael Han · 12 years ago
  86. 568f785 Cleaning up the self initialization checker. by Richard Trieu · 12 years ago
  87. 4b08242 If a comma operator is followed by a token which unambiguously indicates the by Richard Smith · 12 years ago
  88. 3686c71 Recover properly after a parse error in a static_assert declaration. by Richard Smith · 12 years ago
  89. 69e4826 PR13775: When checking for a tag type being shadowed by some other declaration, by Richard Smith · 12 years ago
  90. 568ba87 Revert r163083 per chandlerc's request. by Joao Matos · 12 years ago
  91. 5be92de Implemented parsing and AST support for the MS __leave exception statement. Also a minor fix to __except printing in StmtPrinter.cpp. Thanks to Aaron Ballman for review. by Joao Matos · 12 years ago
  92. 17d35c3 Normalize line endings of r163013 (part 2). by Joao Matos · 12 years ago
  93. 6666ed4 Improved MSVC __interface support by adding first class support for it, instead of aliasing to "struct" which had some incorrect behaviour. Patch by David Robins. by Joao Matos · 12 years ago
  94. a6c66ce Change the representation of builtin functions in the AST by Eli Friedman · 12 years ago
  95. 3bc2226 PR13652: Don't assume the parameter array on a FunctionTypeLoc for a lambda will by Richard Smith · 12 years ago
  96. c828620 Splitting the duplicated decl spec extension warning into two: one is an ExtWarn and the other a vanilla warning. This addresses PR13705, where const char const * wouldn't warn unless -pedantic was specified under the right conditions. by Aaron Ballman · 12 years ago
  97. 56d7f23 [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a by Chad Rosier · 12 years ago
  98. 40b2e19 When disambiguating an expression-statement from a declaraton-statement, if the by Richard Smith · 12 years ago
  99. 78fe3e0 PR13619: Make sure we're not at EOF before looking at NextToken(). by Richard Smith · 12 years ago
  100. 0576681 PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and by Richard Smith · 12 years ago