summaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticParseKinds.td
Commit message (Expand)AuthorAge
* Provide a better diagnostic when braces are put before the identifier.Richard Trieu2014-06-24
* Fix PR20069: bad loop pragma arguments crash FEEli Bendersky2014-06-19
* [c++1z] Implement N3994: a range-based for loop can declare a variable with s...Richard Smith2014-06-19
* DiagnoseUnknownTypename always emits a diagnostic and returns trueReid Kleckner2014-06-19
* [C++1z] Implement N4051: 'typename' is permitted instead of 'class' when decl...Richard Smith2014-06-16
* Add loop unroll pragma supportEli Bendersky2014-06-11
* Fix DOS-style newlines.Eli Bendersky2014-06-06
* Adding a new #pragma for the vectorize and interleave optimization hints.Aaron Ballman2014-06-06
* Implemented support for "pragma clang optimize on/off", based on attribute 'o...Dario Domizioli2014-05-23
* Revised wording for diagnostics in r208299Ismail Pazarbasi2014-05-09
* Suggest fix-it ':' when '=' used in for-range-declarationIsmail Pazarbasi2014-05-08
* Sema: Implement DR477David Majnemer2014-04-30
* [Parser] Remove "add -fmodules" from the "use of '@import' when modules are d...Argyrios Kyrtzidis2014-04-17
* Fixing a typo, updating the diagnostic wording and logic based on post-commit...Aaron Ballman2014-04-15
* Properly diagnose standard C++ attributes which have optional argument lists ...Aaron Ballman2014-04-14
* Improve error recovery around colon.Serge Pavlov2014-04-13
* [MS-ABI] Add support for #pragma section and related pragmasWarren Hunt2014-04-08
* Unify __declspec attribute argument parsing with the common attribute argumen...Aaron Ballman2014-03-31
* Objective-C. Improve diagnostic error for '@import' Fariborz Jahanian2014-03-26
* Test commitAlexander Musman2014-03-21
* Gracefully handle an attribute specifier following a lambda introducer when t...Aaron Ballman2014-03-11
* Replace "can not" with "cannot" in diagnostics messages.Ismail Pazarbasi2014-03-07
* Remove unused diagnostic.Benjamin Kramer2014-02-20
* [OPENMP] 'if' clause support (no CodeGen support)Alexey Bataev2014-02-13
* MS ABI: Implement #pragma vtordisp() and clang-cl /vdNReid Kleckner2014-02-12
* MS ABI: Add support for #pragma pointers_to_membersDavid Majnemer2014-02-10
* Basic: Clean up malformed pragma diagnosticsDavid Majnemer2014-02-10
* Move away from 'general' / 'generalized' as a way of identifying C++11Richard Smith2014-01-17
* Clarify warn_cxx98_compat_attribute diagnosticAlp Toker2014-01-12
* Bring back magic constants in the digraph diagnosticAlp Toker2014-01-07
* Simplify diagnostic tag type using the token kind formatterAlp Toker2014-01-06
* Don't use magic constants in the digraph diagnosticAlp Toker2014-01-06
* Use token kind instead of '%select{.|->}0' in diagnosticAlp Toker2014-01-06
* ExpectAndConsume: Diagnose errors automaticallyAlp Toker2014-01-01
* Recover from errors in enum definitionSerge Pavlov2013-12-31
* Support and use token kinds as diagnostic argumentsAlp Toker2013-12-24
* Unify type trait parsingAlp Toker2013-12-12
* Make the -Wkeyword-compat diag message more accurateAlp Toker2013-12-09
* ObjectiveC - Introducing objc_bridge_related attribute Fariborz Jahanian2013-12-04
* Fix several crash-on-invalids when using template-ids that aren'tRichard Smith2013-12-04
* Emit an extension warning when changing system header tokensAlp Toker2013-12-03
* PR17949: Fix crash if someone puts a namespace inside a class template.Richard Smith2013-11-15
* Fix bogus diagnostic wording. There's no such thing as a compound expression.Richard Smith2013-11-15
* Try to recover a bit better if a close brace is missing from the end of a classRichard Smith2013-11-09
* Revert "Try to correct a mistyped "-" or ">" to "->" for some C++ cases."Kaelyn Uhrain2013-11-05
* Try to correct a mistyped "-" or ">" to "->" for some C++ cases.Kaelyn Uhrain2013-11-04
* Sema: Cleanup and simplify anonymous union diagnosticsDavid Majnemer2013-11-02
* Sema: Flexible array members were introduced in C99, diagnose their use in C++David Majnemer2013-11-02
* Remove unused diagnostic.Benjamin Kramer2013-10-31
* Factor out custom parsing for iboutletcollection and vec_type_hint attributesRichard Smith2013-10-31