Files
loongoffice/include/editeng
Noel Grandin e2080e70fe new compilerplugin returnbyref
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
2014-06-24 11:34:21 +02:00
..
2014-03-17 22:48:53 -04:00
2014-02-21 12:19:24 +02:00
2014-03-01 09:51:32 -06:00
2014-03-01 09:51:32 -06:00
2014-03-01 09:51:32 -06:00
2014-05-30 13:05:55 +02:00
2014-04-04 13:44:18 +02:00
2014-02-27 12:30:29 +02:00
2014-03-01 09:51:32 -06:00
2014-02-27 12:30:28 +02:00
2014-05-06 07:19:09 +02:00
2014-02-27 12:30:30 +02:00
2014-04-04 13:44:18 +02:00
2014-06-24 11:34:21 +02:00
2014-03-03 08:59:38 +02:00
2014-05-30 13:05:55 +02:00
2014-06-05 08:17:47 +02:00
2014-04-04 13:44:18 +02:00