hanchenye-llvm-project/clang/lib/Frontend
Rafael Espindola b0448cd52a Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and
is not used in any #ifdef.

llvm-svn: 168703
2012-11-27 16:10:37 +00:00
..
ASTConsumers.cpp Use color for -ast-dump-filter only when it is supported 2012-11-21 10:54:55 +00:00
ASTMerge.cpp Make DiagnosticOptions intrusively reference-counted, and make sure 2012-10-23 22:26:28 +00:00
ASTUnit.cpp Since CreateTargetInfo is taking ownership of the target options, pass 2012-11-16 04:24:59 +00:00
CMakeLists.txt clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
CacheTokens.cpp Switch PTH format from a 7 byte magic number to an 8 byte one, to avoid 2012-08-17 03:55:43 +00:00
ChainedDiagnosticConsumer.cpp Remove spurious mode marker from .cpp file. 2012-10-29 06:05:01 +00:00
ChainedIncludesSource.cpp Since CreateTargetInfo is taking ownership of the target options, pass 2012-11-16 04:24:59 +00:00
CompilerInstance.cpp Frontend: Create a virtual file for named pipe inputs. 2012-11-27 00:04:16 +00:00
CompilerInvocation.cpp PR14306: Move -fbounds-checking to -fsanitize=bounds. 2012-11-23 10:39:49 +00:00
CreateInvocationFromCommandLine.cpp Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and 2012-11-27 16:10:37 +00:00
DependencyFile.cpp For PPCallbacks::InclusionDirective() add a parameter for the module, whenever 2012-09-29 01:06:10 +00:00
DependencyGraph.cpp For PPCallbacks::InclusionDirective() add a parameter for the module, whenever 2012-09-29 01:06:10 +00:00
DiagnosticRenderer.cpp Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode for 2012-11-14 23:55:25 +00:00
FrontendAction.cpp Turn FrontendInputFile into an immutable class and have it also accept 2012-11-09 19:40:39 +00:00
FrontendActions.cpp [modules] Use a memory buffer directly as input for the module includes, 2012-11-15 18:57:27 +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 Move HeaderSearchOptions into the Lex library, make it intrusively 2012-10-24 16:19:39 +00:00
InitPreprocessor.cpp Make __LDBL_MAX__ etc. have the correct type on targets where long double/double/etc. have the same format. PR14285. 2012-11-10 00:20:38 +00:00
LangStandards.cpp Remove unnecessary default cases in switches over enums. 2012-01-17 02:30:50 +00:00
LayoutOverrideSource.cpp Add missing cctype includes. 2012-08-10 10:58:18 +00:00
LogDiagnosticPrinter.cpp Make DiagnosticOptions intrusively reference-counted, and make sure 2012-10-23 22:26:28 +00:00
Makefile
MultiplexConsumer.cpp Replace MarkVarRequired with a more generic 2012-03-08 15:51:03 +00:00
PrintPreprocessedOutput.cpp CPP Output: Do not emit an enter file marker for the main file. 2012-11-16 01:51:11 +00:00
SerializedDiagnosticPrinter.cpp Make DiagnosticOptions intrusively reference-counted, and make sure 2012-10-23 22:26:28 +00:00
TextDiagnostic.cpp only truncate source lines in text diagnostics when 2012-11-03 23:56:43 +00:00
TextDiagnosticBuffer.cpp Basic: import SmallString<> into clang namespace 2012-02-05 02:13:05 +00:00
TextDiagnosticPrinter.cpp Make DiagnosticOptions intrusively reference-counted, and make sure 2012-10-23 22:26:28 +00:00
VerifyDiagnosticConsumer.cpp Change VerifyDiagnosticConsumer so that it *must* contain at least one "expected-*" directive. As a result, for test-cases that are not expected to generate any diagnostics, an additional directive "expected-no-diagnostics" has been implemented which can then be included in such test-cases. This new directive may not be used in conjunction with any other "expected-*" directive. 2012-10-19 12:49:32 +00:00
Warnings.cpp Use a .def file for most of the diagnostic options. 2012-10-23 23:11:23 +00:00