summaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticSemaKinds.td
Commit message (Expand)AuthorAge
* CodeGen: Improve warnings about uninstrumented files when profilingJustin Bogner2014-06-26
* MS ABI: Propagate class-level DLL attributes to class template specialization...Hans Wennborg2014-06-25
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-25
* [OPENMP] Additional checking for 'collapse' clause.Alexey Bataev2014-06-24
* [OPENMP] Added initial checking of nesting of OpenMP regions.Alexey Bataev2014-06-24
* [C++1z] Implement N3928: message in static_assert is optional.Richard Smith2014-06-20
* The ability to use vector initializer lists is a GNU vector extensionJames Molloy2014-06-20
* Objective-C qoi. When Objective-C pointer mismatches withFariborz Jahanian2014-06-19
* Fix PR20069: bad loop pragma arguments crash FEEli Bendersky2014-06-19
* [OPENMP] Improved diagnostic messages for vars with the predetermined data sh...Alexey Bataev2014-06-19
* DiagnoseUnknownTypename always emits a diagnostic and returns trueReid Kleckner2014-06-19
* Sema: Static redeclaration after extern declarations is a Microsoft ExtensionDavid Majnemer2014-06-18
* Objective-C. Diagnose when property access is using declaredFariborz Jahanian2014-06-16
* [OPENMP] Initial support of 'reduction' clauseAlexey Bataev2014-06-16
* Recover from missing 'typename' in sizeof(T::InnerType)Reid Kleckner2014-06-12
* PR19966: don't crash/assert when __underlying_type is applied to an incompleteRichard Smith2014-06-12
* Allow lookup into dependent bases in more places under -fms-compatibilityReid Kleckner2014-06-11
* Recover from missing typenames on template args for MSVC compatibilityReid Kleckner2014-06-10
* Fix my poor grammar from r210372Richard Trieu2014-06-06
* Delay lookup of simple default template arguments under -fms-compatibilityReid Kleckner2014-06-06
* Add -Wtautological-undefined-compare and -Wundefined-bool-conversion warningsRichard Trieu2014-06-06
* Fix DOS-style newlines.Eli Bendersky2014-06-06
* Adding a new #pragma for the vectorize and interleave optimization hints.Aaron Ballman2014-06-06
* Add pointer types to global named registerRenato Golin2014-06-05
* [OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman2014-06-04
* Downgrade "definition of dllimport static field" error to warning for class t...Hans Wennborg2014-06-04
* Add __builtin_operator_new and __builtin_operator_delete, which act like callsRichard Smith2014-06-03
* [OPENMP] Loop canonical form analysis (Sema)Alexander Musman2014-06-03
* PR11410: Extend diagnostic to cover all cases of aggregate initialization, notRichard Smith2014-06-03
* Format strings: check against an enum's underlying type.Jordan Rose2014-05-31
* Diagnose dll attribute on member of class that already has a dll attributeHans Wennborg2014-05-31
* PR11410 - Confusing diagnostic when trailing array element tries to call dele...Nikola Smiljanic2014-05-30
* PR12214 - Warn on suspicious self-compound-assignments.Nikola Smiljanic2014-05-30
* Sema: Functions with dll attributes cannot be deletedNico Rieck2014-05-29
* Sema: Check dll attributes on static data membersNico Rieck2014-05-29
* Parsing/Sema for OMPAlignedClause.Alexander Musman2014-05-29
* Objective-C. Diagnose use of properties in functions nested in, Fariborz Jahanian2014-05-28
* Objective-C. Deprecate use of function definitionsFariborz Jahanian2014-05-28
* Consolidate some note diagnosticsAlp Toker2014-05-28
* [OPENMP] Additional checking for local vars in initial values for threadpriva...Alexey Bataev2014-05-28
* Sema: Add dll attribute tests for member functionsNico Rieck2014-05-25
* Remove outdated diagnostic.Benjamin Kramer2014-05-21
* Add a check for tautological bitwise comparisons to -Wtautological-compare.Jordan Rose2014-05-20
* [OpenCL] Reject reqd_work_group_size(X, Y, Z) where X, Y or Z == 0.Joey Gouly2014-05-19
* Remove unused diagnostic.Benjamin Kramer2014-05-18
* Tweak diagnostic wording for init list narrowingAlp Toker2014-05-17
* Allow dllimport/dllexport on inline functions and adjust the linkage.Hans Wennborg2014-05-15
* Parameter/argument terminology fixesAlp Toker2014-05-11
* Permit duplicate explicit class instantiations if MSVCCompat is enabledWill Wilson2014-05-09
* Fix PR19169 [Crash on invalid attempting to specialize a template method as a...Karthik Bhat2014-05-08