[all-commits] [llvm/llvm-project] aefbfb: [Clang] remove text extension from diag::err_drv_i...
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Wed May 5 11:13:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aefbfbcbd776f5549b18cd6083d6408f661efacc
https://github.com/llvm/llvm-project/commit/aefbfbcbd776f5549b18cd6083d6408f661efacc
Author: Nick Desaulniers <ndesaulniers at google.com>
Date: 2021-05-05 (Wed, 05 May 2021)
Changed paths:
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/Driver/stack-protector-guard.c
M flang/lib/Frontend/CompilerInvocation.cpp
M flang/test/Driver/fixed-line-length.f90
Log Message:
-----------
[Clang] remove text extension from diag::err_drv_invalid_value_with_suggestion
This hinders translations, as per:
https://clang.llvm.org/docs/InternalsManual.html#the-format-string
Reviewed By: MaskRay, xbolva00
Differential Revision: https://reviews.llvm.org/D101387
More information about the All-commits
mailing list