]> granicus.if.org Git - clang/commit
Drop the Diagnose parameter from Sema::PerformImplicitConversion again and instead...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 16 Oct 2011 18:19:06 +0000 (18:19 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 16 Oct 2011 18:19:06 +0000 (18:19 +0000)
commit091fffeed8971a577bc3c8057c1ec40015a22775
tree961cda07a58eddad6bb1a8055fdd3aa67b1da8b5
parent68ff8d627e19f37601e28f5218212ca715bac842
Drop the Diagnose parameter from Sema::PerformImplicitConversion again and instead use TryImplicitConversion in CheckSingleAssignmentConstraints when that function is in no-diagnostics mode.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142143 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaExpr.cpp
lib/Sema/SemaOverload.cpp