yaxunl added inline comments. ================ Comment at: lib/CodeGen/CodeGenFunction.cpp:439 @@ -438,1 +438,3 @@ +static void removeImageAccessQualifier(std::string& tyName) { + std::string roQual("__read_only"); ---------------- variable names should be capitalized
http://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly https://reviews.llvm.org/D23915 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits