PetScan::scan_arrays: keep track of handled types in set of TypeDecl pointers
commitae43cbecf73a52b9db59286cb05217a5e146a070
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 25 Jan 2015 19:58:12 +0000 (25 20:58 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 4 Feb 2015 11:51:30 +0000 (4 12:51 +0100)
tree419c4571faf40223930045b2b276c41eabd4791d
parente0168081e6f40e038e98aede893063a34f7e0a41
PetScan::scan_arrays: keep track of handled types in set of TypeDecl pointers

This will allow us to reuse the same set to also store
TypedefNameDecl pointers in a subsequent commit.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
scan.cc