[all-commits] [llvm/llvm-project] 482c53: [lldb] Move ~Platform to source file
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Thu Oct 14 12:37:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 482c53fa0dce16c0edebb494117dcc8dd383427e
https://github.com/llvm/llvm-project/commit/482c53fa0dce16c0edebb494117dcc8dd383427e
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-10-14 (Thu, 14 Oct 2021)
Changed paths:
M lldb/include/lldb/Target/Platform.h
M lldb/source/Target/Platform.cpp
Log Message:
-----------
[lldb] Move ~Platform to source file
The called destructors of the members require the includes that are only
in the source file.
More information about the All-commits
mailing list