Граф коммитов

10 Коммитов

Автор SHA1 Сообщение Дата
Nico Weber 727d0d00fc 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.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171952 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-09 05:06:41 +00:00
Evgeniy Stepanov 583acae858 Slight rewording of -fsanitize=memory docs.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170880 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-21 10:53:20 +00:00
Evgeniy Stepanov cc603e99b5 User manual chapter on MemorySanitizer.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170879 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-21 10:50:00 +00:00
Dmitry Vyukov 7f5e76b783 Remove the working that ThreadSanitizer is *experimental*.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170868 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-21 08:21:25 +00:00
Dmitri Gribenko 0bd9e727b0 Documentation: UsersManual.rst: some cleanups after semi-automatic conversion
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170590 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-19 22:06:59 +00:00
Dmitri Gribenko 97555a1368 Documentation: random cleanups. Use monospaced font where appropriate,
highlight console output with "code-block:: console", etc.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170276 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-15 21:10:51 +00:00
Dmitri Gribenko 5cc0580c6c Documentation: convert InternalsManual.html to reST
Patch by Anastasi Voitova with with small fixes by me.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170275 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-15 20:41:17 +00:00
Richard Smith 2dce7bec1a Point a hyperlink back to where it was before it got reStructured.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170110 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-13 07:29:23 +00:00
Richard Smith 463b48ba7e 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.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170108 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-13 07:11:50 +00:00
Sean Silva 93ca0217a2 docs: More reST conversion.
Sorry for the large commit, but it is much faster to convert in batches.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170067 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-13 01:10:46 +00:00