]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Import Clang r73070.
authored <ed@FreeBSD.org>
Mon, 8 Jun 2009 15:36:55 +0000 (15:36 +0000)
committered <ed@FreeBSD.org>
Mon, 8 Jun 2009 15:36:55 +0000 (15:36 +0000)
commit6514d87c1aa5b544d02c3822fe41217e2051673d
tree7ab9fa5634c95f5df8575db81b24ea5586e65b28
parent2ae812c77b393190175c91233c3348f526ddab1b
Import Clang r73070.
32 files changed:
docs/UsersManual.html
include/clang/AST/ASTContext.h
include/clang/AST/ExprObjC.h
include/clang/AST/X86Builtins.def
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/TokenKinds.def
include/clang/Parse/AttributeList.h
include/clang/Parse/Parser.h
lib/AST/ASTContext.cpp
lib/AST/Expr.cpp
lib/Basic/SourceManager.cpp
lib/Basic/Targets.cpp
lib/CodeGen/CGBuiltin.cpp
lib/Frontend/InitPreprocessor.cpp
lib/Frontend/RewriteBlocks.cpp
lib/Headers/emmintrin.h
lib/Parse/AttributeList.cpp
lib/Parse/ParseDecl.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Sema/Sema.h
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprObjC.cpp
lib/Sema/SemaTemplateDeduction.cpp
lib/Sema/SemaTemplateInstantiateExpr.cpp
test/CodeGen/builtins-x86.c
test/Sema/block-args.c
test/Sema/block-call.c
test/Sema/block-misc.c
test/SemaObjC/blocks.m
test/SemaTemplate/instantiate-objc-1.mm [new file with mode: 0644]
test/SemaTemplate/temp_class_spec.cpp
tools/clang-cc/clang-cc.cpp