[PATCH] D27486: Correct class-template deprecation behavior
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 13 09:35:53 PST 2017
erichkeane added a comment.
I've actually figured out how to fix the diagnosis location. I switched the diagnosis to use the location of the actual [[deprecated]] attribute instead of the Declaration location. IMO, this is a BETTER note anyway (since the arrow points to the actual [[deprecated]] label!). I'll be uploading a new diff once I clean up a few things.
https://reviews.llvm.org/D27486
More information about the cfe-commits
mailing list