]> granicus.if.org Git - clang/commit
Make 'SEL' pointer to a builtin type and not an
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 23 Nov 2009 18:04:25 +0000 (18:04 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 23 Nov 2009 18:04:25 +0000 (18:04 +0000)
commit04765ac135e0c4e6b78651c2a287d80a32b2b8b9
tree559d1ebf412a2cd1584360af6556094e2c9e9963
parent998c133a3b1cd0c34c52907f3ec2798e0dde7e0e
Make 'SEL' pointer to a builtin type and not an
objective-c pointer type. This was a serious mishap and
luckily, Ted's test caught that (and patch fixes the test case).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89680 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Type.cpp
lib/Sema/Sema.cpp
test/Analysis/MissingDealloc.m