summaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticCommonKinds.td
Commit message (Expand)AuthorAgeFilesLines
* Clean out unused diagnostics. NFC.Benjamin Kramer2019-09-191-2/+0
* Reland r371785: Add -Wpoison-system-directories warningManoj Gupta2019-09-131-0/+5
* Revert r371785.Manoj Gupta2019-09-131-5/+0
* Add -Wpoison-system-directories warningManoj Gupta2019-09-121-0/+5
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-041-3/+9
* Improve behavior in the case of stack exhaustion.Richard Smith2019-08-261-0/+5
* [analyzer] Analysis: Silence checkersCsaba Dabis2019-08-161-1/+1
* [OpenCL] Update comments/diagnostics to refer to C++ for OpenCLAnastasia Stulova2019-07-181-4/+4
* PR42301: Abort cleanly if we encounter a huge source file rather thanRichard Smith2019-06-211-0/+2
* [C++20] add Basic consteval specifierGauthier Harnisch2019-06-141-0/+3
* [ARM][CMSE] Add commandline option and feature macroJaved Absar2019-05-211-0/+2
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-0/+2
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-2/+0
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-0/+2
* [analyzer][NFC] Reimplement checker optionsKristof Umann2019-04-191-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move static analyzer core diagnostics to common.Richard Trieu2018-12-151-0/+6
* Fix up diagnostics.Richard Trieu2018-12-141-0/+34
* Remove CodeGen dependencies on Sema.Richard Trieu2018-12-061-0/+6
* [Fixed Point Arithmetic] FixedPointCastLeonard Chan2018-10-151-0/+2
* [clang][mips] Set __mips_fpr correctly for -mfpxxStefan Maksimovic2018-08-221-0/+3
* Remove trailing spaceFangrui Song2018-07-301-5/+5
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-201-0/+2
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-0/+2
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-2/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-0/+2
* This patch aims to match the changes introducedAlexander Ivchenko2018-05-181-0/+2
* [OpenCL] Restrict various keywords in OpenCL C++ modeSven van Haastregt2018-05-091-0/+4
* Make march/target-cpu print a note with the list of valid values for ARMErich Keane2018-02-081-0/+1
* Added Control Flow Protection FlagOren Ben Simhon2018-01-091-0/+2
* Reapply r321781: [Modules] Allow modules specified by -fmodule-map-file to sh...Bruno Cardoso Lopes2018-01-051-0/+3
* Revert "[Modules] Allow modules specified by -fmodule-map-file to shadow impl...Bruno Cardoso Lopes2018-01-041-3/+0
* [Modules] Allow modules specified by -fmodule-map-file to shadow implicitly f...Bruno Cardoso Lopes2018-01-041-0/+3
* [mips] Removal of microMIPS64R6Aleksandar Beserminji2017-12-111-0/+2
* [Modules] In case of lock timeout, fallback and build moduleBruno Cardoso Lopes2017-03-181-4/+4
* Introduce an 'external_source_symbol' attribute that describes the originAlex Lorenz2017-03-011-1/+3
* Add the diagnose_if attribute to clang.George Burgess IV2017-01-091-0/+2
* [ARM] Implement execute-only support in CodeGenPrakhar Bahuguna2016-12-151-0/+2
* Module: add -fprebuilt-module-path to support loading prebuilt modules.Manman Ren2016-08-181-0/+2
* [mips] Defer validity check for CPU/ABI pairs and improve error message for i...Daniel Sanders2016-06-141-0/+3
* [Modules] Improve diagnostics for LockFileManager errorsBruno Cardoso Lopes2016-06-041-1/+1
* Sema: provide an extension warning for enable_ifSaleem Abdulrasool2016-02-181-0/+2
* [OPENMP 4.5] Parsing/sema analysis for 'depend(source)' clause in 'ordered' d...Alexey Bataev2015-12-181-1/+1
* [OPENMP 4.1] Parsing/sema analysis for extended format of 'if' clause.Alexey Bataev2015-09-031-0/+3
* [modules] PR20507: Avoid silent textual inclusion.Sean Silva2015-08-171-0/+4
* [modules] PR22534: Load files specified by -fmodule-file= eagerly. In particu...Richard Smith2015-08-091-2/+1
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-0/+2
* Add missing builtins to altivec.h for ABI compliance (vol. 3)Nemanja Ivanovic2015-07-101-0/+2
* Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor2015-06-241-16/+6
* Extend type nullability qualifiers for Objective-C.Douglas Gregor2015-06-191-7/+24