]> granicus.if.org Git - clang/commit
Fixing a warning that causes the sanitizer build disliked about mixing && and ||...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 16 Jan 2014 14:32:03 +0000 (14:32 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 16 Jan 2014 14:32:03 +0000 (14:32 +0000)
commitc454ecd307aeb998493b5070c783a5988935be0c
treed331df574dad8e22d157bc660035d09244daa68b
parenta4d82fbedce76d16427ca100b2c042c3c3adc04a
Fixing a warning that causes the sanitizer build disliked about mixing && and ||. Since this is generated code, the && has been removed from the expression entirely.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199392 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/ClangAttrEmitter.cpp