[PATCH] D158145: [clang] Update NumFunctionDeclBits for FunctionDeclBitfields

Ding Fei via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 17 02:30:12 PDT 2023


danix800 added inline comments.


================
Comment at: clang/unittests/AST/DeclTest.cpp:368
+  ASTContext &Ctx = AST->getASTContext();
+  Ctx.getTranslationUnitDecl()->dump();
+
----------------
balazske wrote:
> This dump is not needed?
Yeah it's for debug only, I'll remove it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158145



More information about the cfe-commits mailing list