[all-commits] [llvm/llvm-project] 20e011: [Clang] Produce a warning instead of an error in u...
cor3ntin via All-commits
all-commits at lists.llvm.org
Wed Aug 9 23:32:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20e01167b15aa17dac09e4742909a7138eca7afc
https://github.com/llvm/llvm-project/commit/20e01167b15aa17dac09e4742909a7138eca7afc
Author: Corentin Jabot <corentinjabot at gmail.com>
Date: 2023-08-10 (Thu, 10 Aug 2023)
Changed paths:
M clang/include/clang/Basic/DiagnosticLexKinds.td
M clang/lib/Lex/LiteralSupport.cpp
M clang/test/CXX/dcl.dcl/dcl.link/p2.cpp
M clang/test/CXX/dcl.dcl/p4-0x.cpp
A clang/test/FixIt/unevaluated-strings.cpp
M clang/test/Sema/static-assert.c
M clang/test/SemaCXX/static-assert.cpp
Log Message:
-----------
[Clang] Produce a warning instead of an error in unevaluated strings before C++26
Reviewed By: aaron.ballman, hubert.reinterpretcast
Differential Revision: https://reviews.llvm.org/D156596
More information about the All-commits
mailing list