From e66308b0da6675bee512e50a9c425aff3ce41ccf Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 29 Nov 2018 19:30:08 +0000 Subject: [PATCH] NFC: Constify ShowColors llvm-svn: 347899 --- clang/lib/AST/ASTDumper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/AST/ASTDumper.cpp b/clang/lib/AST/ASTDumper.cpp index e84814a..060bad5 100644 --- a/clang/lib/AST/ASTDumper.cpp +++ b/clang/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.7.4