diff options
author | Vitaly Buka <vitalybuka@google.com> | 2025-01-15 16:19:51 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-15 16:19:51 -0800 |
commit | 319c1190939960d009c88baf0d5fb97a549b7a57 (patch) | |
tree | 835946d065e000c9b1208c79504d7be1e4e80aeb /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 42662c290a547a8f31a08ac82deac5b0679dd3fd (diff) | |
download | llvm-319c1190939960d009c88baf0d5fb97a549b7a57.zip llvm-319c1190939960d009c88baf0d5fb97a549b7a57.tar.gz llvm-319c1190939960d009c88baf0d5fb97a549b7a57.tar.bz2 |
[YAML] Init local var not set by some branches (#123137)
It will not be set if:
1. `(TypeStr.starts_with("SHT_") || isInteger(TypeStr)) == false`: here
we want go to switch default.
2. `IO.mapRequired("Type", Type);` fail parsing. It sets error
internally, so probably not important what happen next, so it's go to
the switch
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions