llvm-project
b2e29fa3 - [lldb][Clang] Removed redundant code in DWARFASTParserClang (#197802)

Commit
11 hours ago
[lldb][Clang] Removed redundant code in DWARFASTParserClang (#197802) decl_up is initialized here but doesn't appear to be used or moved anywhere before it goes out of scope. If the Declaration info isn't needed for the FunctionSP, it should probably be removed.
Author
Parents
Loading