[all-commits] [llvm/llvm-project] d588a9: WIP: Enable demangling of `cp` expression production
Hubert Tong via All-commits
all-commits at lists.llvm.org
Mon Nov 4 14:08:59 PST 2024
Branch: refs/heads/users/hubert-reinterpretcast/Demangle-cpCallExpressionMangling
Home: https://github.com/llvm/llvm-project
Commit: d588a9429223dfae18b8faa4c87278c60d8bd480
https://github.com/llvm/llvm-project/commit/d588a9429223dfae18b8faa4c87278c60d8bd480
Author: Hubert Tong <hstong at ca.ibm.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M libcxxabi/src/demangle/ItaniumDemangle.h
M llvm/include/llvm/Demangle/ItaniumDemangle.h
Log Message:
-----------
WIP: Enable demangling of `cp` expression production
Commit: 582da6b024c8fd239b4053b02f928eec719d783e
https://github.com/llvm/llvm-project/commit/582da6b024c8fd239b4053b02f928eec719d783e
Author: Hubert Tong <hstong at ca.ibm.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M libcxxabi/src/demangle/ItaniumDemangle.h
M libcxxabi/test/test_demangle.pass.cpp
Log Message:
-----------
Update `cp` demangling to display parentheses; update test
Commit: 7f3aa60db9e1734ef1e6ca12081a42f13106907d
https://github.com/llvm/llvm-project/commit/7f3aa60db9e1734ef1e6ca12081a42f13106907d
Author: Hubert Tong <hstong at ca.ibm.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M libcxxabi/src/demangle/ItaniumDemangle.h
Log Message:
-----------
Add `cp` production to grammar in comment
Commit: 55928ccf5a63bccce9b0451e869cdfdad8a10df4
https://github.com/llvm/llvm-project/commit/55928ccf5a63bccce9b0451e869cdfdad8a10df4
Author: Hubert Tong <hstong at ca.ibm.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M llvm/include/llvm/Demangle/ItaniumDemangle.h
Log Message:
-----------
Apply libcxxabi/src/demangle/cp-to-llvm.sh
Commit: ffaab825b372f197fd3b5ec857c7b31e2ddaf18d
https://github.com/llvm/llvm-project/commit/ffaab825b372f197fd3b5ec857c7b31e2ddaf18d
Author: Hubert Tong <hstong at ca.ibm.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M libcxxabi/src/demangle/ItaniumDemangle.h
M llvm/include/llvm/Demangle/ItaniumDemangle.h
Log Message:
-----------
Fix CallExpr matcher to account for new IsParen property
Compare: https://github.com/llvm/llvm-project/compare/d588a9429223%5E...ffaab825b372
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list