[PATCH] D22856: [analyzer] Change -analyze-function to accept qualified names.
Devin Coughlin via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 27 08:39:03 PDT 2016
dcoughlin added a comment.
I think it would be better for fully-qualified Objective-C methods to be specified with their Objective-C-style names. For example: "-[Test1 myMethodWithY:withX:]". This would also remove the ambiguity when there are class and instance methods with the same selector.
Does this approach work for C++ when there are multiple overloads of methods with the same name?
https://reviews.llvm.org/D22856
More information about the cfe-commits
mailing list