eolian: move deferred eo file parsing to the very end
authorDaniel Kolesa <d.kolesa@osg.samsung.com>
Wed, 15 Jun 2016 15:20:45 +0000 (16:20 +0100)
committerDaniel Kolesa <d.kolesa@osg.samsung.com>
Wed, 15 Jun 2016 15:20:45 +0000 (16:20 +0100)
commitf7e09d3570aa92a756c4d287ba9da845fcd554f7
treed37aeb86bc2eaa1afd8926ec5d9255a7c9bdc755
parent2001907bfd75981685837077b96a836be182f107
eolian: move deferred eo file parsing to the very end

Because of this the cyclic check would occasionally have false positives.
By moving deferred eo parsing to the end of the whole parse process, it
can no longer affect the cyclic checker.

@fix
src/lib/eolian/database_fill.c
src/lib/eolian/eolian_database.c