[PATCH] D66336: [ASTImporter] Add development internals docs
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 26 08:48:33 PDT 2019
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
More information about the cfe-commits
mailing list