Commit Graph

7 Commits

Author SHA1 Message Date
Erik Eckstein
6bbde47fe0 Use new mangling for type USRs used by incremental compilation 2017-02-20 18:04:37 -08:00
Jordan Rose
ec5502ae36 [Frontend] Make swiftdeps generation deterministic.
Daniel has been after me to do this for months; I'm ashamed to see
this was all it took.

rdar://problem/22808243
2016-12-08 16:15:35 -08:00
David Farler
b7d17b25ba Rename -parse flag to -typecheck
A parse-only option is needed for parse performance tracking and the
current option also includes semantic analysis.
2016-11-28 10:50:55 -08:00
Dmitri Gribenko
55864d10cb Tests: use 'mkdir -p' 2016-09-02 21:36:45 -07:00
Dmitri Gribenko
d175b3b66d Migrate FileCheck to %FileCheck in tests 2016-08-10 23:52:02 -07:00
Jordan Rose
97d1387710 Just be more conservative in seeing if a redeclaration check is a cascading dependency.
Swift SVN r30295
2015-07-17 01:57:26 +00:00
Jordan Rose
cfe20537d6 Dependencies: Make sure we count redeclaration checking as a dependency.
Also, checking protocol conformances doesn't depend on any members, just the type.
We don't track dependencies on types separately from members right now, though,
so instead there's now a dummy dependency on 'deinit'.

Swift SVN r30288
2015-07-16 23:36:35 +00:00