teak-llvm/clang/lib/Frontend
Seth Cantrell ee2effd264 remove duplicate data array
llvm-svn: 167007
2012-10-30 06:13:52 +00:00
..
ASTConsumers.cpp Fixed crash and added a test and a minor output problem 2012-08-17 17:38:39 +00:00
ASTMerge.cpp Make DiagnosticOptions intrusively reference-counted, and make sure 2012-10-23 22:26:28 +00:00
ASTUnit.cpp Move getOriginalSourceFileName inline. Patch by Laszlo Nagy. 2012-10-29 23:26:40 +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 Make DiagnosticOptions intrusively reference-counted, and make sure 2012-10-23 22:26:28 +00:00
CMakeLists.txt clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
CompilerInstance.cpp Teach the preprocessor to hold onto the preprocessor options. 2012-10-24 17:46:57 +00:00
CompilerInvocation.cpp Reverted back the changes made in 166868 and in 166869 2012-10-27 10:44:42 +00:00
CreateInvocationFromCommandLine.cpp Make DiagnosticOptions intrusively reference-counted, and make sure 2012-10-23 22:26:28 +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 Make DiagnosticOptions intrusively reference-counted, and make sure 2012-10-23 22:26:28 +00:00
FrontendAction.cpp Teach the PCH validator to check the preprocessor options, especially 2012-10-24 23:41:50 +00:00
FrontendActions.cpp [modules] Consistently construct a buffer as input to build the module. 2012-10-10 02:12:39 +00:00
FrontendOptions.cpp
HeaderIncludeGen.cpp
InitHeaderSearch.cpp Move HeaderSearchOptions into the Lex library, make it intrusively 2012-10-24 16:19:39 +00:00
InitPreprocessor.cpp Move PreprocessorOptions into the Lex library, and make it intrusively 2012-10-24 17:01:35 +00:00
LangStandards.cpp
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
PrintPreprocessedOutput.cpp Keep history of macro definitions and #undefs 2012-08-29 00:20:03 +00:00
SerializedDiagnosticPrinter.cpp Make DiagnosticOptions intrusively reference-counted, and make sure 2012-10-23 22:26:28 +00:00
TextDiagnostic.cpp remove duplicate data array 2012-10-30 06:13:52 +00:00
TextDiagnosticBuffer.cpp
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