An empty macro that expands to just ... else ; can get
warnings from some compilers (e.g. GCC's -Wempty-body).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Well I wrote up https://reviews.llvm.org/D100683, but I guess yours makes more sense!