[all-commits] [llvm/llvm-project] b49ce9: Fix more diagnostic wording for style; NFC (#93190)
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Thu May 23 11:50:50 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b49ce9c304b00dae49148b6a2f5f27965000206c
https://github.com/llvm/llvm-project/commit/b49ce9c304b00dae49148b6a2f5f27965000206c
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M clang/include/clang/Basic/DiagnosticCommonKinds.td
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/include/clang/Basic/DiagnosticFrontendKinds.td
M clang/include/clang/Basic/DiagnosticGroups.td
M clang/include/clang/Basic/DiagnosticInstallAPIKinds.td
M clang/include/clang/Basic/DiagnosticLexKinds.td
M clang/include/clang/Basic/DiagnosticParseKinds.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Driver/ToolChains/Arch/LoongArch.cpp
M clang/lib/Driver/ToolChains/HIPSPV.cpp
M clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
M clang/test/AST/Interp/builtin-functions.cpp
M clang/test/CodeGen/SystemZ/sync-builtins-i128-8Al.c
M clang/test/Driver/android-unversioned-fallback-warning.cpp
M clang/test/Driver/cl-x86-flags.c
M clang/test/Driver/cuda-cross-compiling.c
M clang/test/Driver/dxc_dxv_path.hlsl
M clang/test/Driver/loongarch-mlasx-error.c
M clang/test/Driver/loongarch-mlsx-error.c
M clang/test/Driver/openmp-offload-infer.c
M clang/test/Driver/openmp-system-arch.c
M clang/test/Frontend/optimization-remark-options.c
M clang/test/Frontend/x86-target-cpu.c
M clang/test/InstallAPI/binary-attributes.test
M clang/test/OpenMP/atomic_messages.c
M clang/test/OpenMP/target_update_messages.cpp
M clang/test/Parser/objcbridge-related-attribute.m
M clang/test/Parser/pragma-attribute.cpp
M clang/test/Profile/misexpect-branch.c
M clang/test/Profile/misexpect-switch-default.c
M clang/test/Profile/misexpect-switch.c
M clang/test/Sema/attr-objc-bridge-related.m
M clang/test/Sema/constant_builtins_vector.cpp
M clang/test/SemaCUDA/device-var-init.cu
M clang/test/SemaCUDA/function-overload.cu
M clang/test/SemaCUDA/union-init.cu
M clang/test/SemaCXX/addr-label-in-coroutines.cpp
M clang/test/SemaCXX/warn-unsafe-buffer-usage-pragma-misuse.cpp
M clang/test/SemaOpenCL/vector_swizzle_length.cl
M clang/unittests/Driver/DXCModeTest.cpp
M flang/test/Driver/fopenmp.f90
M flang/test/Driver/w-arg-unsupported.f90
M flang/test/Driver/wextra-ok.f90
Log Message:
-----------
Fix more diagnostic wording for style; NFC (#93190)
This tries to fix all of the places where a diagnostic message starts
with a capital letter (other than acroynyms or proper nouns) or ends
with punctuation (other than a question mark).
This is in support of a planned change to tablegen to start diagnosing
incorrect diagnostic message styles.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list