[PATCH] D153589: [NFC] Initialize pointer fields and remove a needless null check.

Sindhu Chittireddy via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 22 15:03:40 PDT 2023


schittir added inline comments.


================
Comment at: clang/lib/CodeGen/CGObjCGNU.cpp:58
   /// used as arguments will necessarily be available at construction time.
-  LazyRuntimeFunction()
-      : CGM(nullptr), FunctionName(nullptr), Function(nullptr) {}
+  LazyRuntimeFunction() {}
 
----------------
erichkeane wrote:
> 
The comment above needs to be updated?


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

https://reviews.llvm.org/D153589



More information about the cfe-commits mailing list