llvm-project/clang/lib/Frontend
Bob Wilson 05de0298d2 Rip out flags for controlling C++ "production mode" separately.
This is old leftover cruft from the days when C++ was not yet ready
for prime time.

llvm-svn: 141063
2011-10-04 05:34:14 +00:00
..
ASTConsumers.cpp When 'bool' is not a built-in type but is defined as a macro, print 2011-09-27 22:38:19 +00:00
ASTMerge.cpp Rename Diagnostic to DiagnosticsEngine as per issue 5397 2011-09-25 23:23:43 +00:00
ASTUnit.cpp Introduce a pure virtual clone() method to DiagnosticConsumer, so that 2011-09-29 00:38:00 +00:00
CMakeLists.txt Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397 2011-09-26 00:38:03 +00:00
CacheTokens.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
CompilerInstance.cpp When build a module on demand, run the module-building job on a 2011-10-04 00:21:21 +00:00
CompilerInvocation.cpp Make -fobjc-nonfragile-abi the -cc1 default, since it's the 2011-10-02 01:16:38 +00:00
CreateInvocationFromCommandLine.cpp Rip out flags for controlling C++ "production mode" separately. 2011-10-04 05:34:14 +00:00
DependencyFile.cpp Change err_pp_file_not_found back to an Error; when it's a Warning, we suppress it in system headers. And it is not a good idea to suppress it in system headers. (This was originally changed in r134996 to implement -MG.) 2011-08-30 23:07:51 +00:00
FrontendAction.cpp Rename Diagnostic to DiagnosticsEngine as per issue 5397 2011-09-25 23:23:43 +00:00
FrontendActions.cpp Don't translate CRLF files into LF files. Fixes PR6870, from Aaron Ballman! 2011-09-23 23:43:36 +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 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
InitHeaderSearch.cpp Reenable -cxx-isystem for Objective C++, until I come up with a better solution 2011-09-23 02:25:14 +00:00
InitPreprocessor.cpp Remove the egregious hack that made Objective-C++ ARC work with older 2011-09-27 22:48:19 +00:00
LangStandards.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
LogDiagnosticPrinter.cpp Introduce a pure virtual clone() method to DiagnosticConsumer, so that 2011-09-29 00:38:00 +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 [PCH] Overhaul how preprocessed entities are [de]serialized. 2011-09-15 18:02:56 +00:00
PrintPreprocessedOutput.cpp Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear that this flag must be used only for Microsoft extensions and not emulation; to avoid confusion with the new LangOptions::MicrosoftMode flag. 2011-09-17 17:15:52 +00:00
TextDiagnosticBuffer.cpp Introduce a pure virtual clone() method to DiagnosticConsumer, so that 2011-09-29 00:38:00 +00:00
TextDiagnosticPrinter.cpp Basic/Diagnostics: Add an isDefaultMappingAsError method, and switch TextDiagnosticPrinter to use that instead of extracting the current mapping via getDiagnosticLevel, which fixes one class of corner cases w.r.t. printing the "-Werror" diagnostic option marker. 2011-09-29 01:01:08 +00:00
VerifyDiagnosticConsumer.cpp Introduce a pure virtual clone() method to DiagnosticConsumer, so that 2011-09-29 00:38:00 +00:00
Warnings.cpp Basic/Diagnostic: Factor out 2011-09-29 00:53:47 +00:00