diff options
author | Arthur O'Dwyer <arthur.j.odwyer@gmail.com> | 2021-09-06 12:40:05 -0400 |
---|---|---|
committer | Arthur O'Dwyer <arthur.j.odwyer@gmail.com> | 2021-09-07 13:59:21 -0400 |
commit | 0a5ebc692b93f43c3b61e7571254f8c5e234597a (patch) | |
tree | 2acc91fc145ae013e918b2c854ee2efba67cea7a /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | dadbe88a1387e7b1fe4417fa4b64234ffc83c878 (diff) | |
download | llvm-0a5ebc692b93f43c3b61e7571254f8c5e234597a.zip llvm-0a5ebc692b93f43c3b61e7571254f8c5e234597a.tar.gz llvm-0a5ebc692b93f43c3b61e7571254f8c5e234597a.tar.bz2 |
[libc++] Remove a stray `const` on ranges::data and ranges::ssize. NFCI.
These are specced as `inline constexpr auto`; the extra `const`
isn't doing anything except being inconsistent with the other CPOs.
Now all the implemented CPOs can be detected by
git grep 'inline constexpr auto.*fn' ../libcxx/include/
and I think that's beautiful.
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions