commit | c809cc2efaaaf0b1b8dda0a799c22876685a5f98 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Wed Sep 23 23:04:10 2009 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Wed Sep 23 23:04:10 2009 +0000 |
tree | 6a18ca9371b75656a472820b1b9f3798581cdb91 | |
parent | 96ab942a6972c4342351eb52118cf47c721c90b1 [diff] [blame] |
Improve diagnostic location information when checking the initialization of a reference llvm-svn: 82666
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h index 771af4b..542acb6 100644 --- a/clang/lib/Sema/Sema.h +++ b/clang/lib/Sema/Sema.h
@@ -3571,6 +3571,7 @@ bool& DerivedToBase); bool CheckReferenceInit(Expr *&simpleInit_or_initList, QualType declType, + SourceLocation DeclLoc, bool SuppressUserConversions, bool AllowExplicit, bool ForceRValue,