diff options
| author | Chad Rosier <mcrosier@apple.com> | 2012-02-22 20:26:10 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@apple.com> | 2012-02-22 20:26:10 +0000 |
| commit | c41c5a8c39fdc4df87c9235044c2aa2fc209649e (patch) | |
| tree | 9d6e3622c831df2331e1d11039551662c820170b /clang/docs/UsersManual.html | |
| parent | 5d25663e105f274f413e8e5babaa46e501e95a43 (diff) | |
| download | bcm5719-llvm-c41c5a8c39fdc4df87c9235044c2aa2fc209649e.tar.gz bcm5719-llvm-c41c5a8c39fdc4df87c9235044c2aa2fc209649e.zip | |
Improve placement of clang crash diagnostics section.
llvm-svn: 151192
Diffstat (limited to 'clang/docs/UsersManual.html')
| -rw-r--r-- | clang/docs/UsersManual.html | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html index 4b8f5af3cdf..2c5139de79c 100644 --- a/clang/docs/UsersManual.html +++ b/clang/docs/UsersManual.html @@ -198,26 +198,6 @@ introduces the language selection and other high level options like -c, -g, etc. <p><b>-ftemplate-backtrace-limit=123</b>: 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.</p> -<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = --> -<h3 id="cl_crash_diagnostics">Options to Control Clang Crash Diagnostics</h3> -<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = --> - -<p>As unbelievable as it may sound, Clang does crash from time to time. -Generally, this only occurs to those living on the -<a href="http://llvm.org/releases/download.html#svn">bleeding edge</a>. 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. -</p> - -<p><b>-fno-crash-diagnostics</b>: Disable auto-generation of preprocessed -source files during a clang crash.</p> - -<p>The -fno-crash-diagnostics flag can be helpful for speeding the process of -generating a delta reduced test case.</p> - <!-- ================================================= --> <h4 id="cl_diag_formatting">Formatting of Diagnostics</h4> <!-- ================================================= --> @@ -437,7 +417,6 @@ quotes(as "\"") and non-printable characters (as octal </dl> - <!-- ===================================================== --> @@ -531,6 +510,27 @@ off.</p> </dl> +<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = --> +<h3 id="cl_crash_diagnostics">Options to Control Clang Crash Diagnostics</h3> +<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = --> + +<p>As unbelievable as it may sound, Clang does crash from time to time. +Generally, this only occurs to those living on the +<a href="http://llvm.org/releases/download.html#svn">bleeding edge</a>. 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. +</p> + +<p><b>-fno-crash-diagnostics</b>: Disable auto-generation of preprocessed +source files during a clang crash.</p> + +<p>The -fno-crash-diagnostics flag can be helpful for speeding the process of +generating a delta reduced test case.</p> + + <!-- ======================================================================= --> <h2 id="general_features">Language and Target-Independent Features</h2> <!-- ======================================================================= --> |

