erichkeane marked an inline comment as done.
erichkeane added inline comments.


================
Comment at: clang/lib/AST/ASTContext.cpp:4020
+
+  auto *New = new (*this, TypeAlignment) ExtIntType(IsUnsigned, NumBits);
+  ExtIntTypes.InsertNode(New, InsertPos);
----------------
keryell wrote:
> Why no just `auto` without a `*` everywhere?
The LLVM coding standard requires it.


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

https://reviews.llvm.org/D73967



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

Reply via email to