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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user