Revert "Generalize regex matching std::string variants to compensate for recent"
authorRaphael Isemann <teemperor@gmail.com>
Thu, 12 Nov 2020 13:01:09 +0000 (14:01 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 12 Nov 2020 13:01:22 +0000 (14:01 +0100)
commit1115d1d08302e246789b3c3915e65f3147888e47
tree27408794d5a955b8c2304c12e7565b76259f579c
parentda121fff1184267a405f81a87f7314df2d474e1c
Revert "Generalize regex matching std::string variants to compensate for recent"

This reverts commit 856fd98a176240470dcc2b8ad54b5c17ef6a75b3. The type formatters
use inline namespaces to find the formatter that fits the type ABI, so they
can't just ignore the inline namespaces.

The failing tests should be fixed by da121fff1184267a405f81a87f7314df2d474e1c .
lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp