Revert "[lldb] Add support for using integral const static data members in the expres...
authorStella Stamenova <stilis@microsoft.com>
Thu, 14 Jul 2022 17:47:01 +0000 (10:47 -0700)
committerStella Stamenova <stilis@microsoft.com>
Thu, 14 Jul 2022 17:47:01 +0000 (10:47 -0700)
commitc3a28e8a99a6672339a38c468f2519ace5659fa2
tree2faa37d714aaa870220b467de74f927924ea0eba
parent64d63f4823afeeaa2f8abc256bfe14b89f4daeae
Revert "[lldb] Add support for using integral const static data members in the expression evaluator"

This reverts commit 486787210df5ce5eabadc90a7de353ae81101feb.

This broke the windows lldb bot: https://lab.llvm.org/buildbot/#/builders/83/builds/21186
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 [deleted file]
lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py [deleted file]
lldb/test/API/lang/cpp/const_static_integral_member/main.cpp [deleted file]
lldb/test/API/lang/cpp/const_static_integral_member_int128/Makefile [deleted file]
lldb/test/API/lang/cpp/const_static_integral_member_int128/TestConstStaticIntegralMemberInt128.py [deleted file]
lldb/test/API/lang/cpp/const_static_integral_member_int128/main.cpp [deleted file]
lldb/unittests/SymbolFile/DWARF/CMakeLists.txt
lldb/unittests/SymbolFile/DWARF/DWARFASTParserClangTests.cpp