http://llvm.org/bugs/show_bug.cgi?id=11159
Summary: Improve function name Recommendations
Product: clang
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P
Component: C++
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected], [email protected]
I recently had the following code:
struct S
{
void storeBacktrack();
void storeBacktrackChild();
};
void f()
{
S s;
s.storeChildBacktrack();
}
clang suggested that I probably mean 'storeBacktrack', whereas I would say
storeBacktrackChild would be a better suggestion.
I'm not sure how easy this kind of thing (rearrange the function name) would be
to add to the function name recommendations, and how useful it would be.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs