[Lldb-commits] [PATCH] D154549: [lldb][NFCI] Remove use of Stream * from TypeSystem
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 5 14:59:26 PDT 2023
bulbazord created this revision.
bulbazord added reviewers: JDevlieghere, fdeazeve, kastiglione.
Herald added a project: All.
bulbazord requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
We always assume these streams are valid, might as well take references
instead of raw pointers.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D154549
Files:
lldb/include/lldb/Symbol/TypeSystem.h
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
lldb/source/Symbol/CompilerType.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154549.537519.patch
Type: text/x-patch
Size: 20404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230705/e0bb89ba/attachment-0001.bin>
More information about the lldb-commits
mailing list