alexfh requested changes to this revision.
alexfh added inline comments.
This revision now requires changes to proceed.


================
Comment at: test/clang-tidy/modernize-return-braced-init-list.cpp:150
+template <typename T>
+T f16() {
+  return T();
----------------
"With multiple instantiations" is an important part of my comment above. Can 
you add a couple of instantiations of this function? Same for the function and 
the class below.


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

Reply via email to