Skip to content

Commit

Permalink
Fix -Wtrigraphs.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@342674 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rui314 committed Sep 20, 2018
1 parent 2d481c7 commit 8281907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/llvm-pdbutil/MinimalTypeDumper.cpp
Original file line number Diff line number Diff line change
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 8281907

Please sign in to comment.