]> granicus.if.org Git - clang/commit
Test POD and trivial type traits given a class derived from a generic
authorChandler Carruth <chandlerc@gmail.com>
Sat, 23 Apr 2011 20:51:42 +0000 (20:51 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 23 Apr 2011 20:51:42 +0000 (20:51 +0000)
commit43a56a0622917ae996244d76d5f20c4d31cc119c
tree19f0d4f91a15968e97f903832e3cb0b9d0afd6bf
parent34eaaa523c3820dd32bcd9530148e76e87dcfa90
Test POD and trivial type traits given a class derived from a generic
non-POD type.

It might be nicer to have a Derives* variant for each of HasCons,
HasCopy, etc. Then we could test each of those and also test the __has_*
traits. WIP.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130074 91177308-0d34-0410-b5e6-96231b3b80d8
test/SemaCXX/type-traits.cpp