[PATCH] D105492: [clang] Introduce SourceLocation::[U]IntType typedefs.

Tomas Matheson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 14 07:39:58 PDT 2021


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



More information about the cfe-commits mailing list