llvm-project/clang/lib/Frontend
David Blaikie 040a3a28f1 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
2012-02-15 19:45:34 +00:00
..
ASTConsumers.cpp Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue 2011-11-18 00:26:59 +00:00
ASTMerge.cpp Use variable in place of multiple CI.getFrontendOpts() calls and use a bit 2012-02-04 01:36:04 +00:00
ASTUnit.cpp Basic: import SmallString<> into clang namespace 2012-02-05 02:13:05 +00:00
CMakeLists.txt Introduce a -cc1 option "-dependency-graphviz" that determines header 2012-02-02 00:54:52 +00:00
CacheTokens.cpp Basic: import SmallString<> into clang namespace 2012-02-05 02:13:05 +00:00
ChainedDiagnosticConsumer.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
ChainedIncludesSource.cpp Basic: import OwningPtr<> into clang namespace 2012-02-05 02:12:40 +00:00
CompilerInstance.cpp Basic: import SmallString<> into clang namespace 2012-02-05 02:13:05 +00:00
CompilerInvocation.cpp Remove the unuseful -fdiagnostics-show-name 2012-02-15 19:45:34 +00:00
CreateInvocationFromCommandLine.cpp Basic: import SmallString<> into clang namespace 2012-02-05 02:13:05 +00:00
DependencyFile.cpp Delete the depfile if we could not open a header file. We cannot 2011-11-21 00:01:14 +00:00
DependencyGraph.cpp Rename -dependency-graphviz to -dependencncy-dot 2012-02-02 23:45:13 +00:00
DiagnosticRenderer.cpp Refactor DiagnosticRenderer and SDiagsRenderer to have some functionality 2012-02-14 02:46:00 +00:00
FrontendAction.cpp Print NamedDecls directly to a raw_ostream where possible. 2012-02-07 11:57:57 +00:00
FrontendActions.cpp Basic: import SmallString<> into clang namespace 2012-02-05 02:13:05 +00:00
FrontendOptions.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
HeaderIncludeGen.cpp Basic: import SmallString<> into clang namespace 2012-02-05 02:13:05 +00:00
InitHeaderSearch.cpp Add some Solaris include paths and fix a -lgcc_eh that apparently should be -lgcc_s. 2012-02-15 18:24:31 +00:00
InitPreprocessor.cpp Basic: import SmallString<> into clang namespace 2012-02-05 02:13:05 +00:00
LangStandards.cpp Remove unnecessary default cases in switches over enums. 2012-01-17 02:30:50 +00:00
LayoutOverrideSource.cpp Move instantiateTemplateAttribute into the sema namespace, make helpers static. 2012-02-06 11:13:08 +00:00
LogDiagnosticPrinter.cpp Basic: import SmallString<> into clang namespace 2012-02-05 02:13:05 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
MultiplexConsumer.cpp [libclang] Indexing API: Fully index implict template instantiations. 2012-02-10 20:10:44 +00:00
PrintPreprocessedOutput.cpp Revert my patches which removed Diagnostic.h includes by moving some operator overloads out of line. 2012-02-07 22:29:24 +00:00
SerializedDiagnosticPrinter.cpp Refactor DiagnosticRenderer and SDiagsRenderer to have some functionality 2012-02-14 02:46:00 +00:00
TextDiagnostic.cpp Refactor DiagnosticRenderer and SDiagsRenderer to have some functionality 2012-02-14 02:46:00 +00:00
TextDiagnosticBuffer.cpp Basic: import SmallString<> into clang namespace 2012-02-05 02:13:05 +00:00
TextDiagnosticPrinter.cpp Remove the unuseful -fdiagnostics-show-name 2012-02-15 19:45:34 +00:00
VerifyDiagnosticConsumer.cpp Basic: import SmallString<> into clang namespace 2012-02-05 02:13:05 +00:00
Warnings.cpp Fix 80-column violation. 2012-01-31 19:31:12 +00:00