This is useful in C source files where it is easy for a typo to be
silently assumed by the compiler to be an implicit declaration.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thank you - TIL! This has caught me but I didn't know there was a warning flag for it.