diff options
author | Daniel MartÃn <mardani29@yahoo.es> | 2020-07-26 15:24:59 +0200 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2020-08-28 14:45:15 -0400 |
commit | 6e25d615449733d12ef82940903f3fda6f8744dc (patch) | |
tree | 868db3397e37be751a418309d3289ad3b0f10566 /etc/compilation.txt | |
parent | 2af8f7a1e42fa5ae5b87ccada63360c8969a83cf (diff) | |
download | emacs-6e25d615449733d12ef82940903f3fda6f8744dc.tar.gz emacs-6e25d615449733d12ef82940903f3fda6f8744dc.tar.bz2 emacs-6e25d615449733d12ef82940903f3fda6f8744dc.zip |
Add support for parsing column numbers in Visual Studio messages
* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist):
Extend regular expression to match optional column numbers.
*
test/lisp/progmodes/compile-tests.el (compile-tests--test-regexps-data):
Add a test.
* test/lisp/progmodes/compile-tests.el (compile-test-error-regexps):
Update the total number of compilation errors in a test.
* etc/compilation.txt: Update compilation.txt with the newly supported
message format.
* etc/NEWS: Advertise the feature.
Diffstat (limited to 'etc/compilation.txt')
-rw-r--r-- | etc/compilation.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/compilation.txt b/etc/compilation.txt index 8f7e2906787..11aefc6bc6f 100644 --- a/etc/compilation.txt +++ b/etc/compilation.txt @@ -381,6 +381,7 @@ made it more strict about the error message that follows. keyboard handler.c(537) : warning C4005: 'min' : macro redefinition d:\tmp\test.c(23) : error C2143: syntax error : missing ';' before 'if' d:\tmp\test.c(1145) : see declaration of 'nsRefPtr' +c:\tmp\test.cpp(101,11): error C4101: 'bias0123': unreferenced local variable [c:\tmp\project.vcxproj] 1>test_main.cpp(29): error C2144: syntax error : 'int' should be preceded by ';' 1>test_main.cpp(29): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1> |