Pete Johns 6e0ef3eda2 Fixed #1132 (Detection of misused scope objects in functions)
Emits error in the form:

    [useless_lock.cpp:18]: (error) instance of "Lock" object destroyed immediately

    ...if an instance of a class or struct is unnamed and therefore destroyed
    straight after creation.

    Only checks for misused scope objects within functions.

    Optimised isIdentifierObjectType() by memoizing.
2010-10-02 14:22:26 +10:00
..
2010-09-26 16:52:30 +10:00
2010-02-19 07:21:16 +01:00
2010-07-26 16:46:37 +02:00
2010-09-26 16:52:30 +10:00
2010-09-26 13:29:23 +10:00
2010-09-18 20:08:34 +02:00
2010-09-26 13:29:23 +10:00
2010-09-26 13:29:23 +10:00