[PATCH] D34002: [clang-tidy] When" -fno-exceptions is used", this warning is better to be suppressed.
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 8 00:36:21 PDT 2017
alexfh added a comment.
Here's a small test: https://godbolt.org/g/nNZgUb (look for `T::T(` and `S::S(` calls, adding `-fno-exceptions` doesn't change which constructors are called).
https://reviews.llvm.org/D34002
More information about the cfe-commits
mailing list