Anastasia added inline comments.

================
Comment at: clang/lib/Sema/SemaDecl.cpp:16798
     }
     // OpenCL v1.2 s6.9.c: bitfields are not supported.
+    if (BitWidth && !getOpenCLOptions().isAvailableOption(
----------------
svenvh wrote:
> 
Slightly modified to avoid repeating the extension name that can be read from 
the source code.


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

https://reviews.llvm.org/D101843

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to