[PATCH] D111419: [Demangle] Add support for D types back referencing
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 27 04:18:33 PST 2022
RKSimon added inline comments.
================
Comment at: llvm/lib/Demangle/DLangDemangle.cpp:312
+ if (Backref == nullptr)
+ return nullptr;
+
----------------
@ljmf00 coverity is warning that it looks like we fail to restore LastBackref if we early-return here - is that correct?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111419/new/
https://reviews.llvm.org/D111419
More information about the llvm-commits
mailing list