[all-commits] [llvm/llvm-project] 8a7ddf: [Demangle] Add support for D special identifiers
Luís Ferreira via All-commits
all-commits at lists.llvm.org
Mon Dec 6 17:48:49 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a7ddf9e2296c2b188c49f689ea51eab6114a662
https://github.com/llvm/llvm-project/commit/8a7ddf9e2296c2b188c49f689ea51eab6114a662
Author: Luís Ferreira <contact at lsferreira.net>
Date: 2021-12-07 (Tue, 07 Dec 2021)
Changed paths:
M llvm/lib/Demangle/DLangDemangle.cpp
M llvm/unittests/Demangle/DLangDemangleTest.cpp
Log Message:
-----------
[Demangle] Add support for D special identifiers
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D114308
Commit: 83087c096af9e8ca63362714cf82d5c477c00e73
https://github.com/llvm/llvm-project/commit/83087c096af9e8ca63362714cf82d5c477c00e73
Author: Luís Ferreira <contact at lsferreira.net>
Date: 2021-12-07 (Tue, 07 Dec 2021)
Changed paths:
M llvm/lib/Demangle/DLangDemangle.cpp
M llvm/unittests/Demangle/DLangDemangleTest.cpp
Log Message:
-----------
[Demangle] Add support for D function-local parent symbols
Internally `__Sddd` function-local parent symbols are used to solve ambiguities on symbols in
the same scope with the same mangled name.
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D114309
Compare: https://github.com/llvm/llvm-project/compare/5911a29aa920...83087c096af9
More information about the All-commits
mailing list