support declaration statements declaring more than one variable
commitbe3c9663459e4606739c111877a3978af267a480
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 26 May 2015 20:51:09 +0000 (26 22:51 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 31 May 2015 11:09:51 +0000 (31 13:09 +0200)
tree6f4a2f2fc6e4f31eb3a6965e94924055b3fd49ee
parent9b379da8fb13a660e82cd472b7760cdc5914730b
support declaration statements declaring more than one variable

In particular, extract a group of declaration trees from a clang DeclGroup
and extend the extraction of kills in scop_from_block to deal with
such groups of declaration trees.

Tested-by: Michael Kruse <MichaelKruse@meinersbur.de>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
scan.cc
scan.h
tests/autodetect/decl.scop
tests/autodetect/if1.scop [copied from tests/autodetect/decl.scop with 62% similarity]
tests/decl6.c [new file with mode: 0644]
tests/decl6.scop [new file with mode: 0644]
tree2scop.c