blob: 37958f1c944dff2227464a62a9e4b94c1332ef97 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001" Vim compiler file
2" Compiler: icc - Intel C++
3" Maintainer: Peter Puck <PtrPck@netscape.net>
4" Last Change: 2004 Mar 27
Doug Kearns408281e2024-04-04 22:00:58 +02005" 2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
Bram Moolenaar071d4272004-06-13 20:20:40 +00006
7if exists("current_compiler")
8 finish
9endif
10let current_compiler = "icc"
11
Bram Moolenaar071d4272004-06-13 20:20:40 +000012" I think that Intel is calling the compiler icl under Windows
13
14CompilerSet errorformat=%-Z%p^,%f(%l):\ remark\ #%n:%m,%f(%l)\ :\ (col.\ %c)\ remark:\ %m,%E%f(%l):\ error:\ %m,%E%f(%l):\ error:\ #%n:\ %m,%W%f(%l):\ warning\ #%n:\ %m,%W%f(%l):\ warning:\ %m,%-C%.%#
15