]> granicus.if.org Git - clang/commit
Ignore implicity casts for zero-as-null-pointer-constant warning
authorErich Keane <erich.keane@intel.com>
Wed, 25 Oct 2017 20:23:13 +0000 (20:23 +0000)
committerErich Keane <erich.keane@intel.com>
Wed, 25 Oct 2017 20:23:13 +0000 (20:23 +0000)
commit1c6ec39fd744fa88b373ec68d31a5ddb43cf932f
tree51fdf1a9badae45202e4ba5ed7a736f2bb497a2b
parent5da49565c168f50d865783a0b7f6e6881ecbee34
Ignore implicity casts for zero-as-null-pointer-constant warning

The repro in https://bugs.llvm.org/show_bug.cgi?id=34362
caused the left nullptr to be cast to a int* implicitly, which
resulted diagnosing this falsely.

Differential Revision: https://reviews.llvm.org/D39301

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316605 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.cpp
test/SemaCXX/warn-zero-nullptr.cpp