MTC added inline comments.
Herald added a subscriber: mikhail.ramalho.

================
Comment at: include/clang/Analysis/ConstructionContext.h:351
+
+  explicit SimpleTemporaryObjectConstructionContext(
+      const CXXBindTemporaryExpr *BTE, const MaterializeTemporaryExpr *MTE)
----------------
MTC wrote:
> `explicit` useless?
I'm wrong here, maybe there is some use of 
`SimpleTemporaryObjectConstructionContext({ , })`, sorry to bother!


================
Comment at: include/clang/Analysis/ConstructionContext.h:377
+
+  explicit ElidedTemporaryObjectConstructionContext(
+      const CXXBindTemporaryExpr *BTE, const MaterializeTemporaryExpr *MTE,
----------------
MTC wrote:
> Same useless here?
Also I'm wrong here!


https://reviews.llvm.org/D47616



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to