Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
dbf2790a1f7fd9db626ff008ef5ad6dfdd052da3
/
llvm
/
lib
/
Support
/
YAMLTraits.cpp
efdff71
YAML: Remove Input::MapHNode::isValidKey(), use llvm::is_contained() instead. NFC.
by Peter Collingbourne
· 9 years ago
87dd2ab
Support: Add YAML I/O support for custom mappings.
by Peter Collingbourne
· 9 years ago
3ab3fef
Improve error handling in YAML parsing
by Mehdi Amini
· 9 years ago
43c2428
Revert "Improve error handling in YAML parsing"
by Mehdi Amini
· 9 years ago
c54281b
Improve error handling in YAML parsing
by Mehdi Amini
· 9 years ago
92b2e8a
[YAML] Fix YAML tags appearing before the start of sequence elements
by Chris Bieneman
· 9 years ago
7a92377
[YAMLTraits] Use StringRef::copy. No functionality change.
by Benjamin Kramer
· 10 years ago
4939e6a
[YAMLIO] Make line-wrapping configurable and test it.
by Frederic Riss
· 10 years ago
2bdb4e1
Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format).
by Alex Lorenz
· 10 years ago
263b279
Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format)."
by NAKAMURA Takumi
· 10 years ago
c37baf8
Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).
by Alex Lorenz
· 10 years ago
de1970f
Revert r237708 (MIR serialization) - incremental buildbots became unstable.
by Alex Lorenz
· 10 years ago
c5e0d4d
MIR Serialization: print and parse LLVM IR using MIR format.
by Alex Lorenz
· 10 years ago
68e787b
YAML: Add support for literal block scalar I/O.
by Alex Lorenz
· 10 years ago
7a38d75
Revert r237157, "YAML: Fix typos. NFC".
by Alex Lorenz
· 10 years ago
f63ddf1
YAML: Fix typos. NFC.
by Alex Lorenz
· 10 years ago
b122508
YAML: Add an optional 'flow' field to the mapping trait to allow flow mapping output.
by Alex Lorenz
· 11 years ago
42e91fa
YAML: Fix the output of sequences that contain flow sequences.
by Alex Lorenz
· 11 years ago
16132e6
Purge unused includes throughout libSupport.
by Benjamin Kramer
· 11 years ago
64d2cdf
Detect malformed YAML sequence in yaml::Input::beginSequence()
by Justin Bogner
· 11 years ago
f298f16
Remove trailing whitespace. NFC ®
by Alex Rosenberg
· 11 years ago
731cae3
[YAMLIO] Add support for numeric values in enums.
by Michael J. Spencer
· 11 years ago
d990388
[cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py.
by Chandler Carruth
· 11 years ago
d759fe5
Fix memory leak in error paths in YAMLTraits by using unique_ptr
by David Blaikie
· 11 years ago
a97373f
Fix bug 20125 - clang-format segfaults on bad config.
by Rafael Espindola
· 11 years ago
2a826e4
Finishing touch for the std::error_code transition.
by Rafael Espindola
· 11 years ago
db4ed0b
Remove 'using std::errro_code' from lib.
by Rafael Espindola
· 11 years ago
3acea39
Don't use 'using std::error_code' in include/llvm.
by Rafael Espindola
· 11 years ago
ed6882b
Don't import make_error_code into the llvm namespace.
by Rafael Espindola
· 11 years ago
5c4f829
Use std::error_code instead of llvm::error_code.
by Rafael Espindola
· 11 years ago
f97af8a
[yaml2obj] Add new command line option `-docnum`.
by Simon Atanasyan
· 11 years ago
7788033
YAMLIO: Allow scalars to dictate quotation rules
by David Majnemer
· 12 years ago
878bd8a
Use range-based for loops. No functionality change.
by Simon Atanasyan
· 12 years ago
97d8ee3
Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly""
by David Majnemer
· 12 years ago
2c4e8ae
Revert "YAMLIO: Encode ambiguous hex strings explicitly"
by Filipe Cabecinhas
· 12 years ago
8154335
YAMLIO: Encode ambiguous hex strings explicitly
by David Majnemer
· 12 years ago
c10719f
[C++11] Make use of 'nullptr' in the Support library.
by Craig Topper
· 12 years ago
8a8cd2b
Re-sort all of the includes with ./utils/sort_includes.py so that
by Chandler Carruth
· 12 years ago
4761c60
revert r194655
by Nick Kledzik
· 12 years ago
48e018a
YAML I/O - Added default trait support for std:string. Making another attempt at this, this time doing a clean build on Linux, and running the LLVM, clang, and extra tests, to try to make sure there's no problems.
by John Thompson
· 12 years ago
d12ccbd
[weak vtables] Remove a bunch of weak vtables
by Juergen Ributzka
· 12 years ago
681e37c
Recover gracefully when deserializing invalid YAML input.
by Alexander Kornienko
· 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
5b94d28
yaml::Input::mapTag(): Don't use StringRef to hold return type of std::string.
by NAKAMURA Takumi
· 12 years ago
9439c52
Whitespace.
by NAKAMURA Takumi
· 12 years ago
dd34f77
Add dyn_cast<> support to YAML I/O's IO class
by Nick Kledzik
· 12 years ago
1e6033c
Add simple support for tags in YAML I/O
by Nick Kledzik
· 12 years ago
6cd5bd4
Reverting my r193344 checkin due to build breakage.
by John Thompson
· 12 years ago
e38e572
Added std::string as a built-in type for mapping.
by John Thompson
· 12 years ago
106eded
Re-submit r190469: YAMLIO: Fix string quoting logic.
by Rui Ueyama
· 12 years ago
33ae7ce
Revert "YAMLIO: Fix string quoting logic." (r190469)
by Hans Wennborg
· 12 years ago
38dfffa
Remove trailing whitespace
by Rui Ueyama
· 12 years ago
9a40ae8
YAMLIO: Fix string quoting logic.
by Rui Ueyama
· 12 years ago
0e63e53
Tighten up the yamilizer so it stops eliding empty sequences if the embedded empty sequence is the first key/value in a map which is itself in a sequence.
by Aaron Ballman
· 12 years ago
df73c30
YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfo
by Dmitri Gribenko
· 12 years ago
af0dea1
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size.
by Craig Topper
· 12 years ago
0dcef84
Fix memory leak in YAML I/O.
by Nick Kledzik
· 13 years ago
11964f2
Fix how YAML I/O detects flow sequences.
by Nick Kledzik
· 13 years ago
045e4f1
Don't call back() on an empty SmallVector. Found by -fsanitize=enum!
by Richard Smith
· 13 years ago
36b0f12
YAMLIO: Remove all of the template instantiation hacks, I don't see why they're necessary and it breaks linking of the unit tests.
by Benjamin Kramer
· 13 years ago
f54b15a
Fix calls to getAsSignedInteger() to use long long - not int64_t
by Nick Kledzik
· 13 years ago
cbe0584
Fix the build on case sensitive file systems.
by Benjamin Kramer
· 13 years ago
f60a927
Initial implementation of a utility for converting native data
by Nick Kledzik
· 13 years ago