Pete Johns b72b699b76 Fixed false-positive: Object is referenced on construction
struct Foo {
        void bar() {
        }
    };

    void fn() {
        Foo().bar(); // This caused a false-positive
    }
2010-10-02 20:26:29 +10:00
..
2010-09-06 21:08:50 +03:00
2010-07-31 08:52:28 +02:00
2010-09-03 13:30:49 +02:00
2010-08-31 23:18:07 +03:00