[PATCH] D148094: [clang][CodeGen] Break up TargetInfo.cpp [6/6]

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat May 6 14:22:17 PDT 2023


MaskRay added inline comments.


================
Comment at: clang/lib/CodeGen/ABIInfo.h:98
 
+    /// isHomogeneousAggregate - Return true if a type is an ELFv2 homogeneous
+    /// aggregate.  Base is set to the base element type, and Members is set
----------------
Remove "isHomogeneousAggregate - "

https://llvm.org/docs/CodingStandards.html#doxygen-use-in-documentation-comments
"Don’t duplicate function or class name at the beginning of the comment."


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148094



More information about the cfe-commits mailing list