]> granicus.if.org Git - clang/commit
Refactored integer argument checking code into a helper method. Removes a considerabl...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 21 Nov 2013 01:50:40 +0000 (01:50 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 21 Nov 2013 01:50:40 +0000 (01:50 +0000)
commitb2dbde5962eb4f3c21c17d18af81a19770f49d94
tree1ac739b92643d578dcdec23a71394db0f53390da
parent884e34114c0178a6bb8ae6f85c27f90e489536c8
Refactored integer argument checking code into a helper method. Removes a considerable amount of duplicated code.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195302 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclAttr.cpp
test/Sema/constructor-attribute.c