Commits

Michael Ilseman committed 3b83082f0af
[noescape by default] Always emit error/fixit on parameter @noescape Emits the error and fixit on parameter @noescape to move it to the type, even if the type itself is also correctly attributed as @noescape. This will become important when @noescape is the default to keep our nice and friendly fixits.