PKEuS d6cfbc6483 Improved checks in CheckStl:
- Generalized check for inefficient emptiness check to detect !%var%.size() calls also outside of if and while; detect it also for %var%.size() when linked with && or ||.
Refactorizations in CheckStl:
- Removed an indendation counter and an offset variable
- Reduced distance given to tokAt calls in CheckStl::redundantCondition
- Rearranged code in CheckStl::missingComparison to use more efficient comparision of varIds instead of variable names. Use varId in pattern instead of variable name.
2012-04-04 19:44:57 +02:00
..
2011-10-13 20:53:06 +02:00
2012-02-18 14:44:04 +01:00
2012-01-01 01:05:37 +02:00
2011-10-23 15:45:56 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-03-27 19:40:39 +02:00
2012-03-24 13:48:33 +01:00
2012-01-01 01:05:37 +02:00
2012-03-25 12:51:10 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-03-27 20:48:22 +02:00
2012-01-01 01:05:37 +02:00
2012-01-10 19:48:25 +02:00
2012-04-04 19:44:57 +02:00
2012-01-01 01:05:37 +02:00
2012-02-18 11:55:05 +01:00