diff options
author | David Blaikie <dblaikie@gmail.com> | 2012-02-15 19:45:34 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2012-02-15 19:45:34 +0000 |
commit | 040a3a28f1581e99afecfa462f38a70b7007df06 (patch) | |
tree | c62c144d2d2c271455c69304abc289fb500eadbc /clang/docs/UsersManual.html | |
parent | 74f7d50f6a5b2f74bb63bedae2d32590b8f594ce (diff) | |
download | bcm5719-llvm-040a3a28f1581e99afecfa462f38a70b7007df06.tar.gz bcm5719-llvm-040a3a28f1581e99afecfa462f38a70b7007df06.zip |
Remove the unuseful -fdiagnostics-show-name
This option was added in r129614 and doesn't have any use case that I'm aware
of. It's possible that external tools are using these names - and if that's
the case we can certainly reassess the functionality, but for now it lets us
shave out a few unneeded bits from clang.
Move the "StaticDiagNameIndex" table into the only remaining consumer, diagtool.
This removes the actual diagnostic name strings from clang entirely.
Reviewed by Chris Lattner & Ted Kremenek.
llvm-svn: 150612
Diffstat (limited to 'clang/docs/UsersManual.html')
-rw-r--r-- | clang/docs/UsersManual.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html index 26ee38280af..779e4028f82 100644 --- a/clang/docs/UsersManual.html +++ b/clang/docs/UsersManual.html @@ -535,8 +535,6 @@ 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> |