ModuleBuilder: assert that all deferred inline method defs get handled
authorHans Wennborg <hans@hanshq.net>
Thu, 18 Dec 2014 19:19:00 +0000 (19:19 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 18 Dec 2014 19:19:00 +0000 (19:19 +0000)
commit2b0d0148342090b44a637c5b9f63a3ceda8e351c
tree5f1cb21ace5024cdb4648cf73d8d2ce858d77f83
parent76d629744b6fc954720e3eb20a1966a56904f4e8
ModuleBuilder: assert that all deferred inline method defs get handled

While we're here, also move the declaration of DeferredInlineMethodDefinitions
closer to the other member vars and make it a SmallVector. NFC.

llvm-svn: 224533
clang/lib/CodeGen/ModuleBuilder.cpp