]> granicus.if.org Git - clang/commit
Fix a regression on test/Sema/unused-expr.c by fixing the type predicates
authorChris Lattner <sabre@nondot.org>
Thu, 30 Aug 2007 06:10:41 +0000 (06:10 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 30 Aug 2007 06:10:41 +0000 (06:10 +0000)
commit915311cc10912f15d4e3e7520c3dd8500c33acfc
tree8371234a2b362d8d8b4bf009baaaf30abe0f41fa
parent8b6ca8866f09fd8e018a329a0749d2dcf11b146a
Fix a regression on test/Sema/unused-expr.c by fixing the type predicates
to test for the right type class.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41601 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/SemaExpr.cpp