mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
* Make Self available to instance member functions (SE-0068?) * Works for value types and static functions. * Further experiments with TypeExpr * Move Self processing off diagnostic path * diagnostic instead of assertion fail * TypeExpr of DynamicSelfType now working. * Update tests for availability of Self * Cast to Self fixed! * Self not available as type in classes except for return type * Could it be this simple? * Nearly there * Fix function decls using Self inside methods. * Fix validation-test/compiler_crashers_2_fixed/0164-sr7989.swift * Fix of ./validation-test/compiler_crashers_2_fixed/0179-rdar44963974.swift * "Un-fix" validation-test/compiler_crashers_2_fixed/0164-sr7989.swift * CHANGELOG entry * Update CHANGELOG.md Co-Authored-By: johnno1962 <github@johnholdsworth.com> * Update CHANGELOG.md