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 48bbed3 commit cc0a23dCopy full SHA for cc0a23d
clang/lib/DPCT/CallExprRewriter.h
@@ -1280,7 +1280,7 @@ class DerefExprRewriter : public PrinterRewriter<DerefExpr> {
1280
DerefExprRewriter(
1281
const CallExpr *C, StringRef Source,
1282
const std::function<ArgValueT(const CallExpr *)> &ArgCreator)
1283
- : PrinterRewriter<DerefExpr>(C, Source, ArgCreator(C)) {}
+ : PrinterRewriter<dpct::DerefExpr>(C, Source, ArgCreator(C)) {}
1284
};
1285
1286
class SubGroupPrinter {
0 commit comments