[Lldb-commits] [PATCH] D143062: [lldb] Allow evaluating expressions in C++20 mode
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 14 09:17:58 PDT 2023
JDevlieghere added inline comments.
================
Comment at: lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp:518
+ // because C++14 is the default standard for Clang but enabling CPlusPlus14
+ // expression evaluatino doesn't pass the test-suite cleanly.
+ lang_opts.CPlusPlus14 = true;
----------------
s/evaluatino/evaluation/
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