davrec added inline comments.

================
Comment at: clang/include/clang/AST/Type.h:5000
+
+  const TemplateTypeParmDecl *getReplacedParameter() const;
+
----------------
Another question worth raising: is it acceptable churn to change the return of 
`getReplacedParameter()` from a `TemplateTypeParmType` to a 
`TemplateTypeParmDecl`?  I have no opinion, but maybe others want to weigh in.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131858

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

Reply via email to