jrtc27 added inline comments.

================
Comment at: clang/lib/AST/ASTContext.cpp:2228-2230
+      Width = Target->getPointerWidth(
+          LangAS::Default); // C++ 3.9.1p11: sizeof(nullptr_t)
+      Align = Target->getPointerAlign(LangAS::Default); //   == sizeof(void*)
----------------
clang-format(?) screwed up this comment, maybe better to just put it all on one 
line before these rather than as inline?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138295

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

Reply via email to