tmatheson added a comment.

LGTM



================
Comment at: clang/include/clang/Basic/SourceLocation.h:97
+  using UIntType = uint32_t;
+  using IntType = int32_t;
 
----------------
Nit: the `Ty` suffix seems to be slightly more common than `Type`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105492

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D105492: [clang] In... Simon Tatham via Phabricator via cfe-commits
    • [PATCH] D105492: [clan... Tomas Matheson via Phabricator via cfe-commits

Reply via email to