]> granicus.if.org Git - clang/commit
Relax assertion since non-pod C++ classes are not aggregates, but still can appear...
authorTed Kremenek <kremenek@apple.com>
Fri, 25 Jun 2010 23:51:38 +0000 (23:51 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 25 Jun 2010 23:51:38 +0000 (23:51 +0000)
commit4d3b1affd5e32a7db18745f72ca16917458c36b0
tree44f6e26188054b04d7090de73d87574d74c98acf
parentf683976830768f207ad70150d14e08b04fe532be
Relax assertion since non-pod C++ classes are not aggregates, but still can appear in this context.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106919 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Checker/GRExprEngine.cpp