[Lldb-commits] [PATCH] D120966: Remove cases of using namespace std
Shafik Yaghmour via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 3 20:13:13 PST 2022
shafik added a comment.
As a side note, I noticed that we don't prefix typedefs from `cstdint` with `std::` e.g. `size_t`. These typedefs are not guaranteed to be in the global namespace.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120966/new/
https://reviews.llvm.org/D120966
More information about the lldb-commits
mailing list