diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-06-04 00:28:46 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-06-04 00:28:46 +0000 |
commit | 6df859d85954df08e201fd4506f19b20c37d49e6 (patch) | |
tree | 477dec586085df1ffac32c357553ac0acc7085f5 /clang/lib/CodeGen/ModuleBuilder.cpp | |
parent | 1710d59553e98d6c0d604a541d9119eb14dc49fc (diff) | |
download | llvm-6df859d85954df08e201fd4506f19b20c37d49e6.zip llvm-6df859d85954df08e201fd4506f19b20c37d49e6.tar.gz llvm-6df859d85954df08e201fd4506f19b20c37d49e6.tar.bz2 |
Bound member function diagnostic - suggest no-args calls and note overload candidates
Still missing cases for templates, but this is a step in the right
direction. Also omits suggestions that would be ambiguous (eg: void
func(int = 0); + void func(float = 0); func;)
llvm-svn: 183173
Diffstat (limited to 'clang/lib/CodeGen/ModuleBuilder.cpp')
0 files changed, 0 insertions, 0 deletions