[all-commits] [llvm/llvm-project] 54d7c4: [libcxx][Test] Fix expected diagnostics for std ty...
Michael137 via All-commits
all-commits at lists.llvm.org
Fri Dec 16 06:37:14 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 54d7c4dc870c5822df3d5ce538ad3936ac6405fe
https://github.com/llvm/llvm-project/commit/54d7c4dc870c5822df3d5ce538ad3936ac6405fe
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2022-12-16 (Fri, 16 Dec 2022)
Changed paths:
M libcxx/test/std/localization/locale.stdcvt/depr.verify.cpp
M libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/depr.verify.cpp
M libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/depr.verify.cpp
Log Message:
-----------
[libcxx][Test] Fix expected diagnostics for std types with default integral arguments
The `clang::TypePrinter` has recently been changed to suppress
defaulted integral template parameters in D139986.
Differential Revision: https://reviews.llvm.org/D139986
More information about the All-commits
mailing list