[Lldb-commits] [PATCH] D143062: [lldb] Allow evaluating expressions in C++20 mode

Michael Buch via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 14 07:29:22 PDT 2023


Michael137 added inline comments.


================
Comment at: lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp:548
+    [[fallthrough]];
   case lldb::eLanguageTypeC_plus_plus:
   case lldb::eLanguageTypeC_plus_plus_11:
----------------
aprantl wrote:
> Why no case C++17?
Fair point, can add one


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143062/new/

https://reviews.llvm.org/D143062



More information about the lldb-commits mailing list