• Philipp Stephani's avatar
    Add a new compile error regexp for Clang includes · 5d1d00c3
    Philipp Stephani authored
    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.
    5d1d00c3
compile.el 122 KB