Merge: Correct warn on noautoinit
authorJean Privat <jean@pryen.org>
Thu, 28 May 2015 00:19:25 +0000 (20:19 -0400)
committerJean Privat <jean@pryen.org>
Thu, 28 May 2015 00:19:25 +0000 (20:19 -0400)
commitff398ddfe30222b1270920dbe776265356ab2a59
tree938ac60118e5608050ae7b4d06d1454a96921666
parenta90c906cc01a5567cfa290835713a3540d2e98cc
parent795857f8454ceab794a14c230e8cc1720ff1d54d
Merge: Correct warn on noautoinit

Move the analysis of the class annotation `noautoinit` after the inheritance of initializers so the warning is correct, thus fixes #1350

The main commit is mainly moving the code in the same method.

Pull-Request: #1408
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>