summaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticSemaKinds.td
Commit message (Expand)AuthorAgeFilesLines
* Clean out unused diagnostics. NFC.Benjamin Kramer2019-09-191-9/+0
* [CLANG][BPF] change __builtin_preserve_access_index() signatureYonghong Song2019-09-191-0/+3
* [Sema] Suppress -Wformat diagnostics for bool types when printed using %hhdErik Pilkington2019-09-181-0/+3
* [c++20] P1331R2: Allow transient use of uninitialized objects inRichard Smith2019-09-181-8/+22
* [Sema] Split of versions of -Wimplicit-{float,int}-conversion for Objective-C...Erik Pilkington2019-09-171-1/+7
* Use 'BOOL' instead of BOOL in diagnostic messagesErik Pilkington2019-09-171-4/+4
* [OPENMP5.0]Introduce attribute for declare variant directive.Alexey Bataev2019-09-171-0/+4
* [OPENMP5.0]Add basic support for declare variant directive.Alexey Bataev2019-09-131-3/+24
* [MS] Warn when shadowing template parameters under -fms-compatibilityReid Kleckner2019-09-121-0/+2
* [OPENMP] Update the diagnosis message for canonical loop form, by ChiAlexey Bataev2019-09-111-1/+1
* [Diagnostics] Add -Wsizeof-array-divDavid Bolvansky2019-09-111-0/+4
* Merge note_ovl_builtin_candidate diagnostics; NFCSven van Haastregt2019-09-091-4/+1
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-09-071-2/+17
* [NFCI] Unbreak buildbotsDavid Bolvansky2019-09-061-4/+0
* [Diagnostics] Refactor code for -Wsizeof-pointer-div, catch more cases; also ...David Bolvansky2019-09-061-1/+5
* [Diagnostics] Minor improvements for -Wxor-used-as-powDavid Bolvansky2019-09-051-1/+4
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-041-7/+27
* Split -Wreorder into different warnings for reordering a constructorRichard Smith2019-09-021-2/+2
* [NFC] Fix for rL370594David Bolvansky2019-08-311-0/+5
* [c++20] Implement semantic restrictions for C++20 designatedRichard Smith2019-08-301-7/+31
* Improve behavior in the case of stack exhaustion.Richard Smith2019-08-261-1/+0
* [LifetimeAnalysis] Make it possible to disable the new warningsGabor Horvath2019-08-231-2/+2
* [OPENMP5.0]Add support for device_type clause in declare targetAlexey Bataev2019-08-231-0/+8
* Fix name of the error message, NFC.Alexey Bataev2019-08-201-1/+1
* [Diagnostics] Diagnose misused xor as powDavid Bolvansky2019-08-181-0/+9
* [Diagnostics] Improve -Wsizeof-pointer-divDavid Bolvansky2019-08-181-0/+2
* [OPENMP5.0]Diagnose global variables in lambda not marked as declareAlexey Bataev2019-08-161-0/+2
* Inline diagnostic text into .td file. NFC.Richard Trieu2019-08-081-1/+2
* Teach some warnings to respect gsl::Pointer and gsl::Owner attributesGabor Horvath2019-08-061-0/+8
* [Sema] Add -Wpointer-compareGeorge Burgess IV2019-08-051-0/+4
* [Sema] Disable -Wbitwise-op-parentheses and -Wlogical-op-parentheses by defaultFangrui Song2019-08-021-2/+2
* [Sema] Enable -Wimplicit-float-conversion for integral to floating point prec...Ziang Wan2019-08-011-0/+8
* [Fix] Customize warnings for missing built-in typesJohannes Doerfert2019-07-311-0/+4
* Give the 'signed/unsigned wchar_t' extension a warning flag, and followRichard Smith2019-07-291-3/+4
* Revert "[Sema] Diagnose default-initialization, destruction, and copying of"Akira Hatanaka2019-07-261-17/+2
* [Sema] add -Walloca to flag uses of `alloca`George Burgess IV2019-07-251-0/+5
* Add lifetime categories attributesMatthias Gehre2019-07-251-2/+3
* Implement P1771Erich Keane2019-07-251-0/+6
* Revert "[Sema] Enable -Wimplicit-float-conversion for integral to floating po...Petr Hosek2019-07-251-8/+0
* [Sema] Enable -Wimplicit-float-conversion for integral to floating point prec...Ziang Wan2019-07-251-0/+8
* [c++20] P1161R3: a[b,c] is deprecated.Richard Smith2019-07-201-0/+3
* Implement P1301R4, which allows specifying an optional message on the [[nodis...Aaron Ballman2019-07-201-0/+5
* Disallow most calling convention attributes on PS4Sunil Srivastava2019-07-191-0/+1
* Renamed and changed the wording of warn_cconv_ignoredSunil Srivastava2019-07-171-2/+2
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-07-131-2/+17
* [Concepts] Concept definitions (D40381)Saar Raz2019-07-101-33/+22
* [ObjC] Add a warning for implicit conversions of a constant non-boolean value...Erik Pilkington2019-07-091-0/+4
* clang-cl: Port cl.exe's C4659 to clang-clNico Weber2019-07-091-0/+3
* [ObjC] Add a -Wtautological-compare warning for BOOLErik Pilkington2019-07-081-0/+4
* [OPENMP]Improve error message for device unsupported types.Alexey Bataev2019-07-081-0/+2