Alp Toker
171b0c36a3
Fix documentation typos
...
llvm-svn: 197757
2013-12-20 00:33:39 +00:00
Nick Kledzik
7cd45f29b2
YAML I/O add support for validate()
...
MappingTrait template specializations can now have a validate() method which
performs semantic checking. For details, see <http://llvm.org/docs/YamlIO.html >.
llvm-svn: 195286
2013-11-21 00:28:07 +00:00
John Thompson
48e018a314
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.
...
llvm-svn: 195134
2013-11-19 17:28:21 +00:00
Nick Kledzik
1e6033ca33
Add simple support for tags in YAML I/O
...
llvm-svn: 194644
2013-11-14 00:59:59 +00:00
John Thompson
6cd5bd4a3d
Reverting my r193344 checkin due to build breakage.
...
llvm-svn: 193350
2013-10-24 14:52:56 +00:00
John Thompson
e38e57206f
Added std::string as a built-in type for mapping.
...
llvm-svn: 193344
2013-10-24 13:36:58 +00:00
Rui Ueyama
539b1df7c3
Typo fixes.
...
llvm-svn: 190569
2013-09-12 01:43:21 +00:00
Rui Ueyama
0ad114c446
Fix typo
...
llvm-svn: 190492
2013-09-11 05:22:01 +00:00
Daniel Dunbar
06b9f9ecaa
[typo] An LLVM.
...
llvm-svn: 188589
2013-08-16 23:30:19 +00:00
Sean Silva
0d65a762ac
[docs] Replace non-existent LLVM_YAML_UNIQUE_TYPE() macro
...
LLVM_YAML_STRONG_TYPEDEF() is the correct macro to perform this function.
llvm-svn: 183280
2013-06-04 23:36:41 +00:00
Daniel Dunbar
bf2e7b593e
[docs] Minor doc tweaks.
...
llvm-svn: 182324
2013-05-20 22:39:48 +00:00
Alex Rosenberg
7f5af7f5d2
Spelling corrections
...
llvm-svn: 175415
2013-02-18 02:44:09 +00:00
Dmitri Gribenko
e813112c71
Documentation: replace some non-ASCII characters by equivalent markup
...
llvm-svn: 172917
2013-01-19 20:34:20 +00:00
Sean Silva
92a44897a2
docs: Fix long standing linking antipattern.
...
Before we learned about :doc:, we used :ref: and put a dummy link at the
top of each page. Don't do that anymore.
This fixes PR14891 as a special case.
llvm-svn: 172162
2013-01-11 02:28:08 +00:00
Nick Kledzik
f60a9279ea
Initial implementation of a utility for converting native data
...
structures to and from YAML using traits. The first client will
be the test suite of lld. The documentation will show up at:
http://llvm.org/docs/YamlIO.html
llvm-svn: 170019
2012-12-12 20:46:15 +00:00