Remove extra semicolons so that libFuzzer can compile with
-Werror -Wextra-semi
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 28551 Build 28550: arc lint + arc unit
Event Timeline
Comment Actions
Btw, if there is a way to automatically detect those unnecessary semicolons, isn't there a way to automatically remove them?
Comment Actions
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.