[all-commits] [llvm/llvm-project] 38389f: [lldb][Test] Add CPlusPlusNameParser unit-test: C-...
Michael137 via All-commits
all-commits at lists.llvm.org
Sun Oct 23 23:46:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 38389f3109e8c862debdec769026f12cadc85e7b
https://github.com/llvm/llvm-project/commit/38389f3109e8c862debdec769026f12cadc85e7b
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2022-10-24 (Mon, 24 Oct 2022)
Changed paths:
M lldb/unittests/Language/CPlusPlus/CPlusPlusLanguageTest.cpp
Log Message:
-----------
[lldb][Test] Add CPlusPlusNameParser unit-test: C-array function arguments
Tests that `CPlusPlusLanguage::MethodName` can parse demangled
names that contain references to C-arrays.
Example taken from libcxx API in the wild.
More information about the All-commits
mailing list