]> granicus.if.org Git - clang/commit
DeclObjC: Move computing the type of self into a separate function (NFC).
authorAdrian Prantl <aprantl@apple.com>
Wed, 8 Jul 2015 22:15:59 +0000 (22:15 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 8 Jul 2015 22:15:59 +0000 (22:15 +0000)
commit8a84f16d6d8609ba4a010a058bbe6ca260da79da
tree7d8b34ab5736bd92cbf211c5216c0981b15aa679
parentabaf7f03015904d824b06c0b4440ebcd257ab3e1
DeclObjC: Move computing the type of self into a separate function (NFC).
This function will be used for emitting debug info.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241748 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
lib/AST/DeclObjC.cpp