[PATCH] D58674: [libFuzzer] Remove extra semicolons
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 26 10:09:39 PST 2019
thakis added a comment.
In D58674#1410783 <https://reviews.llvm.org/D58674#1410783>, @Dor1s wrote:
> Btw, if there is a way to automatically detect those unnecessary semicolons, isn't there a way to automatically remove them?
The warning could have a fixit for that. If it doesn't yet, it should grow one. You can then build with `-Xclang -fixit` to apply the fixits as part of the build.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58674/new/
https://reviews.llvm.org/D58674
More information about the llvm-commits
mailing list