Hey hey,

There's finally complete JSON support in dxr.lanedo.com, making it
possible to query everything that could be retrieved through the usual
web interface:

* Macros, e.g: 
http://dxr.lanedo.com/json.cgi?tree=mozilla-central&query=macros&string=NS_ENSURE_TRUE
* Functions, e.g: 
http://dxr.lanedo.com/json.cgi?tree=mozilla-central&query=functions&string=getGfxContext
* Variables, e.g: 
http://dxr.lanedo.com/json.cgi?tree=mozilla-central&query=variables&string=context
* Warnings, e.g: 
http://dxr.lanedo.com/json.cgi?tree=mozilla-central&query=warnings&string=conversion
* Callers of a function, e.g: 
http://dxr.lanedo.com/json.cgi?tree=mozilla-central&query=callers&string=IsVisible

So the next step as Taras suggested is setting up unit tests that use
this for ensuring data consistency :)

  Carlos

_______________________________________________
dev-static-analysis mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-static-analysis

Reply via email to