[PATCH] D137113: [Clang] refactor CodeGenFunction::EmitAsmStmt NFC

Shafik Yaghmour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 6 19:02:02 PST 2023


shafik added inline comments.


================
Comment at: clang/lib/CodeGen/CGStmt.cpp:2405
+      QualType Ty =
+          CGF.getContext().getIntTypeForBitwidth(Size, /*Signed*/ false);
+      if (Ty.isNull()) {
----------------
To be consistent with [bugprone-argument-comment](https://clang.llvm.org/extra/clang-tidy/checks/bugprone/argument-comment.html)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137113



More information about the cfe-commits mailing list