diff options
| author | John McCall <rjmccall@apple.com> | 2010-01-06 09:43:14 +0000 |
|---|---|---|
| committer | John McCall <rjmccall@apple.com> | 2010-01-06 09:43:14 +0000 |
| commit | fd0b2f8fe486f707b4f7b71501c1b60e5e7b5fd2 (patch) | |
| tree | de466ea53c44c81b4b191191789aff297bf72974 /clang/lib/Sema/Sema.h | |
| parent | 40d2429b2831ddbb146f7619eb289293deec69f6 (diff) | |
| download | bcm5719-llvm-fd0b2f8fe486f707b4f7b71501c1b60e5e7b5fd2.tar.gz bcm5719-llvm-fd0b2f8fe486f707b4f7b71501c1b60e5e7b5fd2.zip | |
Improve the diagnostics used to report implicitly-generated class members
as parts of overload sets. Also, refer to constructors as 'constructors'
rather than functions.
Adjust a lot of tests.
llvm-svn: 92832
Diffstat (limited to 'clang/lib/Sema/Sema.h')
| -rw-r--r-- | clang/lib/Sema/Sema.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h index 87ebea72f21..7838bbe9c50 100644 --- a/clang/lib/Sema/Sema.h +++ b/clang/lib/Sema/Sema.h @@ -1032,6 +1032,7 @@ public: bool OnlyViable, const char *Opc=0, SourceLocation Loc=SourceLocation()); + void NoteOverloadCandidate(FunctionDecl *Fn); FunctionDecl *ResolveAddressOfOverloadedFunction(Expr *From, QualType ToType, bool Complain); |

