Issue 160196
Summary `llvm::drop_begin` and `llvm::drop_end` are inconsistently named
Labels new issue
Assignees
Reporter zygoloid
    `ADT/STLExtras.h` provides `drop_begin` and `drop_end` functions to drop the first N or last N elements from a range, respectively. These names are inconsistent with `ArrayRef` and our general STL conventions, and should instead be named `drop_front` and `drop_back`.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to