From: Simon Pilgrim Date: Sun, 29 Mar 2020 18:40:42 +0000 (+0100) Subject: Fix -Wdocumentation warning. NFC. X-Git-Tag: llvmorg-12-init~10794 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe0723dc9d45acfa4511961b208b7817b09297ec;p=platform%2Fupstream%2Fllvm.git Fix -Wdocumentation warning. NFC. gcc was misinterpreting the template code snippet as html. --- diff --git a/clang/include/clang/AST/PrettyPrinter.h b/clang/include/clang/AST/PrettyPrinter.h index f42a6c0..21e5ca9 100644 --- a/clang/include/clang/AST/PrettyPrinter.h +++ b/clang/include/clang/AST/PrettyPrinter.h @@ -184,7 +184,8 @@ struct PrintingPolicy { /// with zero parameters. unsigned UseVoidForZeroParams : 1; - /// Whether nested templates must be closed like a > rather than a>. + /// Whether nested templates must be closed like 'a >' rather than + /// 'a>'. unsigned SplitTemplateClosers : 1; /// Provide a 'terse' output.