We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d1c6a commit fb55db5Copy full SHA for fb55db5
clang-tools-extra/clang-doc/HTMLGenerator.cpp
@@ -983,7 +983,7 @@ static llvm::Error serializeIndex(ClangDocContext &CDCtx) {
983
llvm::json::OStream J(OS, 2);
984
std::function<void(Index)> IndexToJSON = [&](const Index &I) {
985
J.object([&] {
986
- //J.attribute("USR", toHex(llvm::toStringRef(I.USR)));
+ J.attribute("USR", toHex(llvm::toStringRef(I.USR)));
987
J.attribute("Name", I.Name);
988
J.attribute("RefType", getRefType(I.RefType));
989
J.attribute("Path", I.getRelativeFilePath(""));
0 commit comments