]> granicus.if.org Git - clang/commit
Check in support for OpenCL conditional operator on vector types.
authorNate Begeman <natebegeman@mac.com>
Mon, 20 Sep 2010 22:41:17 +0000 (22:41 +0000)
committerNate Begeman <natebegeman@mac.com>
Mon, 20 Sep 2010 22:41:17 +0000 (22:41 +0000)
commit6155d73ad1668be5335b1a060f6c49c03d4dca05
tree06c3cc14f70cac261dce9f550e0ced6b2a29dab7
parentcee9ff16688bc6dd6571162c1860f4eae05d98f7
Check in support for OpenCL conditional operator on vector types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114371 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/CodeGen/CGExprScalar.cpp
lib/Sema/SemaExpr.cpp
test/Sema/opencl-cond.c [new file with mode: 0644]