Files
neovim/src/nvim
Eliseo Martínez 04e42f2ae4 Fix warnings: tag.c: test_for_static()/get_tags(): Various (2): FP.
Problems   : Assigned value is garbage or undefined @ 2191.
             Uninitialized argument value @ 2796.
Diagnostic : False positives.
Rationale  : Both problems share the same cause.
             Error happens in get_tags(), if parse_match() fails because
             of parse_tag_line() failing before. Then, `tp` is not
             correctly initialized and subsequent code accesses garbage
             values.
             This is not really possible, as parse_tag_line() should not
             fail after find_tags() has been successful.
             That is because find_tags() already does tag line parsing,
             using parse_tag_line() itself for it (or a quicker
             alternative that should produce same result). That's why
             return value of parse_match() is ignored, and subsequent
             code assumes it is successful.
Resolution : Assert parse_match() always successful.
2014-11-18 21:57:47 +01:00
..
2014-11-10 19:26:01 -05:00
2014-11-14 11:56:25 -05:00
2014-11-15 17:17:21 -05:00
2014-08-02 09:16:59 +03:00
2014-07-16 17:12:34 +02:00
2014-07-12 14:26:55 +02:00
2014-11-09 18:34:57 +01:00
2014-06-02 11:04:18 -03:00
2014-06-02 11:04:18 -03:00
2014-08-14 06:24:00 +00:00
2014-06-02 11:04:18 -03:00
2014-07-12 14:26:55 +02:00
2014-07-12 14:26:55 +02:00
2014-08-20 20:21:37 +04:00
2014-07-12 14:26:55 +02:00
2014-08-20 20:21:37 +04:00
2014-07-12 14:26:55 +02:00
2014-11-15 17:17:21 -05:00
2014-06-02 11:04:17 -03:00
2014-08-31 15:47:36 +02:00
2014-11-11 11:55:59 -05:00
2014-06-02 11:04:18 -03:00
2014-07-20 16:59:57 -04:00
2014-10-18 12:51:35 -03:00
2014-07-12 14:26:55 +02:00
2014-06-02 11:04:18 -03:00
2014-07-09 00:18:19 +02:00
2014-07-16 19:05:34 +02:00
2014-11-06 00:18:26 +01:00
2014-09-11 20:11:57 +02:00
2014-06-02 11:04:17 -03:00
2014-09-10 21:33:51 +02:00
2014-07-12 14:26:55 +02:00
2014-11-11 11:34:58 -05:00
2014-07-29 18:08:15 +02:00
2014-11-06 00:18:26 +01:00
2014-06-02 11:04:17 -03:00
2014-06-02 11:04:17 -03:00
2014-08-02 09:16:59 +03:00
2014-06-02 11:04:17 -03:00
2014-11-06 00:18:26 +01:00
2014-07-12 14:26:55 +02:00
2014-06-02 11:04:17 -03:00
2014-06-02 11:04:17 -03:00
2014-07-12 14:26:55 +02:00
2014-11-11 11:34:58 -05:00
2014-07-12 14:26:55 +02:00
2014-09-12 13:25:29 -03:00
2014-07-12 14:26:55 +02:00
2014-08-02 09:17:00 +03:00
2014-07-16 19:05:35 +02:00
2014-09-30 19:35:46 -04:00
2014-06-12 01:20:36 -05:00
2014-06-02 11:04:17 -03:00
2014-07-16 19:05:34 +02:00
2014-07-12 14:26:55 +02:00
2014-11-13 11:38:19 -05:00
2014-07-12 14:26:55 +02:00
2014-07-12 14:26:55 +02:00
2014-07-21 19:29:29 +02:00
2014-06-02 11:04:17 -03:00
2014-07-09 00:18:20 +02:00
2014-07-12 14:26:55 +02:00
2014-07-12 14:26:55 +02:00
2014-07-14 21:14:40 +02:00
2014-09-19 20:23:06 -04:00
2014-07-21 19:29:29 +02:00
2014-11-11 11:34:58 -05:00
2014-07-12 14:26:55 +02:00
2014-06-02 11:04:18 -03:00
2014-11-09 18:34:57 +01:00
2014-11-14 11:56:25 -05:00
2014-06-02 11:04:17 -03:00
2014-11-06 00:18:26 +01:00
2014-07-12 14:26:55 +02:00