]> granicus.if.org Git - clang/commit
Restore r142914 and r142915, now with missing file and apparent
authorJohn McCall <rjmccall@apple.com>
Tue, 25 Oct 2011 17:37:35 +0000 (17:37 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 25 Oct 2011 17:37:35 +0000 (17:37 +0000)
commit3c3b7f90a863af43fa63043d396553ecf205351c
tree0bf73812c898572adb7e3f2e6ebbe2d62f60612d
parentedae1a2fc81982b87207cd0b385ee7a9c8ce426b
Restore r142914 and r142915, now with missing file and apparent
GCC compiler workaround.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142931 91177308-0d34-0410-b5e6-96231b3b80d8
33 files changed:
include/clang/AST/ASTContext.h
include/clang/AST/BuiltinTypes.def
include/clang/AST/Expr.h
include/clang/AST/ExprObjC.h
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
include/clang/Serialization/ASTBitCodes.h
lib/AST/ASTContext.cpp
lib/AST/Type.cpp
lib/AST/TypeLoc.cpp
lib/CodeGen/CGExprAgg.cpp
lib/CodeGen/CGExprComplex.cpp
lib/CodeGen/CGExprScalar.cpp
lib/Rewrite/RewriteObjC.cpp
lib/Sema/CMakeLists.txt
lib/Sema/SemaChecking.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaExprMember.cpp
lib/Sema/SemaExprObjC.cpp
lib/Sema/SemaInit.cpp
lib/Sema/SemaObjCProperty.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaPseudoObject.cpp [new file with mode: 0644]
lib/Sema/SemaStmt.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTCommon.cpp
lib/Serialization/ASTReader.cpp
test/SemaObjC/property-category-1.m
test/SemaObjC/property-error-readonly-assign.m
test/SemaObjC/property-in-class-extension.m
test/SemaObjC/property-user-setter.m
test/SemaObjCXX/propert-dot-error.mm