From 94231917810e218edad0c9ef7ccf03f5fee63e40 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 29 Nov 2018 19:30:08 +0000 Subject: [PATCH] NFC: Constify ShowColors git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@347899 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/AST/ASTDumper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1