class documentation
Extract warnings from GCC's output
Analyzes compiler output and classifies warnings.
Method | __init__ |
Undocumented |
Method | analyze |
Get dictionary of classified warnings. |
Method | by |
Extract warning messages corresponding to warntype. The warntypes can be all keys of the _warning_pattern_map dictionary. @param warntype: The type of warning message that should be extracted. @type warntype: str @return a list of warning messages @rtype list... |
Instance Variable | warning |
Undocumented |
Class Variable | _warning |
Undocumented |
Get dictionary of classified warnings.
@return A dictionary of lists of warning messages indexed by the warning type @rtype {str:[str]}