[libc-commits] [PATCH] D132254: [libc] Add a span facility
Thorsten via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Aug 19 22:26:36 PDT 2022
tschuett added a comment.
https://llvm.org/docs/CodingStandards.html#id43
"As an exception, classes that mimic STL classes can have member names in STL’s style of lower-case words separated by underscores (e.g. begin(), push_back(), and empty()). Classes that provide multiple iterators should add a singular prefix to begin() and end() (e.g. global_begin() and use_begin())."
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132254/new/
https://reviews.llvm.org/D132254
More information about the libc-commits
mailing list