]> granicus.if.org Git - clang/commit
Tighten up address-of checking, implementing test/Sema/expr-address-of.c.
authorChris Lattner <sabre@nondot.org>
Fri, 16 Nov 2007 17:46:48 +0000 (17:46 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 16 Nov 2007 17:46:48 +0000 (17:46 +0000)
commitf82228f6ed2b4bb195a519afa777ba521b5c62df
tree5abc81727ba6db57e5d46e875bb8154e83fb25cf
parent825502a9ee613fdfb73b84cc85b9fdc58e680d86
Tighten up address-of checking, implementing test/Sema/expr-address-of.c.
This fixes a bug reported by Seo Sanghyeon.

This was meant to be committed yesterday, but the commit failed.  doh.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44190 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/SemaExpr.cpp
test/Sema/expr-address-of.c [new file with mode: 0644]