Nico Weber
69dce49c76
Don't mention -fno-diagnostics-print-source-range-info in manual.
...
Clang doesn't understand it.
If someone wants to teach clang about that flag instead, please also add
support for -fno-diagnostics-parseable-fixits for consistency.
Until then, let the documentation match the current behavior.
llvm-svn: 171952
2013-01-09 05:06:41 +00:00
Evgeniy Stepanov
acef0e66a6
Slight rewording of -fsanitize=memory docs.
...
llvm-svn: 170880
2012-12-21 10:53:20 +00:00
Evgeniy Stepanov
17d5590003
User manual chapter on MemorySanitizer.
...
llvm-svn: 170879
2012-12-21 10:50:00 +00:00
Dmitry Vyukov
42de108861
Remove the working that ThreadSanitizer is *experimental*.
...
llvm-svn: 170868
2012-12-21 08:21:25 +00:00
Dmitri Gribenko
1436ff2ef8
Documentation: UsersManual.rst: some cleanups after semi-automatic conversion
...
llvm-svn: 170590
2012-12-19 22:06:59 +00:00
Dmitri Gribenko
7ac0cc3698
Documentation: random cleanups. Use monospaced font where appropriate,
...
highlight console output with "code-block:: console", etc.
llvm-svn: 170276
2012-12-15 21:10:51 +00:00
Dmitri Gribenko
d9d26072d6
Documentation: convert InternalsManual.html to reST
...
Patch by Anastasi Voitova with with small fixes by me.
llvm-svn: 170275
2012-12-15 20:41:17 +00:00
Richard Smith
bb741f4552
Point a hyperlink back to where it was before it got reStructured.
...
llvm-svn: 170110
2012-12-13 07:29:23 +00:00
Richard Smith
1629da95fe
ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads of
...
bit-patterns which are not valid values for enumerated or boolean types.
These checks are the ubsan analogue of !range metadata.
llvm-svn: 170108
2012-12-13 07:11:50 +00:00
Sean Silva
bf9b4cd596
docs: More reST conversion.
...
Sorry for the large commit, but it is much faster to convert in batches.
llvm-svn: 170067
2012-12-13 01:10:46 +00:00