clang-1/lib/Frontend
Benjamin Kramer 92d6cd2eb7 Simplify code.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98437 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-13 11:34: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 The Windows build is just too weird; there's no real cost to doing the concurrency checks for ASTUnit in all builds 2010-03-05 22:19: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 No need to call setIdentifierInfo() after LookUpIdentifierInfo() which LookUpIdentifierInfo() will automatically do 2010-03-13 08:53:33 +00:00
CodeGenAction.cpp Revert changes r97693, r97700, and r97718. 2010-03-04 04:29:44 +00:00
CompilerInstance.cpp Lowercase for consistency 2010-03-06 12:07:48 +00:00
CompilerInvocation.cpp Re-introduce the ctor/dtor alias optimization, this time hidden behind a 2010-02-19 01:32:20 +00:00
DeclXML.cpp Improve XML output for C++ classes, from Olaf Krzikalla! 2010-03-08 18:51:03 +00:00
DependencyFile.cpp Rename to addPPCallbacks since we're effectively adding a callback and maybe chaining it to an existing one 2010-03-07 07:30:06 +00:00
DiagChecker.cpp Kill a few more random stderr uses. 2009-12-03 09:14:02 +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 When suggesting a typo correction for an @implementation without a 2010-01-06 23:44:25 +00:00
FrontendAction.cpp Lowercase for consistency 2010-03-06 12:07:48 +00:00
FrontendActions.cpp Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer. 2010-02-25 04:37:45 +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 Simplify code. 2010-03-13 11:34:41 +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 on both the mac and linux, /usr/local/include is treated 2010-03-06 19:38:10 +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 Add IdentifierTable::get() overload and start using it 2010-03-12 10:32:27 +00:00
PCHReaderDecl.cpp Remember whether a ParmVarDecl was spelled with a default argument or 2010-03-12 18:31:32 +00:00
PCHReaderStmt.cpp Extend ObjCMessageExpr for class method sends with the source location 2010-03-08 16:40:19 +00:00
PCHWriter.cpp Create a new InjectedClassNameType to represent bare-word references to the 2010-03-10 03:28:59 +00:00
PCHWriterDecl.cpp Remember whether a ParmVarDecl was spelled with a default argument or 2010-03-12 18:31:32 +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 Use SmallString instead of SmallVector 2010-03-13 10:17:05 +00:00
RewriteMacros.cpp No need to call setIdentifierInfo() after LookUpIdentifierInfo() which LookUpIdentifierInfo() will automatically do 2010-03-13 08:53:33 +00:00
RewriteObjC.cpp Add tentative support for accessing local variables with 2010-03-11 18:20:03 +00:00
RewriteTest.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
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 Use SmallString instead of SmallVector 2010-03-13 10:17: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 switch -Werror/-Wfatal-errors error conditions to use diagnostics instead 2009-12-23 18:53:37 +00:00