]> granicus.if.org Git - clang/commit
Fix <rdar://problem/5928590> clang -fsyntax-only: "incompatible operand types ('int...
authorSteve Naroff <snaroff@apple.com>
Mon, 12 May 2008 21:44:38 +0000 (21:44 +0000)
committerSteve Naroff <snaroff@apple.com>
Mon, 12 May 2008 21:44:38 +0000 (21:44 +0000)
commite701c0a953d05c3403a74fdb449a8f4a1e4e6594
treee6072c7504b7c36be985527dfed88cab1d3d6b95
parenta989def422d0dc8a13c705766202ee738fce237a
Fix <rdar://problem/5928590> clang -fsyntax-only: "incompatible operand types ('int' and 'void')" on input that 'gcc -fsyntax-only' eats

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51002 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticKinds.def
lib/Sema/SemaExpr.cpp
test/Sema/conditional-expr.c