From cd376a1a75f2d4bcea25615d1700f457c39d810d Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Wed, 22 Feb 2012 20:26:10 +0000 Subject: [PATCH] Improve placement of clang crash diagnostics section. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151192 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/UsersManual.html | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/UsersManual.html b/docs/UsersManual.html index 4b8f5af3cd..2c5139de79 100644 --- a/docs/UsersManual.html +++ b/docs/UsersManual.html @@ -198,26 +198,6 @@ introduces the language selection and other high level options like -c, -g, etc.

-ftemplate-backtrace-limit=123: Only emit up to 123 template instantiation notes within the template instantiation backtrace for a single warning or error. The default is 10, and the limit can be disabled with -ftemplate-backtrace-limit=0.

- -

Options to Control Clang Crash Diagnostics

- - -

As unbelievable as it may sound, Clang does crash from time to time. -Generally, this only occurs to those living on the -bleeding edge. Clang -goes to great lengths to assist you in filing a bug report. Specifically, Clang -generates preprocessed source file(s) and associated run script(s) upon a -crash. These files should be attached to a bug report to ease reproducibility -of the failure. Below are the command line options to control the crash -diagnostics. -

- -

-fno-crash-diagnostics: Disable auto-generation of preprocessed -source files during a clang crash.

- -

The -fno-crash-diagnostics flag can be helpful for speeding the process of -generating a delta reduced test case.

-

Formatting of Diagnostics

@@ -437,7 +417,6 @@ quotes(as "\"") and non-printable characters (as octal - @@ -531,6 +510,27 @@ off.

+ +

Options to Control Clang Crash Diagnostics

+ + +

As unbelievable as it may sound, Clang does crash from time to time. +Generally, this only occurs to those living on the +bleeding edge. Clang +goes to great lengths to assist you in filing a bug report. Specifically, Clang +generates preprocessed source file(s) and associated run script(s) upon a +crash. These files should be attached to a bug report to ease reproducibility +of the failure. Below are the command line options to control the crash +diagnostics. +

+ +

-fno-crash-diagnostics: Disable auto-generation of preprocessed +source files during a clang crash.

+ +

The -fno-crash-diagnostics flag can be helpful for speeding the process of +generating a delta reduced test case.

+ +

Language and Target-Independent Features

-- 2.50.1