Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b51a9bc35854509b9d4b125d232c4ff07ab765f5
/
llvm
/
unittests
/
Support
/
YAMLIOTest.cpp
0bbe66e
[YAML] Plain scalars can not begin with most indicators.
by Haojian Wu
· 8 years ago
c9a8451
[YAML] Refactor escaping unittests
by Francis Visoiu Mistrih
· 8 years ago
b2b961a
[YAML] Fix UTF-8 handling
by Francis Visoiu Mistrih
· 8 years ago
b213b27
[YAML] Add support for non-printable characters
by Francis Visoiu Mistrih
· 8 years ago
1684317
[YAMLTraits] Add filename support to yaml::Input
by Alex Bradbury
· 8 years ago
d0c0c13
Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTOR
by Richard Smith
· 8 years ago
9a67b07
Re-sort #include lines for unittests. This uses a slightly modified
by Chandler Carruth
· 8 years ago
1f9b001
Align all scalar numbers to LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR
by Jonas Hahnfeld
· 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
35377f8
[YAMLIO] Add the ability to map with context.
by Zachary Turner
· 9 years ago
4fbf61d
[yaml] Add a ScalarTraits for mapping endian aware types.
by Zachary Turner
· 9 years ago
b550cb1
[NFC] Header cleanup
by Mehdi Amini
· 10 years ago
29c5edc
Revert r239972 (YAML: Assign a value returned by the default constructor to the value in an optional mapping).
by Alex Lorenz
· 10 years ago
376fc70
YAML: Assign a value returned by the default constructor to the value in an optional mapping.
by Alex Lorenz
· 10 years ago
3733c03
YAML traits need to be in the llvm::yaml namespace.
by Frederic Riss
· 10 years ago
4939e6a
[YAMLIO] Make line-wrapping configurable and test it.
by Frederic Riss
· 10 years ago
68e787b
YAML: Add support for literal block scalar I/O.
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
64d2cdf
Detect malformed YAML sequence in yaml::Input::beginSequence()
by Justin Bogner
· 11 years ago
a97373f
Fix bug 20125 - clang-format segfaults on bad config.
by Rafael Espindola
· 11 years ago
66f09ad
[C++11] Use 'nullptr'.
by Craig Topper
· 11 years ago
d9a25d8
Make this operator bool() explicit to match the standard library.
by Rafael Espindola
· 11 years ago
7788033
YAMLIO: Allow scalars to dictate quotation rules
by David Majnemer
· 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
7cd45f2
YAML I/O add support for validate()
by Nick Kledzik
· 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
681e37c
Recover gracefully when deserializing invalid YAML input.
by Alexander Kornienko
· 12 years ago
4a9f00d
remove extra semicolon
by Nick Kledzik
· 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
381f59f
Removing a spurious semi-colon; this macro expands into a namespace.
by Aaron Ballman
· 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
7b4fb9a
Replace memcpys by a static_cast and an integral promotion.
by Dmitri Gribenko
· 13 years ago
ba9d1b5
Fix coding style
by Dmitri Gribenko
· 13 years ago
6a3ef9c
Unbreak tests after regression from r172081.
by Jakub Staszak
· 13 years ago
4162c2d
Fix Alias Bug
by David Greene
· 13 years ago
11964f2
Fix how YAML I/O detects flow sequences.
by Nick Kledzik
· 13 years ago
bed953d
Fix some integer constant warnings by using a suffix
by Nick Kledzik
· 13 years ago
52bfd38
re-enable test cases now that traits work with g++. Fix some g++ warnings
by Nick Kledzik
· 13 years ago
808f84d
Temporarily disable test cases until they compile with g++ too.
by Nick Kledzik
· 13 years ago
b088ff6
Unbreak the build. Fallout from r170019.
by David Blaikie
· 13 years ago
f60a927
Initial implementation of a utility for converting native data
by Nick Kledzik
· 13 years ago