[PATCH] D63367: [clang-doc] Add basic support for templates and typedef
Diego Astiazarán via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 17 13:35:43 PDT 2019
DiegoAstiazaran marked 2 inline comments as done.
DiegoAstiazaran added inline comments.
================
Comment at: clang-tools-extra/clang-doc/Representation.h:244
// interface).
+ bool IsTypeDef = false; // Indicates if record was declared using typedef
llvm::SmallVector<MemberTypeInfo, 4>
----------------
juliehockett wrote:
> Run clang-format? Not totally sure what it'll do, but I think it should line up the comments.
There are no changes after running clang-format.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63367/new/
https://reviews.llvm.org/D63367
More information about the cfe-commits
mailing list