]> granicus.if.org Git - clang/commit
Move the implementation of getInnermostBlockDecl to the .cpp file to fix
authorAkira Hatanaka <ahatanaka@apple.com>
Thu, 18 Apr 2019 00:00:16 +0000 (00:00 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Thu, 18 Apr 2019 00:00:16 +0000 (00:00 +0000)
commit7f5aa78ec0f83af1444a63d5f38dc099aaa7279a
treea01b9c5a6bfb5f05d161336f3afb3175122e204e
parent614310c7aedf3273523352b1ee16660e7bbf9601
Move the implementation of getInnermostBlockDecl to the .cpp file to fix
failing bots.

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