1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00
emacs/test/lisp/progmodes
Philipp Stephani 5d1d00c341 Add a new compile error regexp for Clang includes
Clang uses a slight variation of GCC's include format, causing includes
to be treated as warnings instead of informational messages.  Use a new
regular expression instead.

* lisp/progmodes/compile.el
(compilation-error-regexp-alist-alist): New element
`clang-include' for Clang-style "included from" lines.
* test/lisp/progmodes/compile-tests.el
(compile-tests--test-regexps-data): Add unit test.
2016-12-18 21:59:14 +01:00
..
flymake-resources
cc-mode-tests.el
compile-tests.el Add a new compile error regexp for Clang includes 2016-12-18 21:59:14 +01:00
elisp-mode-tests.el
etags-tests.el Make etags-tests work in out-of-tree builds 2016-12-12 19:56:03 +02:00
f90.el
flymake-tests.el
python-tests.el
ruby-mode-tests.el
sql-tests.el
subword-tests.el
xref-tests.el