[PATCH] D123680: Add support for ignored bitfield conditional codegen.

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 13 09:42:36 PDT 2022


erichkeane updated this revision to Diff 422539.
erichkeane added a comment.

Added support for chained-conditional operators as requested.  All of the variants I could come up with that I was afraid would be breaking ended up having an rvalue conversion (which makes it 'work').


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123680/new/

https://reviews.llvm.org/D123680

Files:
  clang/lib/CodeGen/CGExpr.cpp
  clang/lib/CodeGen/CodeGenFunction.h
  clang/test/CodeGenCXX/ignored-bitfield-conditional.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123680.422539.patch
Type: text/x-patch
Size: 15773 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220413/206bd08c/attachment-0001.bin>


More information about the cfe-commits mailing list