hanchenye-llvm-project/clang/lib/Frontend
Fariborz Jahanian 8bb35c4d7c Fixes a bug whereby static const block var has static
moved incorrectly. (radar 7714443).

llvm-svn: 97734
2010-03-04 18:54:29 +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 When given unsaved files in clang_createTranslationUnitFromSourceFile, 2010-02-27 01:32:48 +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 Move Emit24 to clang::io 2010-03-02 17:41:26 +00:00
CodeGenAction.cpp Revert changes r97693, r97700, and r97718. 2010-03-04 04:29:44 +00:00
CompilerInstance.cpp Rework how CIndex handles diagnostics. Rather than using a callback, 2010-02-18 18:08:43 +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 Use the llvm coding convention for indentation for switch. 2010-01-20 02:03:14 +00:00
DependencyFile.cpp
DiagChecker.cpp
DocumentXML.cpp
FixItRewriter.cpp
FrontendAction.cpp
FrontendActions.cpp Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer. 2010-02-25 04:37:45 +00:00
FrontendOptions.cpp
GeneratePCH.cpp
HTMLDiagnostics.cpp Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' 2010-01-25 17:10:22 +00:00
HTMLPrint.cpp
InitHeaderSearch.cpp Remove the linux c includes part of my last patch. 2010-03-03 23:27:49 +00:00
InitPreprocessor.cpp When given unsaved files in clang_createTranslationUnitFromSourceFile, 2010-02-27 01:32:48 +00:00
LangStandards.cpp
Makefile -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
PCHReader.cpp Fix bug I introduced with assinging a temporary to a StringRef. 2010-02-12 23:31:14 +00:00
PCHReaderDecl.cpp Add support for the weakref attribute. We still produce "alias weak" as llvm-gcc does, but are more strict on what uses of weakref we accept. 2010-02-23 22:00:30 +00:00
PCHReaderStmt.cpp Revert: "Change InitListExpr to allocate the array for holding references" 2010-02-19 01:50:18 +00:00
PCHWriter.cpp Add support for the weakref attribute. We still produce "alias weak" as llvm-gcc does, but are more strict on what uses of weakref we accept. 2010-02-23 22:00:30 +00:00
PCHWriterDecl.cpp Implement PCH support for C++ namespaces. 2010-02-21 18:22:14 +00:00
PCHWriterStmt.cpp Roll r95513 back in. 2010-02-07 06:32:43 +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 Revert 97324. Chris says this cleanup could hurt -E performance. 2010-02-27 18:02:51 +00:00
RewriteMacros.cpp
RewriteObjC.cpp Fixes a bug whereby static const block var has static 2010-03-04 18:54:29 +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
TextDiagnosticPrinter.cpp Add TextDiagnosticPrinter::setPrefix, for adding a string to prefix diagnostic 2010-02-25 03:23:40 +00:00
TypeXML.cpp Use the llvm coding convention for indentation for switch. 2010-01-20 02:03:14 +00:00
VerifyDiagnosticsClient.cpp
Warnings.cpp