amyk added inline comments.

================
Comment at: clang/lib/Sema/SemaChecking.cpp:3310
 
+// Check that the given type is a valid type for the PPC target. Return true
+// if the type is invalid.
----------------
Would this be a better comment for this function (since it may be confusing to 
say return true if the type is invalid but the function name is 
`CheckPPCValidType`?
```
// Check if the given type is a non-pointer PPC MMA type. This function is used
// in Sema to prevent invalid uses of restricted PPC MMA types.
```


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82035

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

Reply via email to