ymandel marked 3 inline comments as done. ymandel added a comment. Thanks for the review!
================ Comment at: clang/lib/Tooling/Refactoring/Stencil.cpp:195 +using AccessOp = StencilPartImpl<AccessData>; +using IfBoundOp = StencilPartImpl<IfBoundData>; } // namespace ---------------- gribozavr wrote: > These type aliases are only used once. Consider un-typealiasing. Removed all of the aliases. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D67633/new/ https://reviews.llvm.org/D67633 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits