]> git.eshelyaron.com Git - emacs.git/commit
Add a new compile error regexp for Clang includes
authorPhilipp Stephani <phst@google.com>
Sat, 10 Dec 2016 20:39:55 +0000 (21:39 +0100)
committerPhilipp Stephani <phst@google.com>
Sun, 18 Dec 2016 20:59:14 +0000 (21:59 +0100)
commit5d1d00c34123aad92cffd913152987de05c5e713
tree53d24afbe6b7a543d7dcaa1560bbc43401428ed2
parent4b6baba2526c53c56fc1835b6353c0c87fe80a90
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.
lisp/progmodes/compile.el
test/lisp/progmodes/compile-tests.el