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
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits