clang-1/lib/Frontend
Douglas Gregor 349d38cef0 Move include to the proper place. No functionality change
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111204 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-16 23:08:34 +00:00
..
ASTConsumers.cpp Send AST dumping/printing to stdout instead of stderr. 2010-08-03 17:29:57 +00:00
ASTMerge.cpp Teach ASTUnit to hold on to the Sema object and ASTConsumer that are 2010-08-13 03:15:25 +00:00
ASTUnit.cpp Move include to the proper place. No functionality change 2010-08-16 23:08:34 +00:00
BoostConAction.cpp Another chunk of the new RecursiveASTVisitor implementation: switch the return 2010-06-10 10:31:57 +00:00
CMakeLists.txt Frontend: Move the bulk of the cc1_main() processing into 2010-08-12 02:53:12 +00:00
CacheTokens.cpp PTH generation: Don't save the leading '#' token in a null directive. This unbreaks using PTH with Boost (<rdar://problem/8227989>). 2010-07-27 02:58:57 +00:00
CompilerInstance.cpp Extend the code-completion caching infrastructure to include global 2010-08-15 06:18:01 +00:00
CompilerInvocation.cpp Add two options for playing with modules. 2010-08-16 18:17:11 +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 Kill a few more random stderr uses. 2009-12-03 09:14:02 +00:00
DocumentXML.cpp Improved -ast-print-xml for C++, from Sebastien Binet! 2010-05-10 17:43:18 +00:00
ExecuteCompilerInvocation.cpp Add two options for playing with modules. 2010-08-16 18:17:11 +00:00
FrontendAction.cpp Teach CompilerInstance to create and hold on to the Sema object used 2010-08-12 23:31:19 +00:00
FrontendActions.cpp Reshuffle the PCH generator action and consumer, so that we can re-use 2010-08-03 08:14:03 +00:00
FrontendOptions.cpp Frontend: Add FrontendAction support for handling LLVM IR inputs. 2010-06-07 23:26:47 +00:00
GeneratePCH.cpp Reshuffle the PCH generator action and consumer, so that we can re-use 2010-08-03 08:14:03 +00:00
InitHeaderSearch.cpp Driver/OpenBSD: Update toolchain for compiler changes / C++; patch by Jonathan 2010-08-01 23:13:54 +00:00
InitPreprocessor.cpp PR7795: Fix the definition of __WCHAR_MAX__ with -fshort-wchar. 2010-08-03 17:34:19 +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
PCHReader.cpp Change Sema's UnusedStaticFuncs to UnusedFileScopedDecls to allow also keeping track of unused file scoped variables. 2010-08-13 18:42:17 +00:00
PCHReaderDecl.cpp Instead of modifying the ObjC AST to not modify existing declarations, teach chained PCH to overwrite declarations from earlier PCH files in dependent ones. Tell Sema to note when it changes AST nodes so that they have to be reserialized. Finally, the ObjCProtocolDecls created in forward decls, like the ObjCInterfaceDecls in @class forward decls, are not lexically part of the decl context; only the definition is. 2010-08-13 00:28:03 +00:00
PCHReaderStmt.cpp Added locations and type source info for DeclarationName. 2010-08-11 22:01:17 +00:00
PCHWriter.cpp Change Sema's UnusedStaticFuncs to UnusedFileScopedDecls to allow also keeping track of unused file scoped variables. 2010-08-13 18:42:17 +00:00
PCHWriterDecl.cpp Instead of modifying the ObjC AST to not modify existing declarations, teach chained PCH to overwrite declarations from earlier PCH files in dependent ones. Tell Sema to note when it changes AST nodes so that they have to be reserialized. Finally, the ObjCProtocolDecls created in forward decls, like the ObjCInterfaceDecls in @class forward decls, are not lexically part of the decl context; only the definition is. 2010-08-13 00:28:03 +00:00
PCHWriterStmt.cpp Added locations and type source info for DeclarationName. 2010-08-11 22:01:17 +00:00
PrintPreprocessedOutput.cpp Push location through the MacroUndefined PPCallback and use it to print #undefs in -dD mode. (PR7818) 2010-08-07 22:27:00 +00:00
StmtXML.cpp Zap unused UnaryOperator::OffsetOf. 2010-08-13 01:36:11 +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 Bug 7377: printf checking fails to flag some undefined behavior 2010-06-21 21:21:01 +00:00
TypeXML.cpp Use the llvm coding convention for indentation for switch. 2010-01-20 02:03:14 +00:00
VerifyDiagnosticsClient.cpp Remove ATTRIBUTE_UNUSED from the common pattern of disallowing copying. 2010-08-15 10:17:39 +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