balazske marked 3 inline comments as done.
balazske added inline comments.

================
Comment at: clang/lib/AST/ASTImporter.cpp:3638
+  /// Number of similar looking friends.
+  unsigned int TotalCount;
+  /// Index of the specific FriendDecl.
----------------
shafik wrote:
> `uint32_t`
> 
> Is there a reason to not prefer fixed width integer types?
I do not know about any reason, but in //ASTImporter.cpp// `uint32_t` does not 
appear but `unsigned` and `unsigned int` yes. Why can be fixed width type 
better that the default-sized int?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75740



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

Reply via email to