Add a C++11 ThreadPool implementation in LLVM
[oota-llvm.git] / include / llvm / Support / SourceMgr.h
index d492748e7781ece07cd8540e71d4b5df9d7b4056..1f8b1a01865f59091dc70c1c644d2b0e5203c0b9 100644 (file)
@@ -276,8 +276,8 @@ public:
     return FixIts;
   }
 
-  void print(const char *ProgName, raw_ostream &S,
-             bool ShowColors = true) const;
+  void print(const char *ProgName, raw_ostream &S, bool ShowColors = true,
+             bool ShowKindLabel = true) const;
 };
 
 }  // end llvm namespace