hanchenye-llvm-project/clang/lib/Frontend
Alp Toker bc043f27f4 Fix getCustomDiagID() usage in CodeGen and TextDiagnosticBuffer
DiagIDs are a cached resource generally only constructed from compile-time
constant or stable format strings.

Escaping arbitrary messages and constructing DiagIDs from them didn't make
sense.

llvm-svn: 197856
2013-12-21 05:20:03 +00:00
..
ASTConsumers.cpp
ASTMerge.cpp
ASTUnit.cpp Remove obsolete preamble FIXME 2013-12-20 22:27:20 +00:00
CMakeLists.txt [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on target_link_libraries() and LLVM_LINK_COMPONENTS. 2013-12-09 19:04:43 +00:00
CacheTokens.cpp
ChainedDiagnosticConsumer.cpp
ChainedIncludesSource.cpp
CompilerInstance.cpp Modules: Don't warn upon missing headers while reading the module map. 2013-12-17 10:31:37 +00:00
CompilerInvocation.cpp [Driver] Rename '-objcmt-white-list-dir-path' option to '-objcmt-whitelist-dir-path' and add an alias for now. 2013-12-10 18:36:53 +00:00
CreateInvocationFromCommandLine.cpp
DependencyFile.cpp
DependencyGraph.cpp
DiagnosticRenderer.cpp
FrontendAction.cpp Remove a whole lot of unused variables 2013-11-27 05:22:15 +00:00
FrontendActions.cpp Modules: Don't warn upon missing headers while reading the module map. 2013-12-17 10:31:37 +00:00
FrontendOptions.cpp
HeaderIncludeGen.cpp
InitHeaderSearch.cpp With the new update to the ABI, we should not look for installations 2013-12-12 20:30:41 +00:00
InitPreprocessor.cpp Add support for C++'s SD6 feature test macros. 2013-11-27 22:58:16 +00:00
LangStandards.cpp
LayoutOverrideSource.cpp
LogDiagnosticPrinter.cpp
Makefile
MultiplexConsumer.cpp
PrintPreprocessedOutput.cpp Revert r196372, "do not warn about unknown pragmas in modes that do not handle them (pr9537)" 2013-12-04 11:12:26 +00:00
SerializedDiagnosticPrinter.cpp
TextDiagnostic.cpp
TextDiagnosticBuffer.cpp Fix getCustomDiagID() usage in CodeGen and TextDiagnosticBuffer 2013-12-21 05:20:03 +00:00
TextDiagnosticPrinter.cpp
VerifyDiagnosticConsumer.cpp Revert "Don't require -re suffix on -verify directives with regexes." 2013-12-14 01:07:05 +00:00
Warnings.cpp