]> granicus.if.org Git - clang/commit
Allow user re-definition of SEL as well as accessing its fields.
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 25 Nov 2009 23:07:42 +0000 (23:07 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 25 Nov 2009 23:07:42 +0000 (23:07 +0000)
commit369a3bd9979cf529eed529aa037de713c213e47d
treef0d5f7515c56496bc4d72cd23d1dff7368f73ae0
parent1b2fc0f3e181d99fb34f60e711066fb11628ecd0
Allow user re-definition of SEL as well as accessing its fields.
This fixes pr5611.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89895 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
lib/AST/ASTContext.cpp
lib/Frontend/PCHReader.cpp
lib/Frontend/PCHWriter.cpp
lib/Sema/Sema.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaExpr.cpp
test/CodeGenObjC/sel-as-builtin-type.m