]> granicus.if.org Git - clang/commit
Remaining work to collect objective-c's type qualifiers and use them to encode
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 1 Nov 2007 17:18:37 +0000 (17:18 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 1 Nov 2007 17:18:37 +0000 (17:18 +0000)
commitecb01e666665efabd2aa76a76f6080e2a78965fa
tree4937c2a7bd0d4b3e272a60d4b569bef3c3abf14d
parent0496005559e9b60bbebb564c787b81f90b618614
Remaining work to collect objective-c's type qualifiers and use them to encode
method types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43617 91177308-0d34-0410-b5e6-96231b3b80d8
AST/ASTContext.cpp
Sema/SemaDecl.cpp
include/clang/AST/ASTContext.h
include/clang/AST/Decl.h
include/clang/AST/DeclObjC.h
test/Sema/method-encoding-2.m [new file with mode: 0644]