Files
clang-p2996/clang/test/SemaCXX/builtin-dump-struct.cpp
Younan Zhang b3392c447a [clang] Reject incomplete type arguments for __builtin_dump_struct (#72749)
We used to assume that the CXXRecordDecl passed to the 1st argument
always had a definition. This is not true since a pointer to an
incomplete type was not excluded.

Fixes https://github.com/llvm/llvm-project/issues/63506
2023-12-05 09:59:42 +08:00

6.8 KiB