[clang] [clang-tools-extra] [clang] Skip suggesting unqualified members in explicit-object member functions (PR #153760)
Mythreya Kuricheti via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 16 22:58:10 PDT 2025
================
@@ -197,6 +197,9 @@ class ResultBuilder {
/// Whether the \p ObjectTypeQualifiers field is active.
bool HasObjectTypeQualifiers;
+ // Whether the member function is using an explicit object parameter
+ bool IsExplicitObjectMemberFunction;
----------------
MythreyaK wrote:
Happy to rename this, wasn't sure of a good name, especially since filters use the `IsXxx` format.
https://github.com/llvm/llvm-project/pull/153760
More information about the cfe-commits
mailing list