rnk added inline comments.

> CodeGenFunction.h:2964
> +private:
> +  enum class MSVCIntrin;
> +

Does this work on Linux? I thought you had to give it an explicit underlying 
type (enum class MSVCIntrin : unsigned;) to make that work.

https://reviews.llvm.org/D25264



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

Reply via email to