gribozavr2 accepted this revision.
gribozavr2 added inline comments.
This revision is now accepted and ready to land.


================
Comment at: 
clang-tools-extra/test/clang-tidy/checkers/misc-unused-using-decls-cxx17.cpp:10
+};
+// Deduction hint (CTAD)
+template <typename T> Foo(T t) -> Foo<T>;
----------------
s/hint/guide/


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73876/new/

https://reviews.llvm.org/D73876



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to