[PATCH] D140434: readability-const-return-type: don't diagnose a template function returning T, even if sometimes instantiated with e.g. T = const int.

2023-01-23 Thread Andy Getz via Phabricator via cfe-commits
suertreus added a comment. Andy Getzendanner please, and thanks! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D140434/new/ https://reviews.llvm.org/D140434 ___ cfe-commits mailing list cfe-commits@lists

[PATCH] D141741: Add some subdirectories to the list of Abseil paths.

2023-01-13 Thread Andy Getz via Phabricator via cfe-commits
suertreus created this revision. suertreus added a reviewer: ymandel. suertreus added a project: clang-tools-extra. Herald added a subscriber: carlosgalvezp. Herald added a reviewer: njames93. Herald added a project: All. suertreus requested review of this revision. Herald added a subscriber: cfe-c

[PATCH] D140434: readability-const-return-type: don't diagnose a template function returning T, even if sometimes instantiated with e.g. T = const int.

2023-01-13 Thread Andy Getz via Phabricator via cfe-commits
suertreus added a comment. Thanks for reviewing. I don't have commit access; can someone who does please do the thing? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D140434/new/ https://reviews.llvm.org/D140434

[PATCH] D140434: readability-const-return-type: don't diagnose a template function returning T, even if sometimes instantiated with e.g. T = const int.

2022-12-20 Thread Andy Getz via Phabricator via cfe-commits
suertreus created this revision. suertreus added a reviewer: ymandel. Herald added a subscriber: carlosgalvezp. Herald added a reviewer: njames93. Herald added a project: All. suertreus requested review of this revision. Herald added a project: clang-tools-extra. Herald added a subscriber: cfe-comm