llvm-project/clang/lib/Frontend
Daniel Dunbar 19939cc380 Driver: Handle -f{no-}honor-infinities, -f{no-}honor-nans, and
-ffinite-math-only.
 - No test case yet, I don't know how to construct a situation where this
   matters.

llvm-svn: 146297
2011-12-09 23:41:18 +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 Rename Diagnostic to DiagnosticsEngine as per issue 5397 2011-09-25 23:23:43 +00:00
ASTUnit.cpp Promote ModuleMap::Module to a namespace-scope class in the Basic 2011-11-30 23:21:26 +00:00
CMakeLists.txt Move ChainedIncludesSource into the Frontend library. This never really 2011-12-09 01:55:54 +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
ChainedIncludesSource.cpp Move ChainedIncludesSource into the Frontend library. This never really 2011-12-09 01:55:54 +00:00
CompilerInstance.cpp Keep track of import dependencies between submodules within the module 2011-12-08 17:01:29 +00:00
CompilerInvocation.cpp Driver: Handle -f{no-}honor-infinities, -f{no-}honor-nans, and 2011-12-09 23:41:18 +00:00
CreateInvocationFromCommandLine.cpp rename getHostTriple into getDefaultTargetTriple in clang 2011-11-01 21:33:06 +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
FrontendAction.cpp Move ChainedIncludesSource into the Frontend library. This never really 2011-12-09 01:55:54 +00:00
FrontendActions.cpp Implement umbrella directories for modules, which are similar to 2011-12-08 19:11:24 +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 For the FileChanged Preprocessor callback, when exiting a file, pass its FileID. 2011-10-11 17:29:44 +00:00
InitHeaderSearch.cpp Add a couple more GCC versions to C++ search paths for MinGW. Patch by Ruben Van Boxem. 2011-11-28 23:58:55 +00:00
InitPreprocessor.cpp Move a free function from the Frontend library into the Lex library as 2011-12-09 01:33:57 +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 [libclang] Indexing API: If the client requested to get a CXTranslationUnit after 2011-11-28 04:56:00 +00:00
PrintPreprocessedOutput.cpp For the FileChanged Preprocessor callback, when exiting a file, pass its FileID. 2011-10-11 17:29:44 +00:00
SerializedDiagnosticPrinter.cpp Make changes to SDiagsWriter to make it work in combination with the ARC migrator: 2011-12-07 05:52:12 +00:00
TextDiagnostic.cpp Switch to a more natural formatting of the macro name printing. 2011-10-24 18:51:08 +00:00
TextDiagnosticBuffer.cpp Introduce a pure virtual clone() method to DiagnosticConsumer, so that 2011-09-29 00:38:00 +00:00
TextDiagnosticPrinter.cpp Persist the TextDiagnostic object across multiple diagnostics as long as 2011-10-16 02:57:39 +00:00
VerifyDiagnosticConsumer.cpp Introduce a pure virtual clone() method to DiagnosticConsumer, so that 2011-09-29 00:38:00 +00:00
Warnings.cpp Add missing equals. 2011-11-28 22:17:09 +00:00