Commit Graph

4 Commits

Author SHA1 Message Date
Dmitri Gribenko
d175b3b66d Migrate FileCheck to %FileCheck in tests 2016-08-10 23:52:02 -07:00
Erik Eckstein
c0cdbc4510 SILPrinter: only print simplified demangled names in comments.
For long names this is easier to read and in most cases the omitted information can be seen in the actual SIL code.
With the option -Xllvm -sil-full-demangle the old behavior can be restored.
2016-02-09 08:51:47 -08:00
Arsen Gasparyan
20f0b463c7 Fix whitespaces for a closure 2015-12-17 00:57:52 +03:00
Justin Bogner
10a841650c InstrProf: Handle profiling of member initializers as part of the constructor
We generate the code for member initializers in the constructors of
objects, so we need to handle profiling and coverage for them there as
well.

rdar://problem/21009702

Swift SVN r28799
2015-05-19 23:30:35 +00:00