DescriptionI want Clang to issue a fixit every time I write 'method_name' where I meant 'method_name()'. As a first step, provide a general-purpose method to check whether an expression looks like something that could be turned into a function call, e.g. a DeclRefExpr which refers to a function, or an expression of function pointer type.
Patch Set 1 #
Total comments: 10
Patch Set 2 : Review tweaks, re-add overload notes #Patch Set 3 : Merge in rjmccall's r130239 and factor out a PrintOverloads method #
Total comments: 16
Patch Set 4 : Further changes per review #
Total comments: 2
MessagesTotal messages: 10
|