aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM -- it's not the cleanest solution (we're duplicating the call to 
`diag()`), but it'll suffice. If we wanted to clean it up a bit, we could use 
an `llvm::Optional<const char *> Diagnose  = llvm::None;` where a non-`None` 
value means "diagnose" and if the stored pointer value is not null, it 
additionally adds the fixit information.


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

https://reviews.llvm.org/D106431

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

Reply via email to