diff options
author | Sam McCall <sam.mccall@gmail.com> | 2018-04-03 17:35:57 +0000 |
---|---|---|
committer | Sam McCall <sam.mccall@gmail.com> | 2018-04-03 17:35:57 +0000 |
commit | ba3c02e461f3df902a3f3b180ae23860af50fafc (patch) | |
tree | 1ffa3a19a866a84683d6d9494054776e668fa381 /llvm/lib/Transforms | |
parent | f7226ed67d2212d72af99f600c7df882d4b1f826 (diff) | |
download | bcm5719-llvm-ba3c02e461f3df902a3f3b180ae23860af50fafc.tar.gz bcm5719-llvm-ba3c02e461f3df902a3f3b180ae23860af50fafc.zip |
[clangd] synthesize fix message when the diagnostic doesn't provide one.
Summary:
Currently if a fix is attached directly to a diagnostic, we repeat the
diagnostic message as the fix message. From eyeballing the top diagnostics,
it seems describing the textual replacement would be much clearer.
e.g.
error: use of undeclared identifier 'goo'; did you mean 'foo'?
action before: use of undeclared identifier 'goo'; did you mean 'foo'?
action after: change 'goo' to 'foo'
Reviewers: ilya-biryukov
Subscribers: klimek, jkorous-apple, ioeric, MaskRay, cfe-commits
Differential Revision: https://reviews.llvm.org/D45069
llvm-svn: 329090
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions