Anastasia marked 2 inline comments as done.
Anastasia added inline comments.


================
Comment at: lib/Sema/TreeTransform.h:5276
 
+    // Return type cann't be qualified with an address space.
+    if (ResultType.getAddressSpace() != LangAS::Default) {
----------------
bader wrote:
> "cann't" - typo?
> cann't - > can't or cannot.
Thanks!


================
Comment at: test/CodeGenOpenCLCXX/template-address-spaces.cl:28
   sintptrgl.foo();
   //sintgl.foo();
 }
----------------
bader wrote:
> I think it should comment should also be removed.
Good spot!


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

https://reviews.llvm.org/D54858



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

Reply via email to