[PATCH] D49627: [CFG] [analyzer] Constructors of member CXXOperatorCallExpr's argument 0 are not argument constructors.

George Karpenkov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 23 10:47:57 PDT 2018


george.karpenkov accepted this revision.
george.karpenkov added a comment.
This revision is now accepted and ready to land.

I take it we are crashing otherwise?



================
Comment at: include/clang/Analysis/ConstructionContext.h:606
+  unsigned Index;
+  // Whether the object needs to be destroyed.
+  const CXXBindTemporaryExpr *BTE;
----------------
optional nit: I think comments are more readable when there's a blank line before each comment block.


Repository:
  rC Clang

https://reviews.llvm.org/D49627





More information about the cfe-commits mailing list