summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticSemaKinds.td
Commit message (Expand)AuthorAgeFilesLines
* Merging r353976:Hans Wennborg2019-02-141-0/+3
* Merging r351344:Hans Wennborg2019-01-171-0/+4
* Improve a -Wunguarded-availability noteErik Pilkington2019-01-141-1/+4
* [Sema] Expose a control flag for integer to pointer ext warningKristina Brooks2019-01-141-1/+2
* [attributes] Extend os_returns_(not_?)_retained attributes to parametersGeorge Karpenkov2019-01-111-1/+1
* Split -Wdelete-non-virtual-dtor into two groupsErik Pilkington2019-01-101-2/+2
* Revert "Split -Wdelete-non-virtual-dtor into -Wdelete-abstract-non-virtual-dtor"Erik Pilkington2019-01-081-1/+1
* Split -Wdelete-non-virtual-dtor into -Wdelete-abstract-non-virtual-dtorErik Pilkington2019-01-081-1/+1
* DR674, PR38883, PR40238: Qualified friend lookup should look for aRichard Smith2019-01-071-2/+2
* [OpenMP] Refactor const restriction for reductionsJoel E. Denny2019-01-041-2/+2
* [OpenMP] Replace predetermined shared for const variableJoel E. Denny2019-01-041-0/+2
* [ObjCARC] Add an new attribute, objc_externally_retainedErik Pilkington2019-01-041-0/+8
* [Basic] Extend DiagnosticEngine to store and format Qualifiers.Anastasia Stulova2019-01-041-20/+4
* [OpenMP] Added support for explicit mapping of classes using 'this' pointer. ...Patrick Lyster2019-01-021-0/+8
* Add support for namespaces on #pragma clang attributeErik Pilkington2018-12-201-1/+2
* Make the "too many braces in scalar initialization" extension causeRichard Smith2018-12-201-1/+1
* [OPENMP] parsing and sema support for 'close' map-type-modifierKelvin Li2018-12-181-0/+2
* [Clang] Add __builtin_launderEric Fiselier2018-12-141-0/+4
* Fix up diagnostics.Richard Trieu2018-12-141-60/+1
* [constexpr][c++2a] Try-catch blocks in constexpr functionsBruno Cardoso Lopes2018-12-101-0/+17
* Remove CodeGen dependencies on Sema.Richard Trieu2018-12-061-40/+0
* [Sema/Attribute] Check for noderef attributeLeonard Chan2018-12-061-0/+9
* [OpenCL] Diagnose conflicting address spaces in templates.Anastasia Stulova2018-12-051-0/+2
* Fix -Wmismatched-tags to not warn on redeclarations of structs in systemRichard Smith2018-12-041-8/+10
* Create a diagnostic group for warn_call_to_pure_virtual_member_function_from_...Sylvestre Ledru2018-11-261-1/+1
* [NFC] Remove MS line endings in diagnostics file.Erich Keane2018-11-201-9/+9
* [c++20] Implement P0482R6: enable -fchar8_t by default in C++20 mode.Richard Smith2018-11-141-2/+8
* Reverted D52835 to fix review commentsDavid Bolvansky2018-11-141-4/+0
* [Diagnostics] Check integer to floating point number implicit conversionsDavid Bolvansky2018-11-141-0/+4
* Support Swift in platform availability attributeMichael Wu2018-11-121-0/+3
* [OpenCL] Fix diagnostic message about overload candidatesAndrew Savonichev2018-11-071-1/+1
* os_log: Allow specifying mask type in format string.Akira Hatanaka2018-11-061-0/+2
* Diagnose parameter names that shadow the names of inherited fields under -Wsh...Aaron Ballman2018-11-021-10/+9
* [Diagnostics] Implement -Wsizeof-pointer-div David Bolvansky2018-11-011-0/+4
* Revert "Revert "Support for groups of attributes in #pragma clang attribute""Erik Pilkington2018-10-291-0/+3
* Revert "Support for groups of attributes in #pragma clang attribute"Erik Pilkington2018-10-291-3/+0
* Support for groups of attributes in #pragma clang attributeErik Pilkington2018-10-291-0/+3
* Fix typo.Richard Smith2018-10-261-1/+1
* PR26547: alignof should return ABI alignment, not preferred alignmentRichard Smith2018-10-261-9/+13
* [C++17] Reject shadowing of capture by parameter in lambdaNicolas Lesser2018-10-251-0/+4
* [Sema][OpenCL] Improve diagnostics for not viable overloadable function candi...Andrew Savonichev2018-10-111-1/+1
* [Basic] Split out -Wimplicit-int-conversion and -Wimplicit-float-conversion f...Erik Pilkington2018-10-101-4/+4
* clang: Allow ifunc resolvers to accept argumentsEd Maste2018-10-101-2/+0
* [SEMA] split ExtWarn dupl-decl-spec's into Extension and ExtWarnNick Desaulniers2018-10-031-1/+3
* Added warning for unary minus used with unsigned typeDavid Bolvansky2018-10-021-0/+6
* [cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2018-09-281-0/+3
* [cxx2a] P0641R2: (Some) type mismatches on defaulted functions onlyRichard Smith2018-09-281-0/+10
* [cxx2a] P0624R2: Lambdas with no capture-default areRichard Smith2018-09-271-0/+5
* P1008R1 Classes with user-declared constructors are never aggregates inRichard Smith2018-09-261-0/+3
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-0/+6