tra added inline comments.

================
Comment at: clang/include/clang/Basic/PartialDiagnostic.h:51
+      : DiagID(DiagID) {
+    Allocator = &Allocator_;
+  }
----------------
Is there a particular reason to move field initialization into the body here 
and in other constructors?


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

https://reviews.llvm.org/D84362

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

Reply via email to