]> granicus.if.org Git - clang/commit
Fix Sema::Owned(ExprResult) to not use a ternary operator. Necessary to work around...
authorSteve Naroff <snaroff@apple.com>
Wed, 21 Jan 2009 22:32:33 +0000 (22:32 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 21 Jan 2009 22:32:33 +0000 (22:32 +0000)
commit872b9acd95f8ecec52db6fe4053bc349ae2dfa43
tree560c510f0c073dcace2fd1f92780459d0113f4c1
parent241677a13cc46647a8f5098b3e3239bd9480dca2
Fix Sema::Owned(ExprResult) to not use a ternary operator. Necessary to work around a Visual Studio compiler bug.

Thanks to Doug Gregor for the suggestion.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62723 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h