[PATCH] D130322: [clang][CodeGen] Only include ABIInfo.h where required (NFC)

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 22 10:38:02 PDT 2022


MaskRay added a comment.

Testing and will push in one minute



================
Comment at: clang/lib/CodeGen/CGObjCRuntime.h:37
 namespace CodeGen {
+  class CGFunctionInfo;
   class CodeGenFunction;
----------------
The style is to remove indentation. I'll fix it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130322



More information about the cfe-commits mailing list