]> granicus.if.org Git - clang/commit
we now correctly emit:
authorChris Lattner <sabre@nondot.org>
Tue, 21 Aug 2007 01:19:46 +0000 (01:19 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 21 Aug 2007 01:19:46 +0000 (01:19 +0000)
commit2b8bac52b8c5690c7a6525c95feefe29bb12178d
tree1ee71b3854dd3d991b3e0bb2e213dd89e6288006
parentc9e2091efcb535110474434dd12015afdc3b1637
we now correctly emit:
unused-expr.c:8:6: warning: comparison of distinct pointer types ('int volatile *' and 'int *')
  VP == P;
  ~~ ^  ~

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41210 91177308-0d34-0410-b5e6-96231b3b80d8
test/Sema/unused-expr.c