practicalswift
1339b5403b
Consistent use of header comment format.
...
Correct format:
//===--- Name of file - Description ----------------------------*- Lang -*-===//
2016-01-04 13:26:31 +01:00
Zach Panzarino
e3a4147ac9
Update copyright date
2015-12-31 23:28:40 +00:00
practicalswift
8c5b8e5186
Fix typo: dagnostic → diagnostic
2015-12-14 00:11:33 +01:00
Dmitri Hrybenko
0ac3f6f299
Allow const Decls to be used with PrettyStackTraceDecl
...
Swift SVN r15045
2014-03-14 12:37:01 +00:00
John McCall
0f97e9307c
Extract out a function to print a SourceLoc for pretty stack traces.
...
Swift SVN r10339
2013-11-11 19:52:32 +00:00
Doug Gregor
a85ef1e7c4
Introduce stack trace information for resolving type representations.
...
This should help give a slightly better experience for out-of-order
type checking issues until we manage to make type checking
order-independent. <rdar://problem/14702636>.
Swift SVN r7149
2013-08-12 14:59:13 +00:00
Dmitri Hrybenko
3d37954e81
Remove SourceManager::decompose() and switch its clients to normal location and
...
range printing
Swift SVN r7122
2013-08-10 02:19:50 +00:00
John McCall
fcd998a48b
PrettyStackTrace enhancements for SIL constructs.
...
Swift SVN r6966
2013-08-07 00:10:57 +00:00
John McCall
77b62557a6
Add a pretty stack trace entry for a type (and a newline to
...
the generic source-location printer).
Swift SVN r4922
2013-04-26 18:48:36 +00:00
John McCall
14aa93a382
Publicize an API for printing out a source location for
...
debugging purposes. Add a PrettyStackTraceLocation for
noting that we're currently processing a fixed location.
Swift SVN r1096
2012-01-26 00:07:05 +00:00
John McCall
b2569c7786
Provide PrettyStackTraceEntries for Expr* and Stmt* as well,
...
and type-check functions within the former.
Swift SVN r989
2011-12-23 03:53:23 +00:00
John McCall
5bdea18fc4
Introduce a PrettyStackTraceEntry implementation for
...
processing declarations and use it in debug builds whenever
the tree walker walks into a Decl.
Swift SVN r984
2011-12-23 01:58:26 +00:00