[PATCH] D136954: DiagnosticInfo: Report function location for resource limits
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 28 13:28:58 PDT 2022
arsenm added a comment.
In D136954#3892864 <https://reviews.llvm.org/D136954#3892864>, @aeubanks wrote:
>> If clang prints it, the source location is first followed by "warning". The backend diagnostic, as printed by other tools puts "warning" first.
>
> It looks like the backend diagnostic doesn't even print the location?
That's the point of this patch, to fix it for this case. There are still other remarks which don't
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136954/new/
https://reviews.llvm.org/D136954
More information about the llvm-commits
mailing list