[PATCH] D64958: [clang-doc] Fix link generation
Diego Astiazarán via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 25 10:32:31 PDT 2019
DiegoAstiazaran marked an inline comment as done.
DiegoAstiazaran added inline comments.
================
Comment at: clang-tools-extra/clang-doc/Representation.h:137
+ // saved (possibly unresolved)
+ bool IsPathValid = false; // Indicates if a value has been assigned to Path,
+ // it could be an empty string
----------------
juliehockett wrote:
> Is this field actually set anywhere?
Yes, in the constructors where a path is assigned.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64958/new/
https://reviews.llvm.org/D64958
More information about the cfe-commits
mailing list