Skip to content

Commit 8ed1f24

Browse files
ojhuntSirraide
andauthored
Update clang/utils/TableGen/ClangAttrEmitter.cpp
Co-authored-by: Sirraide <[email protected]>
1 parent 3f05ad0 commit 8ed1f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/utils/TableGen/ClangAttrEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5178,7 +5178,7 @@ GetAttributeHeadingAndSpellings(const Record &Documentation,
51785178

51795179
static void WriteDocumentation(const RecordKeeper &Records,
51805180
const DocumentationData &Doc, raw_ostream &OS) {
5181-
if (const StringRef Label = Doc.Documentation->getValueAsString("Label");
5181+
if (StringRef Label = Doc.Documentation->getValueAsString("Label");
51825182
!Label.empty())
51835183
OS << ".. _" << Label << ":\n\n";
51845184
OS << Doc.Heading << "\n" << std::string(Doc.Heading.length(), '-') << "\n";

0 commit comments

Comments
 (0)