]> granicus.if.org Git - clang/commit
Don't put too much thought into whether or not to capture a
authorJohn McCall <rjmccall@apple.com>
Tue, 16 Apr 2013 22:32:04 +0000 (22:32 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 16 Apr 2013 22:32:04 +0000 (22:32 +0000)
commitd314abeffba04dffc101e4e71cc3a32ddeed4ae6
treedaea7d7116123105158e53cd26dce153a48475eb
parentfb599a4cc5665afe8da11d438ae021a5cd8cfdbd
Don't put too much thought into whether or not to capture a
type-dependent intermediate result in a postfix ++ pseudo-
object operation.

Test case by Tong Shen.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179637 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaPseudoObject.cpp
test/SemaCXX/MicrosoftExtensions.cpp