diff options
author | Florian Hahn <flo@fhahn.com> | 2024-03-08 20:43:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-08 20:43:35 +0000 |
commit | 83789ffbd857bb78b69d6e54560310ff2d347f04 (patch) | |
tree | b57e34f061422e9a7eecedeac1e963564d885762 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 755b439694432d4f68e20e979b479cbc30602bb1 (diff) | |
download | llvm-83789ffbd857bb78b69d6e54560310ff2d347f04.zip llvm-83789ffbd857bb78b69d6e54560310ff2d347f04.tar.gz llvm-83789ffbd857bb78b69d6e54560310ff2d347f04.tar.bz2 |
[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
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions