aaron.ballman added inline comments.
================ Comment at: clang/lib/AST/DeclPrinter.cpp:958 + + if (auto *Q = D->getQualifier()) + Q->print(Out, Policy); ---------------- Don't use `auto` here as the type is not explicitly spelled out in the initialization. If possible, `const`-qualify the pointer type as well. Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D61566/new/ https://reviews.llvm.org/D61566 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits