rikardfalkeborn
5e120b567c
isVariableDeclaration: Handle pointer to const pointer ( #1395 )
...
isVariableDeclaration did not handle pointer to const pointer, or
pointer to volatile pointer. This resulted in FPs in examples like the
following:
class Fred {
public:
const char *const *data;
const char *const *getData() { return data; };
}
where cppcheck would say getData could be static, since it didn't
recognize const char *const *data as a variable declaration.
2018-09-25 06:19:26 +02:00
..
2018-08-16 21:37:40 +02:00
2017-06-05 13:23:00 +02:00
2016-08-06 18:21:54 +02:00
2018-01-14 15:37:52 +01:00
2018-01-14 15:37:52 +01:00
2018-01-14 15:37:52 +01:00
2018-06-10 22:07:21 +02:00
2018-06-10 22:07:21 +02:00
2018-06-10 22:07:21 +02:00
2018-09-08 21:10:34 +02:00
2018-06-10 22:07:21 +02:00
2018-06-10 22:07:21 +02:00
2018-08-31 18:25:43 +02:00
2018-06-10 22:07:21 +02:00
2018-09-25 06:19:26 +02:00
2018-09-24 15:08:16 +02:00
2018-09-23 16:03:18 +02:00
2018-06-29 22:54:12 +02:00
2018-05-15 16:37:40 +02:00
2018-09-18 12:58:14 +02:00
2018-06-10 22:07:21 +02:00
2018-06-10 22:07:21 +02:00
2018-04-18 16:12:35 +02:00
2018-08-03 12:14:39 +02:00
2018-09-13 09:19:15 +02:00
2018-06-10 22:07:21 +02:00
2018-06-10 22:07:21 +02:00
2018-06-10 22:07:21 +02:00
2018-05-15 16:37:40 +02:00
2018-06-10 22:07:21 +02:00
2018-07-15 23:05:48 +02:00
2018-09-24 15:08:16 +02:00
2018-09-24 15:08:16 +02:00
2018-06-10 22:07:21 +02:00
2018-06-10 22:07:21 +02:00
2018-09-24 06:37:47 +02:00
2018-06-10 22:07:21 +02:00
2018-06-10 22:07:21 +02:00
2018-05-15 16:37:40 +02:00
2018-05-15 16:37:40 +02:00
2018-06-10 22:07:21 +02:00
2018-09-24 15:08:16 +02:00
2018-04-23 20:03:06 +02:00
2018-04-23 20:03:06 +02:00
2018-09-24 15:08:16 +02:00
2018-09-23 10:27:38 +02:00
2018-06-10 22:07:21 +02:00
2018-08-16 14:30:28 +02:00
2018-05-15 16:37:40 +02:00
2018-09-21 10:38:30 +02:00
2018-08-12 08:01:15 +02:00
2018-08-11 11:40:48 +02:00
2018-09-24 15:08:16 +02:00
2018-09-24 15:08:16 +02:00
2018-09-25 06:19:26 +02:00
2018-06-10 22:07:21 +02:00
2018-06-16 22:28:14 +02:00
2018-09-24 15:08:16 +02:00
2018-09-23 10:27:38 +02:00
2018-06-10 22:07:21 +02:00
2018-09-24 15:08:16 +02:00
2018-09-22 16:52:34 +02:00
2018-08-08 11:31:35 +02:00
2018-06-10 22:07:21 +02:00
2018-06-10 22:07:21 +02:00
2018-06-10 22:07:21 +02:00
2018-06-10 22:07:21 +02:00
2018-09-08 10:43:08 +02:00
2018-06-10 22:07:21 +02:00