[PATCH] D73967: Implement _ExtInt as an extended int type specifier.

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 27 07:53:32 PST 2020


erichkeane marked 2 inline comments as done.
erichkeane added inline comments.


================
Comment at: clang/include/clang/AST/ASTContext.h:1215
 
+  /// Return an extended integer type with the specified underlying type and bit
+  /// count.
----------------
mibintc wrote:
> Is this comment correct? "with the specified underlying type"
probably should be 'signedness', will update.


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

https://reviews.llvm.org/D73967





More information about the cfe-commits mailing list