whisperity added a comment. What happens for something like the following? Maybe it's also worth a test case?
bool wait_analogue_pin(volatile int* address, int threshold) { while (*address < threshold) {} return true; } Repository: rCTE Clang Tools Extra CHANGES SINCE LAST ACTION https://reviews.llvm.org/D108808/new/ https://reviews.llvm.org/D108808 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits