]> granicus.if.org Git - clang/commit
The CUDA device attribute doesn't need custom logic to check the number of attribute...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 2 Dec 2013 21:09:08 +0000 (21:09 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 2 Dec 2013 21:09:08 +0000 (21:09 +0000)
commit0fe98d145342b9c96482fa5c6395ad275abd14f5
tree5d70bca148437f1fc929400af52e24a9c1d33614
parent5e2f8fdda97247644715af72b2473711cf2b0df2
The CUDA device attribute doesn't need custom logic to check the number of attribute arguments (the common attribute handler already does this). Switching to use the simple attribute handler. No functional change intended.

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