]> granicus.if.org Git - clang/commit
Use 'dyn_cast' instead of a check for a function declaration followed by a
authorTed Kremenek <kremenek@apple.com>
Fri, 14 Aug 2009 20:51:58 +0000 (20:51 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 14 Aug 2009 20:51:58 +0000 (20:51 +0000)
commitf1858598d2dea36991df88bb32a795797ea1c316
tree9e78c2bdc2615c16a2450f4d4bce4c24fa7f89bf
parenta18d7d80eb914a48521f0b7b25057fb8a69c4652
Use 'dyn_cast' instead of a check for a function declaration followed by a
'cast'.

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