]> granicus.if.org Git - clang/commit
Finally getting around to re-working this to more accurately white-list
authorChandler Carruth <chandlerc@gmail.com>
Fri, 5 Aug 2011 08:07:29 +0000 (08:07 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 5 Aug 2011 08:07:29 +0000 (08:07 +0000)
commitba44712b0e578a851751e199bb75dbbff5836fed
treee41a59a1063a976e2c1f4054c593f5affaab5a83
parentd330e23f183cedb9e6c1cbb809407576f7bbab71
Finally getting around to re-working this to more accurately white-list
1-element character arrays which are serving as flexible arrays. This is
the initial step, which is to restrict the 1-element array whitelist to
arrays that are member declarations. I'll refine it from here based on
the proposed patch.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136964 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaChecking.cpp