]> granicus.if.org Git - clang/commit
Change dyn_cast for reference types to be more like pointers and not need the canonic...
authorBill Wendling <isanbard@gmail.com>
Tue, 17 Jul 2007 04:16:47 +0000 (04:16 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 17 Jul 2007 04:16:47 +0000 (04:16 +0000)
commitea5e79f930bcab2087646d1cb4fc1fe9dcf986a1
treeecb84af069b94267b25281adba0d2ef60cdef5ad
parent08ad47cbd1f81fcb31dbc731c13b885a07e12704
Change dyn_cast for reference types to be more like pointers and not need the canonical type. Also fix so that we're not expecting a return value from a void function

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39954 91177308-0d34-0410-b5e6-96231b3b80d8
AST/Type.cpp
Sema/SemaExpr.cpp