llvm-project/clang/lib/Frontend
Douglas Gregor e10f0e5670 If we fail to create a temporary file for the precompiled preamble,
just abort creation of the precompiled preamble rather than doing
silly things. This is the second part of the fix for the weird
preamble-related failures on Windows. Big thanks to Francois Pichet
for the great detective work!

llvm-svn: 113697
2010-09-11 17:56:52 +00:00
..
ASTConsumers.cpp Send AST dumping/printing to stdout instead of stderr. 2010-08-03 17:29:57 +00:00
ASTMerge.cpp More PCH -> AST renaming. 2010-08-18 23:57:06 +00:00
ASTUnit.cpp If we fail to create a temporary file for the precompiled preamble, 2010-09-11 17:56:52 +00:00
BoostConAction.cpp Another chunk of the new RecursiveASTVisitor implementation: switch the return 2010-06-10 10:31:57 +00:00
CMakeLists.txt CMake: Update to use standard CMake dependency tracking facilities instead 2010-09-10 21:13:16 +00:00
CacheTokens.cpp zap dead code. 2010-09-04 18:12:20 +00:00
CompilerInstance.cpp createMainFileID doesn't need its IncludePos argument, since 2010-08-27 15:44:11 +00:00
CompilerInvocation.cpp Added AnalyzerStatsChecker, a path sensitive check that reports visitation statistics about analysis. Running clang with the -analyzer-stats flag will emit warnings containing the information. We can then run a postanalysis script to take this data and give useful information about how much the analyzer missed in a project. 2010-09-10 00:44:44 +00:00
DeclXML.cpp "this patch properly addresses escaping < and > which might appear 2010-05-12 23:27:11 +00:00
DependencyFile.cpp It's not necessary to call flush() on a raw_ostream immediately prior 2010-07-26 21:29:50 +00:00
DiagChecker.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
DocumentXML.cpp Improved -ast-print-xml for C++, from Sebastien Binet! 2010-05-10 17:43:18 +00:00
FrontendAction.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
FrontendActions.cpp Rename PCHWriter.h to ASTWriter.h 2010-08-18 23:56:37 +00:00
FrontendOptions.cpp Frontend: Add FrontendAction support for handling LLVM IR inputs. 2010-06-07 23:26:47 +00:00
InitHeaderSearch.cpp add latest gentoo gcc path 2010-09-11 17:51:45 +00:00
InitPreprocessor.cpp Tell the VS headers that char16_t and char32_t are keywords, so yvals.h doesn't try to define them as typedefs. 2010-09-05 23:16:22 +00:00
LangStandards.cpp rename llvm::llvm_report_error -> llvm::report_fatal_error 2010-04-07 22:58:06 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
PrintPreprocessedOutput.cpp Make sure we're producing a newline in the preprocessed output before 2010-09-10 22:27:29 +00:00
StmtXML.cpp Convert all uses of StringLiteral::getStrData() to StringLiteral::getString() 2010-08-17 12:54:38 +00:00
TextDiagnosticBuffer.cpp Add TextDiagnosticBuffer::FlushDiagnostics, for forwarding the buffered diagnostics to a different diagnostics engine. 2009-11-30 08:41:34 +00:00
TextDiagnosticPrinter.cpp Eliminate some extraneous whitespace in the machine-parseable Fix-It output. 2010-08-20 03:17:33 +00:00
TypeXML.cpp Use the llvm coding convention for indentation for switch. 2010-01-20 02:03:14 +00:00
VerifyDiagnosticsClient.cpp StringRefize. 2010-09-01 17:28:48 +00:00
Warnings.cpp Add an option -fshow-overloads=best|all to limit the number of overload 2010-06-11 05:57:47 +00:00