================
@@ -5178,6 +5178,9 @@ GetAttributeHeadingAndSpellings(const Record 
&Documentation,
 
 static void WriteDocumentation(const RecordKeeper &Records,
                                const DocumentationData &Doc, raw_ostream &OS) {
+  if (const StringRef label = Doc.Documentation->getValueAsString("Label");
----------------
AaronBallman wrote:

Also: `label` -> `Label` per our usual naming rules.

https://github.com/llvm/llvm-project/pull/118428
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to