]> granicus.if.org Git - clang/commit
Fix a couple assertions that can never fire because the condition ANDed with the...
authorCraig Topper <craig.topper@gmail.com>
Sun, 24 Apr 2016 02:08:22 +0000 (02:08 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 24 Apr 2016 02:08:22 +0000 (02:08 +0000)
commitca13f2dd253219de2333f846b9e25fa589521e6f
treefe0a8b036e6b269ab4f9dde407d629fc23672f94
parent2af14cc4a90f43170f8ea9c1dfa0f71f46a0621c
Fix a couple assertions that can never fire because the condition ANDed with the string is just true or 1.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@267313 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/Rewrite/RewriteModernObjC.cpp
lib/Frontend/Rewrite/RewriteObjC.cpp