Skip to content

Commit

Permalink
Fix -Wtrigraphs.
Browse files Browse the repository at this point in the history
llvm-svn: 342674
  • Loading branch information
rui314 committed Sep 20, 2018
1 parent 11cda0c commit 392bf6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/tools/llvm-pdbutil/MinimalTypeDumper.cpp
Expand Up @@ -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)
? "="
Expand Down

0 comments on commit 392bf6a

Please sign in to comment.