]> granicus.if.org Git - clang/commit
Fix crash with cast of value-dependent expr.
authorEli Friedman <eli.friedman@gmail.com>
Thu, 19 Sep 2013 01:12:33 +0000 (01:12 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 19 Sep 2013 01:12:33 +0000 (01:12 +0000)
commitf91e86c9462006e819ff0d02df564d9b715c047e
tree1efa06115280d3c24fc501a140f88c6ce6bf798c
parentd2f9308220af22bfc1bcd3bc2cad118dbd8be013
Fix crash with cast of value-dependent expr.

We don't really need to perform semantic analysis on the dependent expression
anyway, so just call the cast dependent.

<rdar://problem/15012610>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190981 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaCast.cpp
test/SemaTemplate/dependent-expr.cpp