[all-commits] [llvm/llvm-project] 564ff8: [lldb][NFCI] Remove use of Stream * from TypeSystem
Alex via All-commits
all-commits at lists.llvm.org
Fri Jul 7 10:11:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 564ff8ffe75d9353ac02be5a4d3aa424cb79429c
https://github.com/llvm/llvm-project/commit/564ff8ffe75d9353ac02be5a4d3aa424cb79429c
Author: Alex Langford <alangford at apple.com>
Date: 2023-07-07 (Fri, 07 Jul 2023)
Changed paths:
M lldb/include/lldb/Symbol/TypeSystem.h
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
M lldb/source/Symbol/CompilerType.cpp
Log Message:
-----------
[lldb][NFCI] Remove use of Stream * from TypeSystem
We always assume these streams are valid, might as well take references
instead of raw pointers.
Differential Revision: https://reviews.llvm.org/D154549
More information about the All-commits
mailing list