diff options
author | Arthur O'Dwyer <arthur.j.odwyer@gmail.com> | 2021-02-15 16:10:28 -0500 |
---|---|---|
committer | Arthur O'Dwyer <arthur.j.odwyer@gmail.com> | 2021-02-15 16:12:10 -0500 |
commit | 5f58374bbef356a4fd1565426257a4a24478a880 (patch) | |
tree | 8dcb024a66f60ea93021085ce2f683f5127e0854 /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | 7ba2e1c6011eeb1b91ce3f5d8fa7187b7518e77a (diff) | |
download | llvm-5f58374bbef356a4fd1565426257a4a24478a880.zip llvm-5f58374bbef356a4fd1565426257a4a24478a880.tar.gz llvm-5f58374bbef356a4fd1565426257a4a24478a880.tar.bz2 |
[libc++] Change `std::numeric_limits` to just `numeric_limits` in <chrono>.
The namespace is unnecessary, and libc++ style is not to include it on type names.
(As opposed to function names, where qualification affects ADL; and in certain
function signatures where `std::` and `_VSTD::` might be mangled differently.
This is none of those situations.)
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions