hanchenye-llvm-project/clang/lib/Frontend
Daniel Dunbar e43887bd2b Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable
Clang++ support, even in "Production" mode (for testing purposes).

llvm-svn: 100119
2010-04-01 18:21:41 +00:00
..
ASTConsumers.cpp Eliminate the ASTContext parameter from RecordDecl::getDefinition() 2010-02-11 01:04:33 +00:00
ASTMerge.cpp ASTUnit: Constant fold UseBumpAllocator to true, we don't care to support this as an argument. 2010-02-16 01:55:04 +00:00
ASTUnit.cpp Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable 2010-04-01 18:21:41 +00:00
AnalysisConsumer.cpp Change LLVMConventionsChecker to accept an entire translation unit instead 2010-02-14 19:09:05 +00:00
CMakeLists.txt Update CMake makefiles 2010-02-25 04:52:01 +00:00
CacheTokens.cpp Make some typedefs private 2010-03-18 07:45:30 +00:00
CodeGenAction.cpp Revert changes r97693, r97700, and r97718. 2010-03-04 04:29:44 +00:00
CompilerInstance.cpp Teach Clang's -cc1 option -print-stats to print LLVM statistics. 2010-03-30 17:33:59 +00:00
CompilerInvocation.cpp Implement support for -nostdc++. Fixes PR6446. 2010-03-24 20:13:48 +00:00
DeclXML.cpp Improve XML output for C++ classes, from Olaf Krzikalla! 2010-03-08 18:51:03 +00:00
DependencyFile.cpp PPCallbacks: Add hook for reaching the end of the main file, and fix DependencyFile to not do work in its destructor. 2010-03-23 05:09:10 +00:00
DiagChecker.cpp Kill a few more random stderr uses. 2009-12-03 09:14:02 +00:00
DocumentXML.cpp
FixItRewriter.cpp Reinstate my CodeModificationHint -> FixItHint renaming patch, without 2010-03-31 17:46:05 +00:00
FrontendAction.cpp PPCallbacks: Add hook for reaching the end of the main file, and fix DependencyFile to not do work in its destructor. 2010-03-23 05:09:10 +00:00
FrontendActions.cpp clang -cc1: Kill off -empty-input only, and replace with -init-only which is an 2010-03-19 19:44:04 +00:00
FrontendOptions.cpp
GeneratePCH.cpp
HTMLDiagnostics.cpp Reinstate my CodeModificationHint -> FixItHint renaming patch, without 2010-03-31 17:46:05 +00:00
HTMLPrint.cpp Fix for PR4642: move work in HTMLPrinter out of the destructor. 2009-12-12 03:36:52 +00:00
InitHeaderSearch.cpp Implement support for -nostdc++. Fixes PR6446. 2010-03-24 20:13:48 +00:00
InitPreprocessor.cpp When given unsaved files in clang_createTranslationUnitFromSourceFile, 2010-02-27 01:32:48 +00:00
LangStandards.cpp Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave 2009-12-12 05:05:38 +00:00
Makefile Allow users to set CPPFLAGS and CXXFLAGS on the make command line. 2010-03-12 22:55:16 +00:00
PCHReader.cpp Rename TypenameType to DependentNameType in anticipation of some 2010-03-31 17:34:00 +00:00
PCHReaderDecl.cpp Remember declaration scope qualifiers in the AST. Imposes no memory overhead 2010-03-15 10:12:16 +00:00
PCHReaderStmt.cpp Extend ObjCMessageExpr for class method sends with the source location 2010-03-08 16:40:19 +00:00
PCHWriter.cpp Rename TypenameType to DependentNameType in anticipation of some 2010-03-31 17:34:00 +00:00
PCHWriterDecl.cpp Remember declaration scope qualifiers in the AST. Imposes no memory overhead 2010-03-15 10:12:16 +00:00
PCHWriterStmt.cpp Extend ObjCMessageExpr for class method sends with the source location 2010-03-08 16:40:19 +00:00
PlistDiagnostics.cpp Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' 2010-01-25 17:10:22 +00:00
PrintParserCallbacks.cpp Add attributes to namespace decls. 2010-02-07 01:09:23 +00:00
PrintPreprocessedOutput.cpp Entering the main source file in the preprocessor can fail if the 2010-03-17 15:44:30 +00:00
RewriteMacros.cpp Entering the main source file in the preprocessor can fail if the 2010-03-17 15:44:30 +00:00
RewriteObjC.cpp the big refactoring bits of PR3782. 2010-03-30 20:24:48 +00:00
RewriteTest.cpp
StmtXML.cpp Use the llvm coding convention for indentation for switch. 2010-01-20 02:03:14 +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 Reinstate my CodeModificationHint -> FixItHint renaming patch, without 2010-03-31 17:46:05 +00:00
TypeXML.cpp Use the llvm coding convention for indentation for switch. 2010-01-20 02:03:14 +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 Simplify ProcessWarningOptions since it can't fail 2010-03-17 09:36:02 +00:00