Files
clang-p2996/clang/test/SemaTemplate/aggregate-deduction-candidate.cpp
Mital Ashok 92f4bf2689 Fix aggregate CTAD with string literals adding extra const
Missing a `withConst`, so when deducing from a string literal, a `const` is erroneously added to the deduced type.

Reviewed By: ychen

Differential Revision: https://reviews.llvm.org/D154301
2023-07-05 11:54:51 -07:00

18 KiB