llvm-project/clang/lib/Frontend
Sebastian Redl 75d8a32817 Simplify global method pool implementation in Sema. No functionality change.
llvm-svn: 110078
2010-08-02 23:18:59 +00:00
..
ASTConsumers.cpp Simplify code. FunctionDecl and ObjCMethodDecl have some common interfaces. 2010-07-07 11:31:23 +00:00
ASTMerge.cpp FrontendAction: Track active file kind. 2010-06-07 23:25:49 +00:00
ASTUnit.cpp When using a precompiled preamble, save the diagnostics produced when 2010-08-02 20:51:39 +00:00
BoostConAction.cpp Another chunk of the new RecursiveASTVisitor implementation: switch the return 2010-06-10 10:31:57 +00:00
CMakeLists.txt Eliminate the "minimal" and printing parser actions, which only ever 2010-07-26 04:08:02 +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 Make macro weirdness in chained PCH work. This required changing the way PCHReader and PCHWriter are initialized to correctly pick up all initializer. On the upside, this means that there is far less repetition in the dependent PCH now. 2010-07-30 00:29:29 +00:00
CompilerInvocation.cpp Implement -fno-validate-pch at the -cc1 level, which suppresses most 2010-07-27 00:27:13 +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
FrontendAction.cpp Make macro weirdness in chained PCH work. This required changing the way PCHReader and PCHWriter are initialized to correctly pick up all initializer. On the upside, this means that there is far less repetition in the dependent PCH now. 2010-07-30 00:29:29 +00:00
FrontendActions.cpp Make macro weirdness in chained PCH work. This required changing the way PCHReader and PCHWriter are initialized to correctly pick up all initializer. On the upside, this means that there is far less repetition in the dependent PCH now. 2010-07-30 00:29:29 +00:00
FrontendOptions.cpp Frontend: Add FrontendAction support for handling LLVM IR inputs. 2010-06-07 23:26:47 +00:00
GeneratePCH.cpp Make macro weirdness in chained PCH work. This required changing the way PCHReader and PCHWriter are initialized to correctly pick up all initializer. On the upside, this means that there is far less repetition in the dependent PCH now. 2010-07-30 00:29:29 +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 Introduce basic support for loading a precompiled preamble while 2010-07-26 21:36:20 +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 Query only the latest version of an identifier in the PCH chain. Make sure this version holds the entire declaration chain. This is a much saner solution than trying to merge the info from all elements, and makes redeclarations work properly. Expand the declarations test case to cover more compliated cases. 2010-08-02 18:30:12 +00:00
PCHReaderDecl.cpp Refactor the way PCHReader tracks whether we are in recursive loading. 2010-07-30 10:03:16 +00:00
PCHReaderStmt.cpp Implement PCH support for offsetof(base-specifier). 2010-07-29 18:16:10 +00:00
PCHWriter.cpp Simplify global method pool implementation in Sema. No functionality change. 2010-08-02 23:18:59 +00:00
PCHWriterDecl.cpp Change the name to something less terrible; suggestion by Doug. No functionality change. 2010-07-29 20:08:05 +00:00
PCHWriterStmt.cpp Implement PCH support for offsetof(base-specifier). 2010-07-29 18:16:10 +00:00
PrintPreprocessedOutput.cpp Modify the pragma handlers to accept and use StringRefs instead of IdentifierInfos. 2010-07-13 09:07:17 +00:00
StmtXML.cpp Completely reimplement __builtin_offsetof, based on a patch by Roberto 2010-04-28 22:16:22 +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 add regex support for -verify mode. You can now do things like 2010-04-28 20:02:30 +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