[Lldb-commits] [PATCH] D81471: [lldb] Add support for using integral const static data members in the expression evaluator
Andy Yankovsky via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 4 11:18:39 PDT 2022
werat updated this revision to Diff 442126.
werat added a comment.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
- Rebase on latest HEAD
- Address review comments
- Add a check for field being integer/enum
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81471/new/
https://reviews.llvm.org/D81471
Files:
lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
lldb/test/API/lang/cpp/const_static_integral_member/Makefile
lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py
lldb/test/API/lang/cpp/const_static_integral_member/main.cpp
lldb/test/API/lang/cpp/const_static_integral_member_int128/Makefile
lldb/test/API/lang/cpp/const_static_integral_member_int128/TestConstStaticIntegralMemberInt128.py
lldb/test/API/lang/cpp/const_static_integral_member_int128/main.cpp
lldb/unittests/SymbolFile/DWARF/CMakeLists.txt
lldb/unittests/SymbolFile/DWARF/DWARFASTParserClangTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81471.442126.patch
Type: text/x-patch
Size: 26266 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220704/85827d31/attachment-0001.bin>
More information about the lldb-commits
mailing list