njames93 added a comment.

This is going to be very noisey for codebases that use a do...while macro:

  #define MACRO() do { Something(); With(); Multiple(); Statements(); } while 
(false)

Maybe you should ignore do statements that are in macro expansions as well as 
potentially do statements with a false condition.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102576/new/

https://reviews.llvm.org/D102576

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to