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 99990ed commit 0c9fd43Copy full SHA for 0c9fd43
clang/lib/DPCT/RuleInfra/CallExprRewriterCommon.h
@@ -149,8 +149,6 @@ template <class SubExprT> class CastIfNotSameExprPrinter {
149
clang::QualType ArgType = InputArg->getType().getCanonicalType();
150
ArgType.removeLocalFastQualifiers(clang::Qualifiers::CVRMask);
151
bool NeedParen = false;
152
- std::cout << "Arg type: " << ArgType.getAsString() << "\n";
153
- std::cout << "Given type " << TypeInfo << "\n";
154
if (ArgType.getAsString() != TypeInfo) {
155
NeedParen = needExtraParens(SubExpr);
156
Stream << "(" << TypeInfo << ")";
0 commit comments