]> granicus.if.org Git - clang/commit
Detecting illegal instantiations of abstract types when using a function-style cast...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 7 May 2012 00:02:00 +0000 (00:02 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 7 May 2012 00:02:00 +0000 (00:02 +0000)
commit21eb6d4961abf710de3864a537655e9c57903803
treedf8ef86933185229c7b1b36be92218fba30f1b34
parentc838fd2ab889ffbb82c90da0cd634ef75b614b2c
Detecting illegal instantiations of abstract types when using a function-style cast.  Fixed PR12658.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156271 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaCast.cpp
test/SemaCXX/abstract.cpp