]> granicus.if.org Git - clang/commit
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)
commitecc159aae7002f76951b26197dbab83ca3df4ca0
tree8cfcda7b08525c827fa7668af1143279bf379fe4
parent9e8f0d3f6a9745e556dfba30457dff380b22bd15
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224533 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/ModuleBuilder.cpp