cppcheck/cfg
Sam Truscott 3d0524ecc6 Update the detection of the arguments in Qt's invokeMethod.
invokeMethod can invoke functions by name (string) rather than a
direct function call (i.e. reflection). The old code wasn't
correctly parsing out the argument which contained the name
of the function to call.

This resulted in that function being reported as unused when it is.
2014-03-13 16:43:25 +00:00
..
gtk.cfg Library: add new "define" tag 2014-02-07 10:13:36 +04:00
posix.cfg Fixed #4611 (Resource leak not found (was: Reverse NULL check)) 2014-03-11 06:32:56 +01:00
qt.cfg Update the detection of the arguments in Qt's invokeMethod. 2014-03-13 16:43:25 +00:00
sdl.cfg add basic support for SDL lib. 2014-02-02 13:34:13 +03:00
std.cfg Fixed #3098 (false negative: unitialized variable being passed to strcoll()) 2014-03-06 16:31:31 +01:00
windows.cfg Fixed #5542 (False positive: Mismatching allocation and deallocation) 2014-03-09 11:45:48 +01:00