diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-08-29 19:47:46 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-08-29 19:47:46 +0000 |
commit | 981a0c4613bc0f4b86f117217e327020ce84d415 (patch) | |
tree | e034e8832cfa550d2fc45bd76bcb47acea2c71bd /clang/lib/CodeGen/Mangle.cpp | |
parent | d94a7c3dc1b3c22f6884781e686d7b9a96b625b0 (diff) | |
download | bcm5719-llvm-981a0c4613bc0f4b86f117217e327020ce84d415.tar.gz bcm5719-llvm-981a0c4613bc0f4b86f117217e327020ce84d415.zip |
When providing a code completion for an Objective-C message send, drop
the parameter names from the completions, e.g., provide
withString:(NSString *)
instead of
withString:(NSString *)string
since the parameter name is, by convention, redundant with the
selector piece that precedes it and the completions can get
unnecessarily long.
llvm-svn: 112456
Diffstat (limited to 'clang/lib/CodeGen/Mangle.cpp')
0 files changed, 0 insertions, 0 deletions