hanchenye-llvm-project/clang/lib/Frontend
Daniel Dunbar f5bda7b5eb Use llvm_report_error instead of fprintf + assert + exit.
llvm-svn: 90438
2009-12-03 09:13:36 +00:00
..
ASTConsumers.cpp Audit the code for places where it is assumed that every base specifier refers to a RecordType. Add assertions or conditions as appropriate. This fixes another crash in the Apache stdlib vector. 2009-10-25 17:03:50 +00:00
ASTUnit.cpp Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; propogate and simplify. 2009-12-03 01:45:44 +00:00
AnalysisConsumer.cpp Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. 2009-11-28 10:07:24 +00:00
Backend.cpp Fix BackendConsumer to use proper diagnostics. 2009-12-03 09:12:54 +00:00
CMakeLists.txt Factor out a LangStandard class and coalesce the information about the standards into LangStandards.def 2009-11-26 02:14:31 +00:00
CacheTokens.cpp Fix PR5633 by making the preprocessor handle the case where we can 2009-11-30 04:18:44 +00:00
CompilerInstance.cpp Fix CompilerInstance::createOutputFile to use proper diagnostics, and (try to) update all clients to be able to handle failure. 2009-12-03 09:13:30 +00:00
CompilerInvocation.cpp Switch PCHReader::getOriginalSourceFile to use proper diagnostics. 2009-12-03 09:13:06 +00:00
DeclXML.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
DependencyFile.cpp Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. 2009-11-28 10:07:24 +00:00
DiagChecker.cpp Fix PR5633 by making the preprocessor handle the case where we can 2009-11-30 04:18:44 +00:00
DocumentXML.cpp First part of changes to eliminate problems with cv-qualifiers and 2009-11-16 21:35:15 +00:00
FixItRewriter.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
FrontendAction.cpp Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; propogate and simplify. 2009-12-03 01:45:44 +00:00
FrontendActions.cpp Fix CompilerInstance::createOutputFile to use proper diagnostics, and (try to) update all clients to be able to handle failure. 2009-12-03 09:13:30 +00:00
FrontendOptions.cpp recognize .hpp as c++ (needed for ./configure'ing boost) 2009-11-17 15:36:35 +00:00
GeneratePCH.cpp Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. 2009-11-28 10:07:24 +00:00
HTMLDiagnostics.cpp Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. 2009-11-28 10:07:24 +00:00
HTMLPrint.cpp Kill PreprocessorFactory, which was both morally repugnant and totally unused. 2009-11-04 23:56:25 +00:00
InitHeaderSearch.cpp Put back hard-coded paths for win32 until I figure out what happened to failed tests. 2009-11-23 17:49:27 +00:00
InitPreprocessor.cpp Extend -remap-file=from;to to permit mapping from a non-existent 2009-12-02 18:12:28 +00:00
LangStandards.cpp Factor out a LangStandard class and coalesce the information about the standards into LangStandards.def 2009-11-26 02:14:31 +00:00
Makefile Installation of Clang libraries and headers, from Axel Naumann! 2009-10-08 22:15:31 +00:00
PCHReader.cpp Switch PCHReader::getOriginalSourceFile to use proper diagnostics. 2009-12-03 09:13:06 +00:00
PCHReaderDecl.cpp Parse C++ member check attributes - base_check, hiding, and override. 2009-11-25 04:20:27 +00:00
PCHReaderStmt.cpp Eliminate CXXConditionDeclExpr with extreme prejudice. 2009-11-25 00:27:52 +00:00
PCHWriter.cpp Add DeclarationName support for C++0x operator literals. They should now work as 2009-11-29 07:34:05 +00:00
PCHWriterDecl.cpp Use llvm_report_error instead of fprintf + assert + exit. 2009-12-03 09:13:36 +00:00
PCHWriterStmt.cpp Eliminate CXXConditionDeclExpr with extreme prejudice. 2009-11-25 00:27:52 +00:00
PlistDiagnostics.cpp Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. 2009-11-28 10:07:24 +00:00
PrintParserCallbacks.cpp Eliminate CXXConditionDeclExpr with extreme prejudice. 2009-11-25 00:27:52 +00:00
PrintPreprocessedOutput.cpp Add PreprocessorOutputOptions to CompilerInvocation, and move initialization to 2009-11-11 10:07:44 +00:00
RewriteBlocks.cpp Change all the Type::getAsFoo() methods to specializations of Type::getAs(). 2009-09-21 23:43:11 +00:00
RewriteMacros.cpp Fix PR5633 by making the preprocessor handle the case where we can 2009-11-30 04:18:44 +00:00
RewriteObjC.cpp Centralize and complete the computation of value- and type-dependence for DeclRefExprs 2009-11-23 11:41:28 +00:00
RewriteTest.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
StmtXML.cpp Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. 2009-11-28 10:07:24 +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 Allow TextDiagnosticPrinter to have optional ownership of its output stream. 2009-11-11 09:38:24 +00:00
TypeXML.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
VerifyDiagnosticsClient.cpp Fix PR5633 by making the preprocessor handle the case where we can 2009-11-30 04:18:44 +00:00
Warnings.cpp Move warning options into DiagnosticOptions. 2009-11-12 07:28:44 +00:00