]> granicus.if.org Git - clang/commit
Use LVal::IsLValType(T) instead of checking to see if the type is an "lvalue" type...
authorTed Kremenek <kremenek@apple.com>
Wed, 1 Oct 2008 05:02:13 +0000 (05:02 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 1 Oct 2008 05:02:13 +0000 (05:02 +0000)
commit8da6ca99ecf0ecac8fc215ccc3c5ebce154e60ee
tree03a19145981480b88b4a9f4641a3ee1f734e935b
parent33bc63b9c90715a3ad4b161ce99211160e9e96eb
Use LVal::IsLValType(T) instead of checking to see if the type is an "lvalue" type directly.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56912 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/RValues.cpp