[PATCH] D46363: Follow-up to r331378. Update tests to allow to use C atomics in C++.

Volodymyr Sapsai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 2 12:11:27 PDT 2018


vsapsai added a comment.

Link to corresponding review that introduced the change is https://reviews.llvm.org/D45470

Another option is to use `<atomic>` and `std::atomic` but that will be functionality change. I'd rather avoid that.


https://reviews.llvm.org/D46363





More information about the cfe-commits mailing list