Skip to content

Commit

Permalink
fix(cxx_common): add enumerator for kDocUri fact (#3378)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahms committed Jan 17, 2019
1 parent 59276a9 commit 4b8925e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions kythe/cxx/common/indexing/KytheGraphRecorder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ static const std::string* const kPropertySpellings[] = {
new std::string("/kythe/message"),
new std::string("/kythe/details"),
new std::string("/kythe/context/url"),
new std::string("/kythe/doc/uri"),
};

static const std::string* const kEmptyStringSpelling = new std::string("");
Expand Down
3 changes: 2 additions & 1 deletion kythe/cxx/common/indexing/KytheGraphRecorder.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ enum class PropertyID {
kTagDeprecated,
kDiagnosticMessage,
kDiagnosticDetails,
kDiagnosticContextOrUrl
kDiagnosticContextOrUrl,
kDocUri
};

/// \brief Known edge kinds. See the schema for details.
Expand Down

0 comments on commit 4b8925e

Please sign in to comment.