[PATCH] D41546: [clang-tidy] Adding Fuchsia checker for statically constructed objects

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 23 02:36:26 PST 2017


JonasToth added a comment.

What happens for c++98? I realize that fuchsia is c++14 but we might still think about not having `constexpr`.
If we just assume c++11 you can do the matching only for it. (`getLangOpts` or similar, see other checks for it.)


https://reviews.llvm.org/D41546





More information about the cfe-commits mailing list