[Parallel_libs-commits] [PATCH] D24468: [SE] Add .clang-format
Jason Henline via Parallel_libs-commits
parallel_libs-commits at lists.llvm.org
Tue Sep 13 12:19:49 PDT 2016
jhen added a comment.
I added the noexcept move constructor check back in because I learned how to get rid of false positives. It turns out that the current check won't allow you to explicitly default a noexcept constructor at the same time as you declare it. To get around this, I just moved the explicit default definitions out-of-line. Now we can keep this useful check.
https://reviews.llvm.org/D24468
More information about the Parallel_libs-commits
mailing list