[all-commits] [llvm/llvm-project] 3abd06: [lldb] Make TypeSystemClang::GetFullyUnqualifiedTy...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Fri Oct 29 02:14:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3abd063fc793d2d56fc78287c61b73b2d7843bc5
https://github.com/llvm/llvm-project/commit/3abd063fc793d2d56fc78287c61b73b2d7843bc5
Author: Pavel Labath <pavel at labath.sk>
Date: 2021-10-29 (Fri, 29 Oct 2021)
Changed paths:
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-advanced/TestDataFormatterAdv.py
M lldb/test/API/functionalities/data-formatter/data-formatter-advanced/main.cpp
M lldb/unittests/Symbol/TestTypeSystemClang.cpp
Log Message:
-----------
[lldb] Make TypeSystemClang::GetFullyUnqualifiedType work for constant arrays
Unqualify (constant) arrays recursively, just like we do for pointers.
This allows for better pretty printer matching.
Differential Revision: https://reviews.llvm.org/D112708
More information about the All-commits
mailing list