Graydon Hoare
|
86d0c61b6f
[YAML] Escape non-printable multibyte UTF8 in Output::scalarString.
|
7 år sedan |
Eugene Zelenko
|
dfaebc43c9
[ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
8 år sedan |
Chandler Carruth
|
e3e43d9d57
Sort the remaining #include lines in include/... and lib/....
|
8 år sedan |
Galina Kistanova
|
83d2f07814
Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through.
|
8 år sedan |
Mehdi Amini
|
b54cba4a12
Improve error handling in YAML parsing
|
8 år sedan |
Justin Bogner
|
0f82c946ae
Support: Return void from Scanner::scan_ns_uri_char, no one uses the result
|
8 år sedan |
Duncan P. N. Exon Smith
|
5de5554390
ADT: Add AllocatorList, and use it for yaml::Token
|
9 år sedan |
Duncan P. N. Exon Smith
|
9c80b35060
ADT: Split ilist_node_traits into alloc and callback, NFC
|
9 år sedan |
Duncan P. N. Exon Smith
|
d47df8775d
ADT: Remove ilist_*sentinel_traits, NFC
|
9 år sedan |
Duncan P. N. Exon Smith
|
3e97be26b9
ADT: Share code for embedded sentinel traits, NFC
|
9 år sedan |
David Majnemer
|
975248e4fb
Use the range variant of find instead of unpacking begin/end
|
9 år sedan |
Vedant Kumar
|
7e9bf0962b
Simplify users of StringRef::{l,r}trim (NFC)
|
9 år sedan |
Alexander Kornienko
|
0062f39972
Refactor: Simplify boolean conditional return statements in llvm/lib/Support
|
9 år sedan |
Duncan P. N. Exon Smith
|
e38e995296
Support: Stop relying on iterator auto-conversion, NFC
|
10 år sedan |
Alexander Kornienko
|
cd52a7a381
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
10 år sedan |
Alexander Kornienko
|
cf0db29df2
Fixed/added namespace ending comments using clang-tidy. NFC
|
10 år sedan |
Alex Lorenz
|
802ab073da
YAML: Null terminate block scalar's value.
|
10 år sedan |
Benjamin Kramer
|
825a528bbe
[YAML] Plug a memory leak
|
10 år sedan |
Alex Lorenz
|
4789642b0b
Fix memory leak introduced in r237314.
|
10 år sedan |
Alex Lorenz
|
b96942f6ec
YAML: Implement block scalar parsing.
|
10 år sedan |
Alex Lorenz
|
9e31c0cf91
YAML: Enable the YAMLParser tests.
|
10 år sedan |
Alex Lorenz
|
0f04f3b213
YAML: Extract the code that skips a comment into a separate method, NFC.
|
10 år sedan |
Benjamin Kramer
|
df93f4bb0b
Purge unused includes throughout libSupport.
|
10 år sedan |
Benjamin Kramer
|
1ce666d86c
Demote vectors to arrays. No functionality change.
|
10 år sedan |
Richard Trieu
|
6cf3f3fceb
Remove std::move that was preventing return value optimization.
|
10 år sedan |
Craig Topper
|
24ae56d4c9
Fix some cases where StringRef was being passed by const reference. Remove const from some other StringRefs since its implicitly const already.
|
11 år sedan |
Rafael Espindola
|
34806d20dd
yaml::Stream doesn't need to take ownership of the buffer.
|
11 år sedan |
David Blaikie
|
95ca0fb247
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std::unique_ptr
|
11 år sedan |
Rafael Espindola
|
b5a6adc30a
Convert an ownership comment with std::uinque_ptr.
|
11 år sedan |
Craig Topper
|
725011e72f
[C++11] Replace some comparisons with 'nullptr' with simple boolean checks to reduce verbosity.
|
11 år sedan |