Add a static analysis pass to verify that for any do_QueryFrame<Interface> there is an Interface::kFrameIID declared. NPODB, static-checking only.

This commit is contained in:
Benjamin Smedberg
2009-01-12 14:21:11 -05:00
parent 0f95227641
commit cbbce9065a
5 changed files with 126 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ function process_tree(fndecl)
function process_decl(decl)
{
for each (let module in modules)
if (module.hasOwnProperty('process_var'))
if (module.hasOwnProperty('process_decl'))
module.process_decl(decl);
}