summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticSemaKinds.td
Commit message (Expand)AuthorAgeFilesLines
* Merging r228118:upstream/release_36Tom Stellard2015-06-221-0/+10
* Merge r230255,231245,231280,231986:Joerg Sonnenberger2015-03-121-0/+5
* Merging r228792:Hans Wennborg2015-02-111-0/+4
* Merging r226863:Hans Wennborg2015-01-231-0/+2
* Revert "r222906 - Create a new 'flag_enum' attribute."Hans Wennborg2015-01-201-4/+1
* [OPENMP] Consider global named register variables as threadprivate by default.Alexey Bataev2015-01-131-1/+1
* Add a new warning, -Wself-move, to Clang.Richard Trieu2015-01-101-0/+3
* Parse: Don't crash when namespace is in GNU statement exprDavid Majnemer2015-01-091-2/+0
* Sema: analyze I,J,K,M,N,O constraintsSaleem Abdulrasool2015-01-061-0/+2
* Sema: Forbid inconsistent constraint alternativesDavid Majnemer2014-12-291-0/+2
* Use ObjCMultipleMethodNames to match the option.Fariborz Jahanian2014-12-191-1/+1
* Putting unevaluated expression warnings, and evaluated typeid warnings, under...Aaron Ballman2014-12-191-2/+2
* PR21969: Improve diagnostics for a conversion function that has any pieces of aRichard Smith2014-12-191-1/+7
* Objective-C. Provide group name for warningFariborz Jahanian2014-12-181-1/+2
* [Objective-C]. Modern property getters have side-effects.Fariborz Jahanian2014-12-181-1/+1
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-171-0/+6
* DR1684: a constexpr member function need not be a member of a literal class t...Richard Smith2014-12-161-2/+0
* Warn when attribute 'optnone' conflicts with attributes on aPaul Robinson2014-12-151-0/+1
* If a non-template constructor instantiated to X(X),John McCall2014-12-141-0/+3
* Sema: Constexpr functions must have return statements which have an exprDavid Majnemer2014-12-131-0/+2
* Implement the __builtin_call_with_static_chain GNU extension.Peter Collingbourne2014-12-121-0/+11
* Parse: Concatenated string literals should be verified in inline asmDavid Majnemer2014-12-111-1/+0
* Add attributes for AMDGPU register limits.Matt Arsenault2014-12-041-1/+1
* Another warning with no group name bites the dust.Fariborz Jahanian2014-12-021-1/+2
* Fix grammar error in err_bad_reinterpret_cast_reference error message.Nathan Sidwell2014-11-291-1/+1
* [OPENMP] Additional processing of 'omp atomic write' directive.Alexey Bataev2014-11-281-2/+2
* Create a new 'flag_enum' attribute.Sean Hunt2014-11-281-1/+4
* [OpenCL] Implemented restrictions for pointer conversions specified in OpenCL...Anastasia Stulova2014-11-261-0/+4
* [c++1z] Most of N4268 (allow constant evaluation for non-type template argume...Richard Smith2014-11-261-0/+10
* Sema: Don't permit variably modified types in typeidDavid Majnemer2014-11-211-0/+1
* Implement -Wcast-qual, fixing #13772.Roman Divacky2014-11-211-0/+5
* Extend -Wuninitialized to warn when accessing uninitialized base classes in aRichard Trieu2014-11-211-0/+3
* [Sema] Patch to issue warning on comparing parameters withFariborz Jahanian2014-11-181-0/+8
* [OPENMP] Additional processing of 'omp atomic read' directive.Alexey Bataev2014-11-181-1/+3
* Handle use of default member initializers before end of outermost classReid Kleckner2014-11-171-3/+8
* [c++1z] Support [[deprecated]] attributes on namespaces. Note that it only ap...Aaron Ballman2014-11-141-0/+3
* [OPENMP] Temporary fix for processing of global variables in loops.Alexey Bataev2014-11-141-0/+2
* PR21437, final part of DR1330: delay-parsing of exception-specifications. ThisRichard Smith2014-11-131-0/+2
* [c++1z] N4295: fold-expressions.Richard Smith2014-11-081-0/+8
* Fix for exception specification mismatch in explicit instantiation.Alexey Bataev2014-11-061-0/+5
* This patch reverts r220496 which issues warning on comparing Fariborz Jahanian2014-11-031-8/+0
* Don't dllimport inline functions when targeting MinGW (PR21366)Hans Wennborg2014-11-031-0/+6
* Objective-C. revert patch for rdar://17554063.Fariborz Jahanian2014-10-281-2/+0
* [Objective-C]. revert r220740,r220727Fariborz Jahanian2014-10-281-5/+0
* Fix warning text: lower -> higherRichard Trieu2014-10-281-1/+1
* Improve on the diagnostic in my last patch and change warningFariborz Jahanian2014-10-271-2/+2
* Objective-C ARC [qoi]. Issue diagnostic if __bridge castingFariborz Jahanian2014-10-271-0/+5
* c++11 patch to issue warning on missing 'override' on Fariborz Jahanian2014-10-271-0/+3
* Add frontend support for __vectorcallReid Kleckner2014-10-241-2/+2
* patch to issue warning on comparing parameters withFariborz Jahanian2014-10-231-0/+8