emacs/test/lisp/progmodes/flymake-resources
João Távora aec08e609e Keep and report "foreign" diangnostics in flymake-cc Flymake backend
This includes diagnostics for .h files that sprang up when checking a
c file.  Those diagnostics are reported to the Flymake infrastructure
which does not (yet) do anything with them.

This includes a change to the test fixtures, too.

* lisp/progmodes/flymake-cc.el (flymake-cc--make-diagnostics): Rework

* test/lisp/progmodes/flymake-resources/another-problematic-file.c:
  New file.

* test/lisp/progmodes/flymake-resources/some-problems.h:
  Add a function declaration..
2021-09-14 12:22:15 +01:00
..
another-problematic-file.c Keep and report "foreign" diangnostics in flymake-cc Flymake backend 2021-09-14 12:22:15 +01:00
errors-and-warnings.c Fix three Flymake bugs when checking C header files 2017-10-03 14:18:55 +01:00
Makefile Ensure flymake tests use gcc rather than $CC 2018-12-15 15:08:28 -08:00
no-problems.h Fix three Flymake bugs when checking C header files 2017-10-03 14:18:55 +01:00
some-problems.h Keep and report "foreign" diangnostics in flymake-cc Flymake backend 2021-09-14 12:22:15 +01:00
test.c
test.pl Add tests for Flymake backends for Ruby and Perl 2017-11-05 12:55:43 +00:00
test.rb Add tests for Flymake backends for Ruby and Perl 2017-11-05 12:55:43 +00:00