Age | Commit message (Expand) | Author |
2013-05-06 | Move PragmaCommentHandler to lib/Parse in preparation for calling Sema | Reid Kleckner |
2013-05-03 | Move parsing of identifiers in MS-style inline assembly into | John McCall |
2013-04-26 | Implement C++1y decltype(auto). | Richard Smith |
2013-04-24 | Objective-C parsing [qoi]: Recover gracefully with good diagnostic | Fariborz Jahanian |
2013-04-23 | Warn that scoped enumerations are a C++11 extenstion when compiling in | Richard Trieu |
2013-04-16 | Fix PR4296: Add parser detection/error recovery for nested functions, from Se... | Douglas Gregor |
2013-04-16 | Basic support for Microsoft property declarations and | John McCall |
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-04-01 | PR15633: Note that we are EnteringContext when parsing the nested name | Richard Smith |
2013-03-22 | OpenMP threadprivate directive parsing and semantic analysis | Alexey Bataev |
2013-03-19 | Objective-C [qoi]: Provide improved parse diagnostics when | Fariborz Jahanian |
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 | Handle alignas(foo...) pack expansions. | 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-01-29 | Produce a diagnostic if alignas is applied to an expression. Neither C11 nor | Richard Smith |
2013-01-26 | Give a more informative error message when the dot or arrow operator is used | Richard Trieu |
2013-01-22 | [ms-inline asm] Remove a warning about ms-style inline assembly not being | Chad Rosier |
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 |
2012-11-24 | Make err_module_expected_semi consistent with all the other expected_semi diags. | Nico Weber |
2012-11-17 | Refactored duplicate string literal lexing code within Preprocessor, into a | Andy Gibbs |
2012-11-15 | Remove unused diagnostics from TableGen files. | Dmitri Gribenko |
2012-11-05 | Our style for diagnostic messages is to not include a trailing dot. | Matt Beaumont-Gay |
2012-11-02 | Fix grammar of diagnostic message. | Richard Trieu |
2012-11-02 | Tweak wording and add diagnostic groups to misc diagnostics. | Eli Friedman |
2012-11-02 | Change diagnostics for enums with fixed underlying type so in C++98 mode, we ... | Eli Friedman |
2012-11-02 | When finding a '(' after '::', emit error with hint to remove '(' and matching | Richard Trieu |
2012-10-27 | Reverted back the changes made in 166868 and in 166869 | Mahesha S |
2012-10-27 | Feature: | Mahesha S |
2012-10-21 | Fix typo, make test case slightly more reabable. Thanks to Dmitri Gribenko for | Lang Hames |
2012-10-21 | When used in a compound expression FP_CONTRACT should proceed all explicit | Lang Hames |
2012-10-20 | DR1473: Do not require a space between operator"" and the ud-suffix in a | Richard Smith |
2012-09-25 | Fix for r163013 regression and further __interface enhancement. | John McCall |
2012-09-17 | objective-C: improve on warnings about misplacement of method | Fariborz Jahanian |
2012-09-17 | objective-C: issue warning when there is no whitespace | Fariborz Jahanian |
2012-09-12 | Revert "objective-C: warn under a flag if missing argument" | Ted Kremenek |
2012-09-12 | Revert "objective-C: warn if selector has nothing but bare" | Ted Kremenek |
2012-09-11 | objective-C: warn if selector has nothing but bare | Fariborz Jahanian |
2012-09-11 | objective-C: warn under a flag if missing argument | Fariborz Jahanian |
2012-09-04 | Revert r163083 per chandlerc's request. | Joao Matos |
2012-09-02 | Implemented parsing and AST support for the MS __leave exception statement. A... | Joao Matos |
2012-08-31 | Normalize line endings of r163013 (part 2). | Joao Matos |
2012-08-31 | Improved MSVC __interface support by adding first class support for it, inste... | Joao Matos |
2012-08-29 | Reversing the logic since C99 mode is actually not an extension. Also, chang... | Aaron Ballman |
2012-08-28 | Splitting the duplicated decl spec extension warning into two: one is an ExtW... | Aaron Ballman |
2012-08-24 | [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a | Chad Rosier |
2012-08-17 | Add support for "type safety" attributes that allow checking that 'void *' | Dmitri Gribenko |