Commit Graph

10 Commits

Author SHA1 Message Date
Dave Abrahams
b0f8dc0f6d [emacs support] parse more StdlibUnittest errors
Sometimes there's trailing stuff at the end of the line that quotes file
and line, e.g. " ; introductory text:"

Swift SVN r24610
2015-01-21 21:32:09 +00:00
Dave Abrahams
43257cbfaa [emacs, line-directive] StdlibUnittest support
Recognize more StdlibUnittest output both in our emacs error parsing
and in the line-directive tool.

Corrected a bug in the emacs error support that caused it to mask one
error format with a second one having the same name

Swift SVN r23464
2014-11-20 03:41:09 +00:00
Dave Abrahams
ebde372ef9 [stdlib] Add space to Core Graphics type printing
Core Graphics mirrors were emitting textual representations without
spaces following commas separating values.  This commit fixes that
issue.

Swift SVN r22897
2014-10-23 20:50:09 +00:00
Dave Abrahams
59ed849b51 [emacs support] parse more StdlibUnittest output
Swift SVN r22772
2014-10-15 20:32:36 +00:00
Dave Abrahams
b13aadb5f3 [emacs-support] More StdlibUnittest error parsing
Swift SVN r22496
2014-10-03 16:03:03 +00:00
Dave Abrahams
137ada1faf [emacs-support] parse more Stdlibunittest errors
Swift SVN r22395
2014-09-30 18:19:28 +00:00
Dave Abrahams
b0cc378b56 [emacs-support] parse Stdlibunittest errors
Swift SVN r22394
2014-09-30 17:45:51 +00:00
Dave Abrahams
802b226b42 [emacs support] auto-mode for .xxx.gyb files
Putting mode cookies in .swift.gyb files gets tiresome after a while

Swift SVN r21825
2014-09-10 02:06:08 +00:00
Ted Kremenek
fad874708e Adjust test cases.
Swift SVN r17964
2014-05-12 22:01:52 +00:00
Dave Abrahams
32f76c2fa7 [utils] Emacs: automatically insert LLVM headers
New files automatically get the LLVM header if you enable
auto-insert-mode.  You can also generate one explicitly in any file
using `M-x llvm-header'.  Along the way, factored settings specific to
the Swift project out of swift-mode.el and put them in
swift-project-settings.el

Swift SVN r13319
2014-02-02 23:20:15 +00:00