aaron.ballman accepted this revision.
aaron.ballman added a comment.

LGTM to remove rather than move into `readability` unless someone has a good 
argument as to why it belongs there. I don't think this pattern makes code more 
readable in general as it recommends using a more verbose syntax (pointers, 
which require dereferencing) over a safer, concise syntax (references, which 
carry semantic information about nullness).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88831

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

Reply via email to