projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da85caa
)
[ADT] Fix typo in comment
author
Sanjoy Das
<sanjoy@playingwithpointers.com>
Mon, 30 Nov 2015 01:24:17 +0000
(
01:24
+0000)
committer
Sanjoy Das
<sanjoy@playingwithpointers.com>
Mon, 30 Nov 2015 01:24:17 +0000
(
01:24
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254278
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ADT/STLExtras.h
patch
|
blob
|
history
diff --git
a/include/llvm/ADT/STLExtras.h
b/include/llvm/ADT/STLExtras.h
index fd4412c4166fc95367cfb06e3700dfbae266730e..1bd3b291e0ef3a3e1edd34959c8f5dc37a804378 100644
(file)
--- a/
include/llvm/ADT/STLExtras.h
+++ b/
include/llvm/ADT/STLExtras.h
@@
-364,7
+364,7
@@
void DeleteContainerSeconds(Container &C) {
}
/// Provide wrappers to std::all_of which take ranges instead of having to pass
-/// be
ing
/end explicitly.
+/// be
gin
/end explicitly.
template<typename R, class UnaryPredicate>
bool all_of(R &&Range, UnaryPredicate &&P) {
return std::all_of(Range.begin(), Range.end(),