Files
libreoffice/unotools
Noel Grandin d5129a9dd6 new clang plugin: loopvartoosmall
Idea from bubli - look for loops where the index variable is of such
size that it cannot cover the range revealed by examining the length
part of the condition.

So far, I have only run the plugin up till the VCL module.

Also the plugin deliberately excludes anything more complicated than a
straightforward incrementing for loop.

Change-Id: Ifced18b01c03ea537c64168465ce0b8287a42015
2015-05-28 12:49:54 +02:00
..
2015-02-16 12:54:45 +00:00
2015-04-04 23:08:44 +02:00
2015-05-28 12:49:54 +02:00

Helpers for C++ use of UNO.