]> granicus.if.org Git - clang/commit
Fix a failing assertion with the pointer_with_type_tag attribute when the function...
authorAaron Ballman <aaron@aaronballman.com>
Sun, 25 Feb 2018 20:28:10 +0000 (20:28 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Sun, 25 Feb 2018 20:28:10 +0000 (20:28 +0000)
commit6f7238f35a974f843d3cbb2fe1740ce09f640db7
treeb919dc6699ac17cfd3be43c9dd150e8c20b3f51d
parent46ed3ffb907035a04dc4c9ec2347a5ea19f0080f
Fix a failing assertion with the pointer_with_type_tag attribute when the function the attribute appertains to is variadic.

Patch by Joel Denny.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326057 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclAttr.cpp
test/Sema/warn-type-safety.c