]> granicus.if.org Git - clang/commit
Defer checking for unsequenced operations on the RHS of && and || in order to
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 17 Jan 2013 23:18:09 +0000 (23:18 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 17 Jan 2013 23:18:09 +0000 (23:18 +0000)
commit1a2dcd55a1924b46c919474390a3f0cdf2cebeb0
tree0b400a21eaa658419582e3a9f360fc616b8fb7f1
parentcdbe1e0d85d7d32452dd1c52758d7bfaa1c0663b
Defer checking for unsequenced operations on the RHS of && and || in order to
reduce stack usage and hopefully bring back the linux x86_64 buildbot.

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