diff options
author | Mariya Podchishchaeva <mariya.podchishchaeva@intel.com> | 2025-02-20 09:45:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-20 09:45:46 +0100 |
commit | 0cd5a1f3090beee88d34d22c6733c6df473877db (patch) | |
tree | 57027bcc48c3c294456f7e91ded423436b4ca5f4 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 684ad25dfc487476132b429dc92fca934460a8e3 (diff) | |
download | llvm-0cd5a1f3090beee88d34d22c6733c6df473877db.zip llvm-0cd5a1f3090beee88d34d22c6733c6df473877db.tar.gz llvm-0cd5a1f3090beee88d34d22c6733c6df473877db.tar.bz2 |
[NFC][clang] Cleanup in APValue and SemaInit (#127790)
APValue:
Additional assignment of AllowConstexprUnknown is not required since it
will be handled by copy constructor called above.
SemaInit:
Remove unnecessary null check. DestRecordDecl can't be null due to being
obtained using `cast` and assertion that DestRecordType is present.
Spotted by a static analysis tool.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions