martong marked 2 inline comments as done.
martong added inline comments.

================
Comment at: clang/docs/InternalsManual.rst:1470
+*templated* class (the ``CXXRecordDecl``) of a ``ClassTemplateDecl`` with
+``ClassTemplateDecl::getTemplatedDec()``. And we can get back a pointer of the
+"described" class template from the *templated* class:
----------------
a_sidorin wrote:
> martong wrote:
> > a_sidorin wrote:
> > > TemplatedDec_l_?
> > Could you please elaborate, I don't get the meaning of the comment.
> Sorry, I mean, you probably meant `ClassTemplateDecl::getTemplatedDecl` but 
> typed `getTemplatedDec()` (missing 'l' at the end). 
Ok, thanks now I see what you meant. Fixed it. Thanks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66336



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

Reply via email to