[all-commits] [llvm/llvm-project] 9c6b69: [lldb] Move #include out of namespace lldb. NFC.
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Sat Mar 25 05:37:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c6b69000d9307a36745004ee9300f70a5415160
https://github.com/llvm/llvm-project/commit/9c6b69000d9307a36745004ee9300f70a5415160
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2023-03-25 (Sat, 25 Mar 2023)
Changed paths:
M lldb/include/lldb/lldb-types.h
Log Message:
-----------
[lldb] Move #include out of namespace lldb. NFC.
Including system headers in a namespace is not safe.
More information about the All-commits
mailing list