Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
80bc3550481d263a94e812e0d77be827b00f45f3
/
llvm
/
lib
/
Support
/
YAMLParser.cpp
98372e3
Simplify users of StringRef::{l,r}trim (NFC)
by Vedant Kumar
· 10 years ago
66da20a
Refactor: Simplify boolean conditional return statements in llvm/lib/Support
by Alexander Kornienko
· 10 years ago
6eeaff1
Support: Stop relying on iterator auto-conversion, NFC
by Duncan P. N. Exon Smith
· 10 years ago
f00654e
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
by Alexander Kornienko
· 10 years ago
70bc5f1
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
481dca2
YAML: Null terminate block scalar's value.
by Alex Lorenz
· 10 years ago
7236733
[YAML] Plug a memory leak
by Benjamin Kramer
· 10 years ago
4936030
Fix memory leak introduced in r237314.
by Alex Lorenz
· 10 years ago
a22b250c
YAML: Implement block scalar parsing.
by Alex Lorenz
· 10 years ago
e4bcfbf
YAML: Enable the YAMLParser tests.
by Alex Lorenz
· 10 years ago
fe6f186
YAML: Extract the code that skips a comment into a separate method, NFC.
by Alex Lorenz
· 11 years ago
16132e6
Purge unused includes throughout libSupport.
by Benjamin Kramer
· 11 years ago
ea68a94
Demote vectors to arrays. No functionality change.
by Benjamin Kramer
· 11 years ago
73d0652
Remove std::move that was preventing return value optimization.
by Richard Trieu
· 11 years ago
6dc4a8bc
Fix some cases where StringRef was being passed by const reference. Remove const from some other StringRefs since its implicitly const already.
by Craig Topper
· 11 years ago
68669e3
yaml::Stream doesn't need to take ownership of the buffer.
by Rafael Espindola
· 11 years ago
1961f14
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std::unique_ptr
by David Blaikie
· 11 years ago
b16ecf8
Convert an ownership comment with std::uinque_ptr.
by Rafael Espindola
· 11 years ago
8d399f8
[C++11] Replace some comparisons with 'nullptr' with simple boolean checks to reduce verbosity.
by Craig Topper
· 12 years ago
c10719f
[C++11] Make use of 'nullptr' in the Support library.
by Craig Topper
· 12 years ago
3161726
remove a bunch of unused private methods
by Nuno Lopes
· 12 years ago
56440fd
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 12 years ago
002da5d
[C++11] Switch all uses of the llvm_move macro to use std::move
by Chandler Carruth
· 12 years ago
d12ccbd
[weak vtables] Remove a bunch of weak vtables
by Juergen Ributzka
· 12 years ago
49109a2
Revert r194865 and r194874.
by Alexey Samsonov
· 12 years ago
dbedae8
[weak vtables] Remove a bunch of weak vtables
by Juergen Ributzka
· 12 years ago
e71f047
Can we move to C++11 already?
by Michael J. Spencer
· 12 years ago
c064a9a
[Support][YAML] Add support for accessing tags and tag handle substitution.
by Michael J. Spencer
· 12 years ago
3238fb7
Add ArrayRef constructor from None, and do the cleanups that this constructor enables
by Dmitri Gribenko
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
aba8270
Allow using MemoryBuffers with yaml::Stream directly.
by Sean Silva
· 13 years ago
8fb58f6
YAMLParser: Fix invalid reads when encountering incorrectly quoted scalar.
by Benjamin Kramer
· 13 years ago
5be8f60
Remove unused private member variables uncovered by the recent changes to clang's -Wunused-private-field.
by Benjamin Kramer
· 13 years ago
dbeafa7
Convert comments to proper Doxygen comments.
by Dmitri Gribenko
· 13 years ago
c10948d
[Support/YAMLParser] Use rtrim on plain scalars.
by Michael J. Spencer
· 13 years ago
84b857e
YAMLParser: get rid of global ctors & dtors.
by Benjamin Kramer
· 14 years ago
6033113
[Support/YAMLParser] Fix ASan found bugs.
by Michael J. Spencer
· 14 years ago
a6c2c29
[Support/YAML] Properly fix unitialized variable warning by inserting a
by Michael J. Spencer
· 14 years ago
f9774c3
Remove some potential warnings about variables used uninitialized.
by Bill Wendling
· 14 years ago
0aa0d3d
YAMLParser: silence warning about tautological comparison on unsigned-char platforms.
by Benjamin Kramer
· 14 years ago
a1355d1
Move yaml::Stream's dtor out of line so it can see Scanner's dtor.
by Benjamin Kramer
· 14 years ago
afc0d6a
Sorry about that. MSVC seems to accept just about any random string you give it ;/
by Michael J. Spencer
· 14 years ago
22120c4
Add YAML parser to Support.
by Michael J. Spencer
· 14 years ago