[all-commits] [llvm/llvm-project] 79ac5b: [LLDB] Clarifying the documentation for variable f...
Shafik Yaghmour via All-commits
all-commits at lists.llvm.org
Wed Apr 7 14:31:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 79ac5bbb96c46e3c6c3568a441c13aa10c087b25
https://github.com/llvm/llvm-project/commit/79ac5bbb96c46e3c6c3568a441c13aa10c087b25
Author: Shafik Yaghmour <syaghmour at apple.com>
Date: 2021-04-07 (Wed, 07 Apr 2021)
Changed paths:
M lldb/docs/use/variable.rst
M lldb/test/API/functionalities/data-formatter/data-formatter-advanced/TestDataFormatterAdv.py
M lldb/test/API/functionalities/data-formatter/data-formatter-advanced/main.cpp
Log Message:
-----------
[LLDB] Clarifying the documentation for variable formatting wrt to qualifiers and adding a test that demonstrates this
When looking up user specified formatters qualifiers are removed from types before matching,
I have added a clarifying example to the document and added an example to a relevant test to demonstrate this behavior.
Differential Revision: https://reviews.llvm.org/D99827
More information about the All-commits
mailing list