Files
clang-p2996/clang/lib/CodeGen/CodeGenTBAA.cpp
Florian Hahn 83789ffbd8 [TBAA] Add bail-out to skip tbaa generation to getTBAAStructInfo. (#84386)
Without this bail out, we may generate fields with null nodes as tags
are generated by using getTypeInfo which has the same bail out.

PR: https://github.com/llvm/llvm-project/pull/84386
2024-03-08 20:43:35 +00:00

20 KiB