nridge added inline comments.

================
Comment at: clang/test/AST/ast-dump-concepts.cpp:4
+template <typename T, typename U>
+concept not_same_as = true;
+
----------------
nit: perhaps use a more generic name like `binary_concept` (meaning concept 
that takes two types)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84461



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

Reply via email to