]> granicus.if.org Git - clang/commit
Fix crash when using TypedViewRegions and ObjCQualifiedIdTypes (TypedViewRegion:...
authorTed Kremenek <kremenek@apple.com>
Thu, 12 Mar 2009 22:15:08 +0000 (22:15 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 12 Mar 2009 22:15:08 +0000 (22:15 +0000)
commite6fbdf538bc50122876639e08a1401e2bc9555ba
tree68b7686a42abd3b6cc5369dbabddb7944c85f349
parentdc192323e740eec20d6d7c3162067242403aa37b
Fix crash when using TypedViewRegions and ObjCQualifiedIdTypes (TypedViewRegion::getLValueType() was not implemented).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66830 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathSensitive/MemRegion.h
test/Analysis/region-1.m [new file with mode: 0644]