Peter Fry
Results
1
issues of
Peter Fry
Clang 10 stopped supporting fallthrough comments in favor of the statement attribute 'fallthrough'. For reference: https://gcc.gnu.org/onlinedocs/gcc/Statement-Attributes.html And, where the code maintainer of Clang explains the issue: https://bugs.llvm.org/show_bug.cgi?id=43465#c37 He suggests either...
c-sdk