[Lldb-commits] [PATCH] D76168: CPlusPlusNameParser does not handles templated operator< properly
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 16 03:09:59 PDT 2020
labath added a comment.
The approach seems reasonable to me.
================
Comment at: lldb/unittests/Language/CPlusPlus/CPlusPlusLanguageTest.cpp:153-155
+ // We expect these cases to fail until we turn on C++2a
+ // {"A::operator<=><A::B>", "A", "operator<=><A::B>"},
+ // {"operator<=><A::B>", "", "operator<=><A::B>" },
----------------
You could add these to the "EXPECT_FALSE" list below
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76168/new/
https://reviews.llvm.org/D76168
More information about the lldb-commits
mailing list