]> granicus.if.org Git - clang/commit
Some (most) type trait expressions require that the argument passed in is a complete...
authorAnders Carlsson <andersca@mac.com>
Tue, 7 Jul 2009 19:06:02 +0000 (19:06 +0000)
committerAnders Carlsson <andersca@mac.com>
Tue, 7 Jul 2009 19:06:02 +0000 (19:06 +0000)
commit3292d5ce510061ea50152f53b7ab462b622176f4
treef6ad319d6859ba5a39b0d013a5526f8df2cfcc85
parent0337f21c78bdadff64bc6ae40eb9962d947e5bb0
Some (most) type trait expressions require that the argument passed in is a complete type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74937 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaExprCXX.cpp
test/SemaCXX/type-traits-incomplete.cpp [new file with mode: 0644]