]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update Clang sources to r73879.
authored <ed@FreeBSD.org>
Mon, 22 Jun 2009 08:08:35 +0000 (08:08 +0000)
committered <ed@FreeBSD.org>
Mon, 22 Jun 2009 08:08:35 +0000 (08:08 +0000)
commit8927c19a5ed03bef55dac4b623688387bcc794dc
treeb6403365e77095a79062d3379c9e6aea0df5f088
parentb8e7410b22fa573fb0078712439f343bc69208dd
Update Clang sources to r73879.
199 files changed:
CMakeLists.txt
include/clang/AST/ASTContext.h
include/clang/AST/Decl.h
include/clang/AST/DeclBase.h
include/clang/AST/DeclCXX.h
include/clang/AST/DeclNodes.def
include/clang/AST/DeclTemplate.h
include/clang/AST/Expr.h
include/clang/AST/ExprCXX.h
include/clang/AST/ExprObjC.h
include/clang/AST/Type.h
include/clang/AST/TypeNodes.def
include/clang/AST/TypeVisitor.h [new file with mode: 0644]
include/clang/Analysis/PathSensitive/ConstraintManager.h
include/clang/Analysis/PathSensitive/Environment.h
include/clang/Analysis/PathSensitive/GRExprEngine.h
include/clang/Analysis/PathSensitive/GRExprEngineBuilders.h
include/clang/Analysis/PathSensitive/GRState.h
include/clang/Analysis/PathSensitive/GRTransferFuncs.h
include/clang/Analysis/PathSensitive/MemRegion.h
include/clang/Analysis/PathSensitive/SVals.h
include/clang/Analysis/PathSensitive/Store.h
include/clang/Analysis/PathSensitive/SymbolManager.h
include/clang/Analysis/PathSensitive/ValueManager.h
include/clang/Basic/Builtins.h
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/SourceLocation.h
include/clang/Basic/SourceManager.h
include/clang/Driver/Options.def
include/clang/Driver/ToolChain.h
include/clang/Frontend/ASTUnit.h [new file with mode: 0644]
include/clang/Frontend/DeclContextXML.def [new file with mode: 0644]
include/clang/Frontend/DeclXML.def [new file with mode: 0644]
include/clang/Frontend/DocumentXML.def [new file with mode: 0644]
include/clang/Frontend/DocumentXML.h
include/clang/Frontend/PCHBitCodes.h
include/clang/Frontend/PCHReader.h
include/clang/Frontend/StmtXML.def [new file with mode: 0644]
include/clang/Frontend/TypeXML.def [new file with mode: 0644]
include/clang/Parse/Action.h
include/clang/Parse/Parser.h
lib/AST/ASTContext.cpp
lib/AST/Decl.cpp
lib/AST/DeclBase.cpp
lib/AST/DeclCXX.cpp
lib/AST/DeclTemplate.cpp
lib/AST/Expr.cpp
lib/AST/ExprCXX.cpp
lib/AST/StmtPrinter.cpp
lib/AST/Type.cpp
lib/Analysis/BasicConstraintManager.cpp
lib/Analysis/BasicObjCFoundationChecks.cpp
lib/Analysis/BasicObjCFoundationChecks.h
lib/Analysis/BasicStore.cpp
lib/Analysis/BugReporter.cpp
lib/Analysis/CFRefCount.cpp
lib/Analysis/CheckDeadStores.cpp
lib/Analysis/CheckNSError.cpp
lib/Analysis/CheckObjCDealloc.cpp
lib/Analysis/CheckObjCUnusedIVars.cpp
lib/Analysis/Environment.cpp
lib/Analysis/GRExprEngine.cpp
lib/Analysis/GRExprEngineInternalChecks.cpp
lib/Analysis/GRSimpleVals.cpp
lib/Analysis/GRState.cpp
lib/Analysis/GRTransferFuncs.cpp
lib/Analysis/MemRegion.cpp
lib/Analysis/RangeConstraintManager.cpp
lib/Analysis/RegionStore.cpp
lib/Analysis/SVals.cpp
lib/Analysis/SimpleConstraintManager.cpp
lib/Analysis/SimpleConstraintManager.h
lib/Analysis/Store.cpp
lib/Analysis/SymbolManager.cpp
lib/Basic/Builtins.cpp
lib/Basic/Diagnostic.cpp
lib/Basic/SourceManager.cpp
lib/CodeGen/CGBuiltin.cpp
lib/CodeGen/CGCXXTemp.cpp
lib/CodeGen/CGCall.cpp
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDebugInfo.h
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprComplex.cpp
lib/CodeGen/CGExprConstant.cpp
lib/CodeGen/CGExprScalar.cpp
lib/CodeGen/CGObjC.cpp
lib/CodeGen/CGObjCGNU.cpp
lib/CodeGen/CGObjCMac.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenTypes.cpp
lib/CodeGen/Mangle.cpp
lib/Driver/CMakeLists.txt
lib/Driver/Driver.cpp
lib/Driver/HostInfo.cpp
lib/Frontend/ASTConsumers.cpp
lib/Frontend/ASTUnit.cpp [new file with mode: 0644]
lib/Frontend/CMakeLists.txt
lib/Frontend/DeclXML.cpp [new file with mode: 0644]
lib/Frontend/DocumentXML.cpp
lib/Frontend/InitHeaderSearch.cpp
lib/Frontend/InitPreprocessor.cpp
lib/Frontend/PCHReader.cpp
lib/Frontend/PCHReaderDecl.cpp
lib/Frontend/PCHReaderStmt.cpp
lib/Frontend/PCHWriter.cpp
lib/Frontend/PCHWriterDecl.cpp
lib/Frontend/PCHWriterStmt.cpp
lib/Frontend/PrintPreprocessedOutput.cpp
lib/Frontend/RewriteBlocks.cpp
lib/Frontend/RewriteObjC.cpp
lib/Frontend/StmtXML.cpp
lib/Frontend/TextDiagnosticPrinter.cpp
lib/Frontend/TypeXML.cpp [new file with mode: 0644]
lib/Headers/CMakeLists.txt
lib/Lex/HeaderSearch.cpp
lib/Lex/Pragma.cpp
lib/Lex/Preprocessor.cpp
lib/Lex/TokenConcatenation.cpp
lib/Parse/MinimalAction.cpp
lib/Parse/ParseDecl.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Parse/ParseExpr.cpp
lib/Parse/ParseExprCXX.cpp
lib/Sema/JumpDiagnostics.cpp
lib/Sema/Sema.cpp
lib/Sema/Sema.h
lib/Sema/SemaAttr.cpp
lib/Sema/SemaCXXScopeSpec.cpp
lib/Sema/SemaChecking.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaExprObjC.cpp
lib/Sema/SemaLookup.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaStmt.cpp
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaTemplateDeduction.cpp
lib/Sema/SemaTemplateInstantiate.cpp
lib/Sema/SemaTemplateInstantiateExpr.cpp
lib/Sema/SemaType.cpp
test/Analysis/casts.c
test/Analysis/elementtype.c [new file with mode: 0644]
test/Analysis/fields.c
test/Analysis/func.c
test/Analysis/retain-release.m
test/CMakeLists.txt
test/CXX/basic/basic.lookup/basic.lookup.unqual/p11.cpp [new file with mode: 0644]
test/CXX/basic/basic.lookup/basic.lookup.unqual/p12.cpp [new file with mode: 0644]
test/CXX/basic/basic.lookup/basic.lookup.unqual/p13.cpp [new file with mode: 0644]
test/CXX/basic/basic.lookup/basic.lookup.unqual/p14.cpp [new file with mode: 0644]
test/CXX/basic/basic.lookup/basic.lookup.unqual/p15.cpp [new file with mode: 0644]
test/CXX/basic/basic.lookup/basic.lookup.unqual/p3.cpp [new file with mode: 0644]
test/CodeGen/2009-05-22-callingconv.c
test/CodeGen/2009-06-14-anonymous-union-init.c [new file with mode: 0644]
test/CodeGen/2009-06-16-inc_test.c [new file with mode: 0644]
test/CodeGen/2009-06-16-test.c [new file with mode: 0644]
test/CodeGen/call-knr-indirect.c [new file with mode: 0644]
test/CodeGen/libcalls.c
test/CodeGenCXX/default-arg-temps.cpp [new file with mode: 0644]
test/CodeGenObjC/encode-test-5.m
test/Driver/analyze.c
test/Driver/darwin-cc.c
test/Driver/darwin-ld.c
test/Driver/default-toolchain.c [new file with mode: 0644]
test/Lexer/token-concat-2.c [new file with mode: 0644]
test/Parser/cxx-template-decl.cpp
test/Parser/cxx-using-declaration.cpp [new file with mode: 0644]
test/Parser/cxx-using-directive.cpp
test/Parser/namespace-alias-attr.cpp [new file with mode: 0644]
test/Preprocessor/_Pragma-dependency2.c [new file with mode: 0644]
test/Preprocessor/_Pragma-syshdr2.c [deleted file]
test/Preprocessor/pragma_sysheader.c [new file with mode: 0644]
test/Preprocessor/pragma_sysheader.h [new file with mode: 0644]
test/Preprocessor/print_line_count.c [new file with mode: 0644]
test/Sema/block-return.c
test/Sema/warn-unused-parameters.c [new file with mode: 0644]
test/SemaCXX/default-constructor-initializers.cpp [new file with mode: 0644]
test/SemaCXX/using-directive.cpp
test/SemaObjC/undeclared-selector.m [new file with mode: 0644]
test/SemaObjC/warn-unused-parameters.m [new file with mode: 0644]
test/SemaTemplate/ext-vector-type.cpp [new file with mode: 0644]
test/SemaTemplate/nested-template.cpp
tools/clang-cc/clang-cc.cpp
tools/driver/CMakeLists.txt
utils/test/MultiTestRunner.py
utils/test/TestRunner.py
www/OpenProjects.html
www/analyzer/index.html
www/analyzer/latest_checker.html.incl
www/cxx_status.html