aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticParseKinds.td
AgeCommit message (Expand)Author
2013-05-06Move PragmaCommentHandler to lib/Parse in preparation for calling SemaReid Kleckner
2013-05-03Move parsing of identifiers in MS-style inline assembly intoJohn McCall
2013-04-26Implement C++1y decltype(auto).Richard Smith
2013-04-24Objective-C parsing [qoi]: Recover gracefully with good diagnosticFariborz Jahanian
2013-04-23Warn that scoped enumerations are a C++11 extenstion when compiling inRichard Trieu
2013-04-16Fix PR4296: Add parser detection/error recovery for nested functions, from Se...Douglas Gregor
2013-04-16Basic support for Microsoft property declarations andJohn McCall
2013-04-04Make the ObjC attributes diagnostics a bit more informative.Nico Weber
2013-04-03Emit a nicer diagnostic for misplaced attributes on ObjC directives.Nico Weber
2013-04-01PR15633: Note that we are EnteringContext when parsing the nested nameRichard Smith
2013-03-22OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev
2013-03-19Objective-C [qoi]: Provide improved parse diagnostics whenFariborz Jahanian
2013-02-28Fix warning text of my last patch.Fariborz Jahanian
2013-02-28objective-C: clang, following gcc, warns onFariborz Jahanian
2013-02-22Handle alignas(foo...) pack expansions.Richard Smith
2013-02-22Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,Richard Smith
2013-02-20PR15311: Finish implementation of the suggested resolution of core issue 1488,Richard Smith
2013-01-29Produce a diagnostic if alignas is applied to an expression. Neither C11 norRichard Smith
2013-01-26Give a more informative error message when the dot or arrow operator is usedRichard Trieu
2013-01-22[ms-inline asm] Remove a warning about ms-style inline assembly not beingChad Rosier
2013-01-17Parsing support for C11's _Noreturn keyword. No semantics yet.Richard Smith
2013-01-17Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith
2012-11-24Make err_module_expected_semi consistent with all the other expected_semi diags.Nico Weber
2012-11-17Refactored duplicate string literal lexing code within Preprocessor, into aAndy Gibbs
2012-11-15Remove unused diagnostics from TableGen files.Dmitri Gribenko
2012-11-05Our style for diagnostic messages is to not include a trailing dot.Matt Beaumont-Gay
2012-11-02Fix grammar of diagnostic message.Richard Trieu
2012-11-02Tweak wording and add diagnostic groups to misc diagnostics.Eli Friedman
2012-11-02Change diagnostics for enums with fixed underlying type so in C++98 mode, we ...Eli Friedman
2012-11-02When finding a '(' after '::', emit error with hint to remove '(' and matchingRichard Trieu
2012-10-27Reverted back the changes made in 166868 and in 166869Mahesha S
2012-10-27Feature:Mahesha S
2012-10-21Fix typo, make test case slightly more reabable. Thanks to Dmitri Gribenko forLang Hames
2012-10-21When used in a compound expression FP_CONTRACT should proceed all explicitLang Hames
2012-10-20DR1473: Do not require a space between operator"" and the ud-suffix in aRichard Smith
2012-09-25Fix for r163013 regression and further __interface enhancement.John McCall
2012-09-17objective-C: improve on warnings about misplacement of methodFariborz Jahanian
2012-09-17objective-C: issue warning when there is no whitespaceFariborz Jahanian
2012-09-12Revert "objective-C: warn under a flag if missing argument"Ted Kremenek
2012-09-12Revert "objective-C: warn if selector has nothing but bare"Ted Kremenek
2012-09-11objective-C: warn if selector has nothing but bareFariborz Jahanian
2012-09-11objective-C: warn under a flag if missing argumentFariborz Jahanian
2012-09-04Revert r163083 per chandlerc's request.Joao Matos
2012-09-02Implemented parsing and AST support for the MS __leave exception statement. A...Joao Matos
2012-08-31Normalize line endings of r163013 (part 2).Joao Matos
2012-08-31Improved MSVC __interface support by adding first class support for it, inste...Joao Matos
2012-08-29Reversing the logic since C99 mode is actually not an extension. Also, chang...Aaron Ballman
2012-08-28Splitting 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-17Add support for "type safety" attributes that allow checking that 'void *'Dmitri Gribenko