This revision was automatically updated to reflect the committed changes.
Closed by commit rGa5704f92b835: [Sema] Initialize IsSurrogate (authored by
espindola, committed by MaskRay).
Herald added a project: clang.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
Confirmed that the patch fixes `valgrind clang -cc1 -S -std=c++17 -o
native-stack.s native-stack.ii` for a -O0 -g Debug build.
`-DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=on` does
respindola created this revision.
respindola added a reviewer: rsmith.
This fixes https://bugs.llvm.org/show_bug.cgi?id=45096
https://reviews.llvm.org/D75701
Files:
clang/include/clang/Sema/Overload.h
Index: clang/include/clang/Sema/Overload.h
===