From: Stephen Kelly Date: Thu, 29 Nov 2018 19:30:08 +0000 (+0000) Subject: NFC: Constify ShowColors X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94231917810e218edad0c9ef7ccf03f5fee63e40;p=clang NFC: Constify ShowColors git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@347899 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/ASTDumper.cpp b/lib/AST/ASTDumper.cpp index e84814a96c..060bad5c9b 100644 --- a/lib/AST/ASTDumper.cpp +++ b/lib/AST/ASTDumper.cpp @@ -126,7 +126,7 @@ namespace { /// The \c FullComment parent of the comment being dumped. const FullComment *FC = nullptr; - bool ShowColors; + const bool ShowColors; /// Dump a child of the current node. template void dumpChild(Fn doDumpChild) {