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)
commitf8268f67f562ff8fd49ddbdef0adbc44837c5406
tree3cd11215696ba57ac66e895c31cd82e7f8a6d712
parent3333cc66436be86f5acefea1449303d2ddeb59ed
Move the implementation of getInnermostBlockDecl to the .cpp file to fix
failing bots.

llvm-svn: 358627
clang/include/clang/AST/DeclBase.h
clang/lib/AST/DeclBase.cpp