AlexeySotkin added inline comments.
Herald added a reviewer: shafik.
================
Comment at: lib/Sema/SemaInit.cpp:8073
+ assert((Step->Type->isEventT() || Step->Type->isQueueT() ||
+ Step->Type->isOCLIntelSubgroupAVCType) &&
"Wrong type for initialization of OpenCL opaque type.");
----------------
`isOCLIntelSubgroupAVCType) -> isOCLIntelSubgroupAVCType())`
https://reviews.llvm.org/D51484
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits