summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticSemaKinds.td
Commit message (Expand)AuthorAgeFilesLines
* Merging r313675:Tom Stellard2017-11-131-1/+1
* Merging r310804:Hans Wennborg2017-08-141-20/+20
* Merging r308455:Hans Wennborg2017-07-191-10/+0
* Recommit r308327: Add a warning for missing '#pragma pack (pop)'Alex Lorenz2017-07-191-0/+10
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-181-3/+3
* Revert r308327Alex Lorenz2017-07-181-10/+0
* Add a warning for missing '#pragma pack (pop)' and suspicious usesAlex Lorenz2017-07-181-0/+10
* [AArch64] Add support for __builtin_ms_va_list on aarch64Martin Storsjo2017-07-171-2/+2
* Extend -Wdeprecated-implementations to warn about unavailable methodsAlex Lorenz2017-07-131-0/+3
* NFC, Cleanup the code for -Wdeprecated-implementationsAlex Lorenz2017-07-131-2/+2
* [ObjC] Pick a 'readwrite' property when synthesizing ambiguousAlex Lorenz2017-07-131-2/+6
* [OPENMP] Add restriction for reduction clause in taskloop directives.Alexey Bataev2017-07-111-0/+4
* Customize the SFINAE diagnostics for enable_if to provide the failed condition.Douglas Gregor2017-07-051-0/+5
* [Sema] Don't allow -Wunguarded-availability to be silenced with redeclsErik Pilkington2017-07-051-1/+1
* Address comments that escaped D33333Erich Keane2017-07-051-9/+7
* [OpenCL] Rename err_opencl_enqueue_kernel_expected_typeJoey Gouly2017-07-041-2/+3
* Add a fixit for -Wobjc-protocol-property-synthesisAlex Lorenz2017-07-031-0/+2
* [OpenCL] Add function name to extension diagnosticJoey Gouly2017-06-301-1/+1
* [Sema] Issue diagnostics if a new/delete expression generates a call toAkira Hatanaka2017-06-291-0/+6
* [Sema] Allow unmarked overloadable functions.George Burgess IV2017-06-271-4/+6
* Emit warning when throw exception in destruct or dealloc functions which has a Erich Keane2017-06-231-0/+9
* [Sema] Add -Wunguarded-availability-newAlex Lorenz2017-06-221-0/+10
* [OpenCL] Diagnose scoped address-space qualified variablesAnastasia Stulova2017-06-201-0/+3
* Add a subgroup of c++1z-compat to enable and disable the warning aboutAkira Hatanaka2017-06-201-1/+1
* Fix a couple of class template argument deduction crashes with libc++'s tuple.Richard Smith2017-06-071-0/+5
* [OpenCL] Harden function pointer diagnostics.Alexey Bader2017-06-021-1/+1
* [Sema] Improve -Wstrict-prototypes diagnostic message for blocks.Akira Hatanaka2017-06-021-1/+1
* [coroutines] Fix checking for prvalue-ness of `await_suspend` return typeEric Fiselier2017-05-311-2/+2
* [OPENMP] Allow 'use_device_ptr' clause in 'target data' alone.Alexey Bataev2017-05-301-2/+2
* [OpenCL] Added diagnostic for implicit declaration of function in OpenCLEgor Churaev2017-05-301-0/+2
* [OpenCL] An error shall occur if any scalar operand has greater rank than the...Egor Churaev2017-05-301-0/+3
* [coroutines] Diagnose invalid result types for `await_resume` and `await_sus...Eric Fiselier2017-05-281-0/+6
* Remove unused diagnostics. NFC.Benjamin Kramer2017-05-261-4/+0
* Revert "[OpenCL] An error shall occur if any scalar operand has greater rank ...Renato Golin2017-05-261-3/+0
* [OpenCL] An error shall occur if any scalar operand has greater rank than the...Egor Churaev2017-05-261-0/+3
* Switch from using a DiagnosticTrap and a note for "while defining a specialRichard Smith2017-05-251-3/+3
* [coroutines] Diagnose when promise types fail to declare either return_void o...Eric Fiselier2017-05-251-4/+6
* [coroutines] Fix fallthrough diagnostics for coroutinesEric Fiselier2017-05-251-2/+2
* Revert "Sema: allow imaginary constants via GNU extension if UDL overloads no...Tim Northover2017-05-241-2/+0
* Address follow-up feedback for r303712Argyrios Kyrtzidis2017-05-241-1/+1
* Warn about uses of `@available` that can't suppress theAlex Lorenz2017-05-241-0/+4
* [PowerPC] Implement vec_xxpermdi builtin.Tony Jiang2017-05-241-0/+3
* Generalize two diagnostic messages to take function name as parameter.Tony Jiang2017-05-241-4/+4
* Enhance the 'diagnose_if' attribute so that we can apply it for ObjC methods ...Argyrios Kyrtzidis2017-05-241-0/+1
* Sema: allow imaginary constants via GNU extension if UDL overloads not present.Tim Northover2017-05-231-0/+2
* [coroutines] Wrap the body of the coroutine in try-catchGor Nishanov2017-05-221-0/+2
* [coroutines] Build GRO declaration and return GRO statementGor Nishanov2017-05-221-0/+2
* CodeGen: Cast alloca to expected address spaceYaxun Liu2017-05-181-1/+1
* [Sema] Support implicit scalar to vector conversionsSimon Dardis2017-05-121-0/+6
* [Sema] Improve redefinition errors pointing to the same headerBruno Cardoso Lopes2017-05-111-0/+9