]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update clang to r94309.
authorrdivacky <rdivacky@FreeBSD.org>
Sat, 23 Jan 2010 11:10:26 +0000 (11:10 +0000)
committerrdivacky <rdivacky@FreeBSD.org>
Sat, 23 Jan 2010 11:10:26 +0000 (11:10 +0000)
commit2fce988e86bc01829142e4362d4eff1af0925147
treec69d3f4f13d508570bb5257a6aea735f88bdf09c
parenta3fa5c7f1b5e2ba4d6ec033dc0e2376326b05824
Update clang to r94309.
238 files changed:
clang.xcodeproj/project.pbxproj
include/clang-c/Index.h
include/clang/AST/ASTContext.h
include/clang/AST/CXXInheritance.h
include/clang/AST/Decl.h
include/clang/AST/DeclBase.h
include/clang/AST/DeclCXX.h
include/clang/AST/DeclObjC.h
include/clang/AST/Expr.h
include/clang/AST/ExprCXX.h
include/clang/AST/Type.h
include/clang/AST/TypeLoc.h
include/clang/AST/TypeLocVisitor.h
include/clang/AST/UnresolvedSet.h [new file with mode: 0644]
include/clang/Analysis/CFG.h
include/clang/Analysis/PathSensitive/AnalysisContext.h
include/clang/Analysis/PathSensitive/CheckerVisitor.h
include/clang/Analysis/PathSensitive/GRExprEngine.h
include/clang/Analysis/PathSensitive/Store.h
include/clang/Basic/Builtins.def
include/clang/Basic/BuiltinsX86.def
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Basic/DiagnosticLexKinds.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/MacroBuilder.h [new file with mode: 0644]
include/clang/Basic/Makefile
include/clang/Basic/Specifiers.h [new file with mode: 0644]
include/clang/Basic/Version.h
include/clang/Driver/Driver.h
include/clang/Frontend/ASTUnit.h
include/clang/Frontend/PCHBitCodes.h
include/clang/Frontend/PreprocessorOptions.h
include/clang/Frontend/Utils.h
include/clang/Lex/Preprocessor.h
include/clang/Parse/AccessSpecifier.h [deleted file]
include/clang/Parse/Action.h
include/clang/Parse/DeclSpec.h
include/clang/Parse/Parser.h
include/clang/Rewrite/DeltaTree.h
lib/AST/ASTContext.cpp
lib/AST/CXXInheritance.cpp
lib/AST/Decl.cpp
lib/AST/DeclBase.cpp
lib/AST/DeclCXX.cpp
lib/AST/DeclObjC.cpp
lib/AST/Expr.cpp
lib/AST/ExprCXX.cpp
lib/AST/ExprConstant.cpp
lib/AST/RecordLayoutBuilder.cpp
lib/AST/Type.cpp
lib/AST/TypeLoc.cpp
lib/Analysis/AnalysisContext.cpp
lib/Analysis/ArrayBoundChecker.cpp
lib/Analysis/CFG.cpp
lib/Analysis/CastToStructChecker.cpp
lib/Analysis/GRExprEngine.cpp
lib/Analysis/MallocChecker.cpp
lib/Analysis/RegionStore.cpp
lib/Analysis/ReturnPointerRangeChecker.cpp
lib/Basic/Makefile
lib/Basic/Targets.cpp
lib/Basic/Version.cpp
lib/CodeGen/CGBlocks.cpp
lib/CodeGen/CGBuiltin.cpp
lib/CodeGen/CGClass.cpp
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDebugInfo.h
lib/CodeGen/CGExprConstant.cpp
lib/CodeGen/CGObjC.cpp
lib/CodeGen/CGObjCGNU.cpp
lib/CodeGen/CGObjCMac.cpp
lib/CodeGen/CGObjCRuntime.h
lib/CodeGen/CGVTT.cpp [new file with mode: 0644]
lib/CodeGen/CGVtable.cpp
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
lib/CodeGen/TargetABIInfo.cpp [deleted file]
lib/CodeGen/TargetInfo.cpp
lib/CodeGen/TargetInfo.h
lib/Driver/Driver.cpp
lib/Driver/Makefile
lib/Driver/ToolChains.cpp
lib/Driver/ToolChains.h
lib/Driver/Tools.cpp
lib/Driver/Tools.h
lib/Frontend/ASTConsumers.cpp
lib/Frontend/ASTUnit.cpp
lib/Frontend/AnalysisConsumer.cpp
lib/Frontend/CacheTokens.cpp
lib/Frontend/DeclXML.cpp
lib/Frontend/HTMLDiagnostics.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/PlistDiagnostics.cpp
lib/Frontend/PrintParserCallbacks.cpp
lib/Frontend/PrintPreprocessedOutput.cpp
lib/Frontend/RewriteObjC.cpp
lib/Frontend/StmtXML.cpp
lib/Frontend/TextDiagnosticPrinter.cpp
lib/Frontend/TypeXML.cpp
lib/Index/ResolveLocation.cpp
lib/Lex/Lexer.cpp
lib/Lex/LiteralSupport.cpp
lib/Lex/PPDirectives.cpp
lib/Lex/PPMacroExpansion.cpp
lib/Lex/Pragma.cpp
lib/Lex/Preprocessor.cpp
lib/Makefile
lib/Parse/DeclSpec.cpp
lib/Parse/MinimalAction.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Parse/ParseObjc.cpp
lib/Parse/Parser.cpp
lib/Rewrite/DeltaTree.cpp
lib/Sema/CodeCompleteConsumer.cpp
lib/Sema/Lookup.h
lib/Sema/Sema.h
lib/Sema/SemaAccess.cpp
lib/Sema/SemaCXXCast.cpp
lib/Sema/SemaCXXScopeSpec.cpp
lib/Sema/SemaChecking.cpp
lib/Sema/SemaCodeComplete.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaExprObjC.cpp
lib/Sema/SemaInit.cpp
lib/Sema/SemaInit.h
lib/Sema/SemaLookup.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaOverload.h
lib/Sema/SemaStmt.cpp
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
lib/Sema/SemaType.cpp
lib/Sema/TreeTransform.h
test/Analysis/NSString-failed-cases.m [deleted file]
test/Analysis/malloc.c
test/Analysis/misc-ps.m
test/Analysis/outofbound.c
test/CXX/class.access/class.access.base/p1.cpp [new file with mode: 0644]
test/CodeCompletion/call.c [new file with mode: 0644]
test/CodeGen/2009-10-20-GlobalDebug.c
test/CodeGenCXX/copy-assign-synthesis-3.cpp
test/CodeGenCXX/debug-info.cpp
test/CodeGenCXX/member-function-pointers.cpp
test/CodeGenCXX/temp-order.cpp
test/CodeGenCXX/virt.cpp
test/CodeGenCXX/vtt-layout.cpp [new file with mode: 0644]
test/Driver/darwin-arm.c [deleted file]
test/FixIt/typo.m
test/Index/Inputs/remap-load-to.c [new file with mode: 0644]
test/Index/TestClassDecl.m
test/Index/TestClassForwardDecl.m
test/Index/c-index-api-fn-scan.m [deleted file]
test/Index/c-index-api-loadTU-test.m
test/Index/c-index-getCursor-test.m
test/Index/cindex-from-source.m
test/Index/comments.c [deleted file]
test/Index/find-decls.c [deleted file]
test/Index/find-defs.c [deleted file]
test/Index/find-refs.c [deleted file]
test/Index/load-exprs.c [new file with mode: 0644]
test/Index/multiple-redecls.c [deleted file]
test/Index/objc-decls.m [deleted file]
test/Index/objc-message.m [deleted file]
test/Index/remap-cursor-at.c [new file with mode: 0644]
test/Index/remap-load.c [new file with mode: 0644]
test/Index/resolve-loc.c [deleted file]
test/Lexer/constants-ms.c
test/Misc/tabstop.c
test/PCH/cxx_exprs.cpp [new file with mode: 0644]
test/PCH/cxx_exprs.h [new file with mode: 0644]
test/Preprocessor/foo.framework/Headers/bar.h [deleted file]
test/Preprocessor/foo.framework/Headers/foo.h [deleted file]
test/Preprocessor/framework-include.m [deleted file]
test/Rewriter/rewrite-byref-vars.mm
test/Rewriter/rewrite-extern-c.mm [new file with mode: 0644]
test/Rewriter/rewrite-protocol-type-1.m
test/Rewriter/rewrite-typeof.mm [new file with mode: 0644]
test/Sema/block-literal.c
test/Sema/block-misc.c
test/Sema/compound-literal.c
test/Sema/scope-check.c
test/Sema/warn-unreachable.c
test/SemaCXX/access-control-check.cpp
test/SemaCXX/anonymous-union.cpp
test/SemaCXX/enum.cpp
test/SemaCXX/new-delete.cpp
test/SemaCXX/overload-call.cpp
test/SemaCXX/unused.cpp
test/SemaCXX/virtual-override.cpp
test/SemaCXX/warn-unreachable.cpp [new file with mode: 0644]
test/SemaObjC/method-unused-attribute.m [new file with mode: 0644]
test/SemaObjC/property-category-2.m
test/SemaObjC/property-category-impl.m [new file with mode: 0644]
test/SemaObjC/property-user-setter.m
test/SemaObjC/property.m
test/SemaObjC/super.m
test/SemaObjC/unimplemented-protocol-prop.m [new file with mode: 0644]
test/SemaObjCXX/cstyle-block-pointer-cast.mm [new file with mode: 0644]
test/SemaObjCXX/pointer-to-objc-pointer-conv.mm [new file with mode: 0644]
test/SemaTemplate/dependent-base-classes.cpp
test/SemaTemplate/dependent-base-member-init.cpp
test/SemaTemplate/dependent-expr.cpp
test/SemaTemplate/friend-template.cpp
test/SemaTemplate/instantiate-local-class.cpp [new file with mode: 0644]
test/SemaTemplate/member-template-access-expr.cpp
tools/CIndex/CIndex.cpp
tools/CIndex/CIndex.exports
tools/CIndex/CIndexCodeCompletion.cpp
tools/CIndex/CIndexUSRs.cpp
tools/CIndex/CIndexer.cpp
tools/CIndex/CIndexer.h
tools/CIndex/CMakeLists.txt
tools/CIndex/CXCursor.cpp [new file with mode: 0644]
tools/CIndex/CXCursor.h [new file with mode: 0644]
tools/CIndex/Makefile
tools/CMakeLists.txt
tools/Makefile
tools/c-index-test/c-index-test.c
tools/driver/CMakeLists.txt
tools/driver/Makefile
utils/OptionalTests/Extra/README.txt [new file with mode: 0644]
utils/OptionalTests/Extra/Runtime/darwin-clang_rt.c [new file with mode: 0644]
utils/OptionalTests/README.txt [new file with mode: 0644]
utils/OptionalTests/lit.cfg [new file with mode: 0644]
www/analyzer/scan-build.html
www/hacking.html