This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 1e329db Tone down the "lldb types" log a bit. new 3507ce1 Reverting r299374 & r299402 due to testsuite failure.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lldb.xcodeproj/project.pbxproj | 6 - source/Plugins/Language/CPlusPlus/CMakeLists.txt | 1 - .../Language/CPlusPlus/CPlusPlusLanguage.cpp | 171 +++--- .../Plugins/Language/CPlusPlus/CPlusPlusLanguage.h | 19 +- .../Language/CPlusPlus/CPlusPlusNameParser.cpp | 614 --------------------- .../Language/CPlusPlus/CPlusPlusNameParser.h | 176 ------ .../Language/CPlusPlus/CPlusPlusLanguageTest.cpp | 124 +---- 7 files changed, 129 insertions(+), 982 deletions(-) delete mode 100644 source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp delete mode 100644 source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.h