• Noel Grandin's avatar
    new compilerplugin returnbyref · e2080e70
    Noel Grandin yazdı
    Find places where we are returning a pointer to something, where we can
    be returning a reference.
    e.g.
       class A {
         struct X x;
         public X* getX() { return &x; }
       }
    which can be:
         public X& getX() { return x; }
    
    Change-Id: I796fd23fd36a18aedf6e36bc28f8fab4f518c6c7
    e2080e70
Adı
Son kayıt (commit)
Son güncelleme
..
inc/pch Loading commit data...
qa/cppunit Loading commit data...
source/filter Loading commit data...
util Loading commit data...
CppunitTest_lotuswordpro_test_lotuswordpro.mk Loading commit data...
Library_lwpft.mk Loading commit data...
Makefile Loading commit data...
Module_lotuswordpro.mk Loading commit data...
README Loading commit data...