Fix -Wtrigraphs.
authorRui Ueyama <ruiu@google.com>
Thu, 20 Sep 2018 18:26:38 +0000 (18:26 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 20 Sep 2018 18:26:38 +0000 (18:26 +0000)
llvm-svn: 342674

llvm/tools/llvm-pdbutil/MinimalTypeDumper.cpp

index 8a5e283..3f10e8a 100644 (file)
@@ -41,7 +41,7 @@ static std::string formatClassOptions(uint32_t IndentLevel,
         Stream->findFullDeclForForwardRef(CurrentTypeIndex);
     if (!ETI) {
       consumeError(ETI.takeError());
-      PUSH_FLAG(ClassOptions, ForwardReference, Options, "forward ref (???)");
+      PUSH_FLAG(ClassOptions, ForwardReference, Options, "forward ref (??\?)");
     } else {
       const char *Direction = (*ETI == CurrentTypeIndex)
                                   ? "="