aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticCommonKinds.td
AgeCommit message (Expand)Author
2019-05-06Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg
2019-05-04[clang] adding explicit(bool) from c++2aNicolas Lesser
2019-04-19[analyzer][NFC] Reimplement checker optionsKristof Umann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Move static analyzer core diagnostics to common.Richard Trieu
2018-12-14Fix up diagnostics.Richard Trieu
2018-12-06Remove CodeGen dependencies on Sema.Richard Trieu
2018-10-15[Fixed Point Arithmetic] FixedPointCastLeonard Chan
2018-08-22[clang][mips] Set __mips_fpr correctly for -mfpxxStefan Maksimovic
2018-07-30Remove trailing spaceFangrui Song
2018-06-20[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan
2018-06-04This diff includes changes for supporting the following types.Leonard Chan
2018-06-02Revert "This diff includes changes for supporting the following types."Leonard Chan
2018-06-02This diff includes changes for supporting the following types.Leonard Chan
2018-05-18This patch aims to match the changes introducedAlexander Ivchenko
2018-05-09[OpenCL] Restrict various keywords in OpenCL C++ modeSven van Haastregt
2018-02-08Make march/target-cpu print a note with the list of valid values for ARMErich Keane
2018-01-09Added Control Flow Protection FlagOren Ben Simhon
2018-01-05Reapply r321781: [Modules] Allow modules specified by -fmodule-map-file to sh...Bruno Cardoso Lopes
2018-01-04Revert "[Modules] Allow modules specified by -fmodule-map-file to shadow impl...Bruno Cardoso Lopes
2018-01-04[Modules] Allow modules specified by -fmodule-map-file to shadow implicitly f...Bruno Cardoso Lopes
2017-12-11[mips] Removal of microMIPS64R6Aleksandar Beserminji
2017-03-18[Modules] In case of lock timeout, fallback and build moduleBruno Cardoso Lopes
2017-03-01Introduce an 'external_source_symbol' attribute that describes the originAlex Lorenz
2017-01-09Add the diagnose_if attribute to clang.George Burgess IV
2016-12-15[ARM] Implement execute-only support in CodeGenPrakhar Bahuguna
2016-08-18Module: add -fprebuilt-module-path to support loading prebuilt modules.Manman Ren
2016-06-14[mips] Defer validity check for CPU/ABI pairs and improve error message for i...Daniel Sanders
2016-06-04[Modules] Improve diagnostics for LockFileManager errorsBruno Cardoso Lopes
2016-02-18Sema: provide an extension warning for enable_ifSaleem Abdulrasool
2015-12-18[OPENMP 4.5] Parsing/sema analysis for 'depend(source)' clause in 'ordered' d...Alexey Bataev
2015-09-03[OPENMP 4.1] Parsing/sema analysis for extended format of 'if' clause.Alexey Bataev
2015-08-17[modules] PR20507: Avoid silent textual inclusion.Sean Silva
2015-08-09[modules] PR22534: Load files specified by -fmodule-file= eagerly. In particu...Richard Smith
2015-07-17Make the clang module container format selectable from the command line.Adrian Prantl
2015-07-10Add missing builtins to altivec.h for ABI compliance (vol. 3)Nemanja Ivanovic
2015-06-24Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor
2015-06-19Extend type nullability qualifiers for Objective-C.Douglas Gregor
2015-06-19Introduce type nullability specifiers for C/C++.Douglas Gregor
2015-06-08Consider unsigned long for non-u/U decimal literals (C90/C++03)Hubert Tong
2015-02-20Add -fno-implicit-modules.Manuel Klimek
2015-02-09Diagnose timeouts in the LockFileManager and delete the dead lock fileBen Langmuir
2015-01-22Initial support for Win64 SEH IR emissionReid Kleckner
2014-09-26Ensure that all module build failures get diagnosedBen Langmuir
2014-08-13Emit diagnostic for -munaligned-access on v6m targetsOliver Stannard
2014-07-24Improving the "integer constant too large" diagnostics based on post-commit f...Aaron Ballman
2014-07-22Provide extra information in the "integer constant is too large" diagnostic. ...Aaron Ballman
2014-07-02ARCMigrate: simplify diagnostic handlingAlp Toker
2014-05-19ARCMT/GC-check-warn-nsalloc.m: don't provide a diag groupAlp Toker
2014-05-19Get ARCMT/GC-check-warn-nsalloc.m workingAlp Toker