Outparamdel

From MozillaWiki
Revision as of 22:09, 13 November 2007 by Tglek (talk | contribs) (New page: [http://blog.mozilla.com/tglek/2007/08/06/outparams-take-2/ Blog entry]. Pork#Running_outparamdel gives an example of running the tool. TODO: * Convert NS_ERROR errors to constants ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Blog entry.


Pork#Running_outparamdel gives an example of running the tool.

TODO:

  • Convert NS_ERROR errors to constants
  • Write an optimizer for ?: caller rewrites
  • Need a macro to annotate getters where assigning NULL to the outparam has a special meaning. ie nsresult getterFunc(NOT_NULL(nsISupports **outval))