Code

analyzer: attributes and backends are always iterable, even in filters.
authorSebastian Harl <sh@tokkee.org>
Sun, 15 Mar 2015 14:40:04 +0000 (10:40 -0400)
committerSebastian Harl <sh@tokkee.org>
Sun, 15 Mar 2015 14:40:04 +0000 (10:40 -0400)
commit286bbf402bfddc995b74987e4055c460f20361ec
tree748d47584ae17f582b8accb39ee5482fef053c48
parentda52b4da948c741d20c7a3995ce5d133af377def
analyzer: attributes and backends are always iterable, even in filters.

Before, this was not allowed because the execution context for a filter is not
know (generic) and this case was to handled separately.
src/frontend/analyzer.c