Age | Commit message (Expand) | Author |
2013-05-04 | Properly parsing __declspec(safebuffers), though there is no semantic hookup.... | Aaron Ballman |
2013-04-24 | Objective-C parsing [qoi]: Recover gracefully with good diagnostic | Fariborz Jahanian |
2013-04-21 | The 'constexpr implies const' rule for non-static member functions is gone in | Richard Smith |
2013-04-18 | Objective-C++: Enable passing of modern C++11 style | Fariborz Jahanian |
2013-04-18 | Objective-C parsing [qoi]: Provide good recovery when | Fariborz Jahanian |
2013-04-18 | [Parser] Handle #pragma pack/align inside C structs. | Argyrios Kyrtzidis |
2013-04-16 | Parser support for #pragma clang __debug captured | Tareq A. Siraj |
2013-04-16 | Basic support for Microsoft property declarations and | John McCall |
2013-04-13 | Give this test a triple so that its use of thread_local doesn't make it fail ... | Richard Smith |
2013-04-12 | Parsing support for thread_local and _Thread_local. We give them the same | Richard Smith |
2013-04-04 | Make the ObjC attributes diagnostics a bit more informative. | Nico Weber |
2013-04-03 | Emit a nicer diagnostic for misplaced attributes on ObjC directives. | Nico Weber |
2013-03-28 | Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar... | Richard Smith |
2013-03-25 | Try harder to be signal-safe inside our signal handler. The most prominent be... | Nick Lewycky |
2013-03-20 | Do the error recovery for @end only. | Fariborz Jahanian |
2013-03-20 | Objective-C [qoi] more gracefull recovery when | Fariborz Jahanian |
2013-03-20 | Teach statement / declaration disambiguation about C++11-style generalized in... | Richard Smith |
2013-03-19 | Objective-C [qoi]: Provide improved parse diagnostics when | Fariborz Jahanian |
2013-03-18 | Add missing diagnostic for a nested-name-specifier on a free-standing type de... | Richard Smith |
2013-03-05 | Add quotation marks to template names in diagnostics. | David Blaikie |
2013-02-28 | Fix warning text of my last patch. | Fariborz Jahanian |
2013-02-28 | objective-C: clang, following gcc, warns on | Fariborz Jahanian |
2013-02-22 | [Sema] Semantic analysis for empty-declaration and attribute-declaration. | Michael Han |
2013-02-22 | Don't accidentally and silently accept C++11 attributes in decl-specifier-seqs | Richard Smith |
2013-02-22 | Per the grammar in [dcl.dcl]p1, a simple-declaration can only have attributes | Richard Smith |
2013-02-22 | Don't skip '_Alignas' when disambiguating 'final'. '_Alignas' can't appear here, | Richard Smith |
2013-02-22 | Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, | Richard Smith |
2013-02-20 | PR15311: Finish implementation of the suggested resolution of core issue 1488, | Richard Smith |
2013-02-20 | Process and handle attributes on conditions and for loop variables. Process and | Richard Smith |
2013-02-19 | PR15300: Support C++11 attributes on base-specifiers. We don't support any such | Richard Smith |
2013-02-02 | PR15132: Replace "address expression must be an lvalue or a function | Richard Smith |
2013-01-29 | Downgrade 'attribute ignored when parsing type' from error to warning, to match | Richard Smith |
2013-01-29 | Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas. | Richard Smith |
2013-01-29 | PR15017: A '>' can appear after a type-specifier in a template-argument-list. | Richard Smith |
2013-01-29 | Treat alignas and _Alignas as keyword attributes. This allows us to | Richard Smith |
2013-01-26 | Give a more informative error message when the dot or arrow operator is used | Richard Trieu |
2013-01-25 | Temporarily disabling ms-asm test | Renato Golin |
2013-01-24 | Fail these tests in a way that doesn't cause unexpected successes, per Daniel's | Chad Rosier |
2013-01-22 | Add a triple, per Ben's suggestion. | Chad Rosier |
2013-01-22 | Second attempt to fix ppc bots. | Chad Rosier |
2013-01-22 | Add x86 requirement to hopefully fix ppc bots. | Chad Rosier |
2013-01-22 | [ms-inline asm] Remove a warning about ms-style inline assembly not being | Chad Rosier |
2013-01-19 | Fix five more cases of tokens which can legally follow a type specifier. | Richard Smith |
2013-01-18 | Fix parsing of class specifiers before '\n' 'operator'. | Nico Weber |
2013-01-17 | Parsing support for C11's _Noreturn keyword. No semantics yet. | Richard Smith |
2013-01-17 | Implement C++11 semantics for [[noreturn]] attribute. This required splitting | Richard Smith |
2013-01-15 | Add a test for -Wsemicolon-before-method-body fixit | Dmitri Gribenko |
2013-01-15 | PR14918: Don't confuse braced-init-lists after template variable declarations | Richard Smith |
2013-01-15 | Fix behavior of [[gnu::]] function attributes. Per g++'s behavior, these | Richard Smith |
2013-01-14 | Accept [[gnu::*]] for all __attribute__((*))s which are: | Richard Smith |