Serge Guelton
|
cb39a85070
Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>
|
6 年之前 |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Henry Wong
|
bff5530293
[ADT] Add `StringRef::rsplit(StringRef Separator)`.
|
7 年之前 |
Richard Smith
|
b13ea4ef63
Fix incorrect usage of std::is_assignable.
|
7 年之前 |
Serguei Katkov
|
643edab2b0
Fix APFloat from string conversion for Inf
|
7 年之前 |
Galina Kistanova
|
7438bc918d
Added braces to work around gcc warning in googletest: suggest explicit braces to avoid ambiguous 'else'. NFC.
|
8 年之前 |
Alex Denisov
|
1ad79db10e
Add more test cases for StringRef::edit_distance
|
8 年之前 |
Zachary Turner
|
700f6ad142
[ADT] Add a version of llvm::join() that takes a range.
|
8 年之前 |
Zachary Turner
|
ba16481c7f
[Support] Add StringRef::getAsDouble.
|
8 年之前 |
Zachary Turner
|
2dcb697d33
[ADT] Add llvm::StringLiteral.
|
8 年之前 |
Zachary Turner
|
fd3428261b
[Support] Add StringRef::find_lower and contains_lower.
|
8 年之前 |
Jordan Rose
|
fd34be2ddd
Add tests for r286139.
|
8 年之前 |
Zachary Turner
|
3ae26e9375
Fix signed / unsigned comparison.
|
9 年之前 |
Zachary Turner
|
568a8f4a4d
Add some predicated searching functions to StringRef.
|
9 年之前 |
Zachary Turner
|
0966627657
Fix build breakage due to typo in cast.
|
9 年之前 |
Zachary Turner
|
20bb0322fd
Speculative fix for build failures due to consumeInteger.
|
9 年之前 |
Zachary Turner
|
fb27f55135
[Support] Add StringRef::consumeInteger.
|
9 年之前 |
Zachary Turner
|
bb0403b31b
Add StringRef::take_front and StringRef::take_back
|
9 年之前 |
Chandler Carruth
|
d9a7752daf
[ADT] Add 'consume_front' and 'consume_back' methods to StringRef which
|
9 年之前 |
Pete Cooper
|
552f3d8472
StringRef::copy shouldn't allocate anything for length 0 strings.
|
9 年之前 |
Vedant Kumar
|
9ae3e2ceaa
[ADT] Add StringRef::{l,r}trim(char) overloads (NFC)
|
9 年之前 |
Chandler Carruth
|
f41971f6e7
[ADT] Fix a confusing interface spec and some annoying peculiarities
|
10 年之前 |
Chandler Carruth
|
82c835626f
[ADT] Add a single-character version of the small vector split routine
|
10 年之前 |
Benjamin Kramer
|
15c435a367
Retire llvm::array_endof in favor of non-member std::end.
|
11 年之前 |
Nick Kledzik
|
8147752976
Fix layering StringRef copy using BumpPtrAllocator.
|
11 年之前 |
Alp Toker
|
650e286dcf
Roll back the ConstStringRef change for now
|
11 年之前 |
Alp Toker
|
bad91954cf
StringRef: Extend constexpr capabilities and introduce ConstStringRef
|
11 年之前 |
Chandler Carruth
|
974a445bd9
Re-sort all of the includes with ./utils/sort_includes.py so that
|
11 年之前 |
Rui Ueyama
|
f34c3ca304
Add {start,end}with_lower methods to StringRef.
|
11 年之前 |
Rui Ueyama
|
bc850d0c6c
Add a few tests for StringRef::{start,end}with.
|
11 年之前 |