[PATCH] D20964: [clang-tidy] Add modernize-use-emplace

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 3 11:16:08 PDT 2016


Eugene.Zelenko added a comment.

In http://reviews.llvm.org/D20964#448525, @Prazek wrote:

> In http://reviews.llvm.org/D20964#448455, @Eugene.Zelenko wrote:
>
> > I think will be good idea to try this check with LLVM STL too.
>
>
> You mean llvm::SmallVector stuff?


No, I meant to build example with -stdlib=libc++, -lc++, -lc++abi. Just to make sure, that hasName() is proper matcher.


http://reviews.llvm.org/D20964





More information about the cfe-commits mailing list