diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2023-12-13 10:27:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 10:27:28 -0500 |
commit | 785e0945ce49cf5be0d8fcc0874ad6a5c94fc920 (patch) | |
tree | 980639654a726f6c7fb49e039e703cfc8392a34e /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 26fbdff458ed8a829f732074c06f289b92867a82 (diff) | |
download | llvm-785e0945ce49cf5be0d8fcc0874ad6a5c94fc920.zip llvm-785e0945ce49cf5be0d8fcc0874ad6a5c94fc920.tar.gz llvm-785e0945ce49cf5be0d8fcc0874ad6a5c94fc920.tar.bz2 |
[libc++] Fix incomplete user-defined ctype specialization in test (#74630)
The specialization was non-conforming because it was missing a bunch of
member functions. Those were missing probably just as an oversight
coupled with a bit of laziness -- the rule that user-defined
specializations need to match the base template is usually OK to take
with a grain of salt, but not when the code is supposed to be portable,
which our test suite aims to be.
Fixes #74214
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions