[PATCH] D66336: [ASTImporter] Add development internals docs

Aleksei Sidorin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 24 09:33:57 PDT 2019


a_sidorin 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:
----------------
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). 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66336





More information about the cfe-commits mailing list