aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/DiagnosticIDs.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-03-19[AArch64] Add soft-float ABI (#84146)ostannard1-0/+8
2024-03-16[InstallAPI] Add installapi specific options & diagnostics (#85100)Cyndy Ishida1-2/+8
2024-02-11[clang][NFC] Annotate `DiagnosticID.cpp` with `preferred_type`Vlad Serebrennikov1-1/+8
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata1-1/+1
2023-06-29[clang][modules] Avoid serializing all diag mappings in non-deterministic orderBen Langmuir1-18/+3
2023-01-14[clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-3/+3
2023-01-14[clang] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-03[Basic] Use std::nullopt instead of None (NFC)Kazu Hirata1-2/+2
2022-11-08Fix duplicate word typos; NFCRageking81-1/+1
2022-09-08[clang] Use std::size instead of llvm::array_lengthofJoe Loser1-2/+2
2022-06-10[clang][tablegen] adds human documentation to `WarningOption`Christopher Di Bella1-2/+8
2022-06-08[clang][driver] adds `-print-diagnostics`Christopher Di Bella1-1/+1
2022-04-30Reland [clangd] More precisely enable clang warnings through ClangTidy optionsSam McCall1-9/+21
2022-04-29Revert "[clangd] More precisely enable clang warnings through ClangTidy options"Nico Weber1-21/+9
2022-04-29[clangd] More precisely enable clang warnings through ClangTidy optionsSam McCall1-9/+21
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer1-2/+2
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille1-2/+2
2022-01-12[clang] Introduce support for disabling warnings in system macrosCarlos Galvez1-4/+13
2021-11-19[clang][NFC] Inclusive terms: replace some uses of sanity in clangZarko Todorovski1-1/+1
2021-09-30Reland "[clang-cl] Accept `#pragma warning(disable : N)` for some N"Nico Weber1-3/+9
2021-09-29Revert "[clang-cl] Accept `#pragma warning(disable : N)` for some N"Amy Huang1-9/+3
2021-09-29[clang-cl] Accept `#pragma warning(disable : N)` for some NNico Weber1-3/+9
2021-03-03[clang][NFC] pack StaticDiagInfoRecNathan James1-13/+13
2020-10-19Recommit "[CUDA][HIP] Defer overloading resolution diagnostics for host devic...Yaxun (Sam) Liu1-4/+12
2020-09-24Revert "Recommit "[CUDA][HIP] Defer overloading resolution diagnostics for ho...Reid Kleckner1-15/+7
2020-09-24[clang] use string tables for static diagnostic descriptionsNathan Froyd1-8/+92
2020-09-24Recommit "[CUDA][HIP] Defer overloading resolution diagnostics for host devic...Yaxun (Sam) Liu1-6/+11
2020-09-17Revert "[CUDA][HIP] Defer overloading resolution diagnostics for host device ...Yaxun (Sam) Liu1-11/+6
2020-09-17[CUDA][HIP] Defer overloading resolution diagnostics for host device functionsYaxun (Sam) Liu1-6/+11
2020-07-02[NFC][clang] Add missing VALIDATE_DIAG_SIZE()Whisperity1-0/+1
2020-01-29GCC5 buildbot made it to clang. Fix implicit conversions it found.Benjamin Kramer1-1/+1
2019-07-15Use a unique_ptr instead of manual memory management for CustomDiagInfoNico Weber1-5/+3
2019-07-03Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song1-5/+2
2019-03-07[libclang] Fix CXTranslationUnit_KeepGoingIvan Donchevskii1-1/+6
2019-01-29Fix the behavior of clang's -w flag.James Y Knight1-6/+11
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-07-30Remove trailing spaceFangrui Song1-1/+1
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl1-2/+2
2018-04-06Fix typos in clangAlexander Kornienko1-1/+1
2017-12-20Make DiagnosticIDs::getAllDiagnostics use std::vector. NFC.Gabor Horvath1-1/+1
2017-11-14Make DiagnosticIDs::getAllDiagnostics static. NFC.Gabor Horvath1-1/+1
2017-10-16[refactor] allow the use of refactoring diagnosticsAlex Lorenz1-1/+4
2017-09-22Add Cross Translation Unit support libraryGabor Horvath1-1/+3
2017-08-28Change Diagnostic Category size error from runtime to compiletimeErich Keane1-12/+23
2017-07-22[Bash-autocompletion] Fixed typo and add '-' after -WnoYuka Takahashi1-1/+1
2017-07-16[Bash-autocompletion] Add support for -W<warning> and -Wno<warning>Yuka Takahashi1-0/+12
2017-05-04DiagnosticsEngine should clear DelayedDiagID before reporting theAlex Lorenz1-0/+4
2017-05-03[modules] Round-trip -Werror flag through explicit module build.Richard Smith1-13/+9
2017-01-26Remove and replace DiagStatePoint tracking and lookup data structure.Richard Smith1-4/+1
2016-07-13[PCH/preamble] Make sure that if the preamble/PCH was serialized with errors ...Argyrios Kyrtzidis1-1/+1