Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| clang/lib/Analysis/UnsafeBufferUsage.cpp | ||
|---|---|---|
| 1516–1517 | This one's probably also incorrect, just harder to reach. | |
Comment Actions
Aha great LGTM!
You can also remove both [[fallthrough]]; annotations now that there's an unconditional break in front of them.
This one's probably also incorrect, just harder to reach.