Prazek added inline comments.
================ Comment at: test/clang-tidy/modernize-return-braced-init-list.cpp:95 +} + +vector<int> f6() { ---------------- please also add test that contains for function Type foo(): return call(Type()); return OtherType(Type()); // implicit conversion It would also good to have test that already contain braces :) return {}; Repository: rL LLVM https://reviews.llvm.org/D28768 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits