NFC: Constify ShowColors
authorStephen Kelly <steveire@gmail.com>
Thu, 29 Nov 2018 19:30:08 +0000 (19:30 +0000)
committerStephen Kelly <steveire@gmail.com>
Thu, 29 Nov 2018 19:30:08 +0000 (19:30 +0000)
llvm-svn: 347899

clang/lib/AST/ASTDumper.cpp

index e84814a..060bad5 100644 (file)
@@ -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<typename Fn> void dumpChild(Fn doDumpChild) {