We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81d666 commit 68030f8Copy full SHA for 68030f8
clang/lib/AST/ByteCode/IntegralAP.h
@@ -153,7 +153,7 @@ template <bool Signed> class IntegralAP final {
153
154
unsigned countLeadingZeros() const { return V.countl_zero(); }
155
156
- void print(llvm::raw_ostream &OS) const { OS << V; }
+ void print(llvm::raw_ostream &OS) const { V.print(OS, Signed);}
157
std::string toDiagnosticString(const ASTContext &Ctx) const {
158
std::string NameStr;
159
llvm::raw_string_ostream OS(NameStr);
0 commit comments