]> granicus.if.org Git - clang/commit
In C++ the argument of logical not should always be bool. Added missing implicit...
authorAbramo Bagnara <abramo.bagnara@gmail.com>
Thu, 7 Apr 2011 09:26:19 +0000 (09:26 +0000)
committerAbramo Bagnara <abramo.bagnara@gmail.com>
Thu, 7 Apr 2011 09:26:19 +0000 (09:26 +0000)
commit737d5447b5d20633992ee5388eca5270c28c8ae7
tree0ec8f1d02da32efbeba8edbd42095c665e80647b
parent1de4d4e8cb2e9c88809fea8092bc6e835a5473d2
In C++ the argument of logical not should always be bool. Added missing implicit cast for scalars.

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