diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-05-25 05:05:01 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-05-25 05:05:01 +0000 |
commit | 0e37afa15ea127909573a8f65dad72f30f70f2f0 (patch) | |
tree | 1a40cc2c6dcb2788f47c95d15bce6e5e5321f3be /clang/docs/UsersManual.html | |
parent | 0246d63715dfa2239c538b1a300183e8a64ff94a (diff) | |
download | bcm5719-llvm-0e37afa15ea127909573a8f65dad72f30f70f2f0.tar.gz bcm5719-llvm-0e37afa15ea127909573a8f65dad72f30f70f2f0.zip |
A StringRef-ication of the DiagnosticIDs API and internals.
Patch by Matthieu Monrocq with tweaks by me to avoid StringRefs in the static
diagnostic data structures, which resulted in a huge global-var-init function.
Depends on llvm commit r132046.
llvm-svn: 132047
Diffstat (limited to 'clang/docs/UsersManual.html')
-rw-r--r-- | clang/docs/UsersManual.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html index d4f9dfbb017..4962a921106 100644 --- a/clang/docs/UsersManual.html +++ b/clang/docs/UsersManual.html @@ -296,6 +296,12 @@ Changes diagnostic output format to better match IDEs and command line tools.</d </dd> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> +<dt id="opt_fdiagnostics-show-name"><b>-f[no-]diagnostics-show-name</b>: +Enable the display of the diagnostic name.</dt> +<dd>This option, which defaults to off, controls whether or not +Clang prints the associated name.</dd> +<br> +<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <dt id="opt_fdiagnostics-show-option"><b>-f[no-]diagnostics-show-option</b>: Enable <tt>[-Woption]</tt> information in diagnostic line.</dt> <dd>This option, which defaults to on, @@ -522,6 +528,8 @@ it:</p> <li>A categorization of the diagnostic as a note, warning, error, or fatal error.</li> <li>A text string that describes what the problem is.</li> +<li>An option that indicates whether to print the diagnostic name [<a + href="#opt_fdiagnostics-show-name">-fdiagnostics-show-name</a>].</li> <li>An option that indicates how to control the diagnostic (for diagnostics that support it) [<a href="#opt_fdiagnostics-show-option">-fdiagnostics-show-option</a>].</li> |