JVApen added a comment. How does this check deal with atomic members?
struct A {
std:: atomic<bool> a;
void f() const { while (a); }
};
https://reviews.llvm.org/D40937
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
