[all-commits] [llvm/llvm-project] c4c0ff: [LLDB] Fix warnings in DIL. (#134778)
cmtice via All-commits
all-commits at lists.llvm.org
Tue Apr 8 11:38:16 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4c0ff686563999176f16a40274586ee0d32c66f
https://github.com/llvm/llvm-project/commit/c4c0ff686563999176f16a40274586ee0d32c66f
Author: cmtice <cmtice at google.com>
Date: 2025-04-08 (Tue, 08 Apr 2025)
Changed paths:
M lldb/include/lldb/ValueObject/DILParser.h
M lldb/source/ValueObject/DILParser.cpp
Log Message:
-----------
[LLDB] Fix warnings in DIL. (#134778)
This fixes 3 warnings from compiling the DILParser:
DILParser.h:53:12: warning: returning address of local temporary object
[-Wreturn-stack-address]
DILParser.h:119:8: warning: private field 'm_fragile_ivar' is not used
[-Wunused-private-field]
DILParser.h:120:8: warning: private field 'm_check_ptr_vs_member' is not
used [-Wunused-private-field]
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list