diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2010-09-27 17:30:38 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2010-09-27 17:30:38 +0000 |
commit | db148be93c9af45da1f3aa9302c577618a56e6ea (patch) | |
tree | 30878bea76d21f92becdd1d3e0664d12e1894a05 /clang.xcodeproj | |
parent | 06e504462014b0506a70c7730ea45c551a103364 (diff) |
Copying result of object property reference expression
into a temporary is elidable as well.
(Finishes up radar 8291337).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114845 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'clang.xcodeproj')
-rw-r--r-- | clang.xcodeproj/project.pbxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang.xcodeproj/project.pbxproj b/clang.xcodeproj/project.pbxproj index def722b45e..2a25645088 100644 --- a/clang.xcodeproj/project.pbxproj +++ b/clang.xcodeproj/project.pbxproj @@ -2039,7 +2039,6 @@ isa = PBXProject; buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "clang" */; compatibilityVersion = "Xcode 2.4"; - developmentRegion = English; hasScannedForEncodings = 1; knownRegions = ( English, |