r272247 - [Sema] Don't crash when a field w/ a mem-initializer clashes with a record name

Kim Gräsman via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 9 08:06:56 PDT 2016


On Thu, Jun 9, 2016 at 4:51 PM, David Majnemer <david.majnemer at gmail.com> wrote:
> It would mean that the instantiation of the class template gained a field
> which should be impossible.

OK, so assert(Lookup.size() > 0) always holds? Makes sense, thanks.

- Kim


More information about the cfe-commits mailing list