[PATCH] D46281: [clang-doc] Attaching a name to reference data
Julie Hockett via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 30 12:09:28 PDT 2018
juliehockett created this revision.
juliehockett added reviewers: sammccall, jakehehrlich, lebedev.ri.
juliehockett added a project: clang-tools-extra.
This adds the name of the referenced decl, in addition to its USR, to the saved data, so that the backend can look at an info in isolation and still be able to construct a human-readable name for it.
https://reviews.llvm.org/D46281
Files:
clang-doc/BitcodeWriter.cpp
clang-doc/BitcodeWriter.h
clang-doc/Representation.h
clang-doc/Serialize.cpp
test/clang-doc/mapper-class-in-class.cpp
test/clang-doc/mapper-class-in-function.cpp
test/clang-doc/mapper-class.cpp
test/clang-doc/mapper-comments.cpp
test/clang-doc/mapper-enum.cpp
test/clang-doc/mapper-function.cpp
test/clang-doc/mapper-method.cpp
test/clang-doc/mapper-struct.cpp
test/clang-doc/mapper-union.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46281.144607.patch
Type: text/x-patch
Size: 41797 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180430/ddcc97a5/attachment-0001.bin>
More information about the cfe-commits
mailing list