This website requires JavaScript.
Explore
Help
Sign In
averello
/
swift-mirror
Watch
1
Star
0
Fork
0
You've already forked swift-mirror
mirror of
https://github.com/apple/swift.git
synced
2025-12-21 12:14:44 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
79cee8daadb786ab873b19b2c20b84841bd0182b
swift-mirror
/
include
/
swift
/
Demangling
History
Slava Pestov
42e74f28c0
Demangle: Add node for reabstraction thunk capturing DynamicSelfType
...
Also, NodePrinter was printing the 'from' and 'to' type backwards, so fix that.
2019-04-14 18:06:16 -04:00
..
Demangle.h
swift-demangler: Add an option -strip-specialization to get the symbol name of the origin of a specialized function.
2019-03-25 14:57:03 -07:00
DemangleNodes.def
Demangle: Add node for reabstraction thunk capturing DynamicSelfType
2019-04-14 18:06:16 -04:00
Demangler.h
Remangler: Use a bump-pointer allocated string instead of std::string
2019-03-06 14:37:03 -08:00
ManglingMacros.h
change mangling prefix from $S to $s
2018-09-19 13:55:11 -07:00
ManglingUtils.h
Remangler: use the bump pointer allocator instead of std::vector for internal substitution data structures
2019-03-06 14:37:03 -08:00
Punycode.h
…
StandardTypesMangling.def
[Mangling] Introduce known manglings for many more standard library types.
2018-06-19 23:24:38 -07:00
TypeDecoder.h
Runtime: use SmallVector instead of std::vector to avoid memory allocations in most cases.
2019-03-06 14:37:03 -08:00
ValueWitnessMangling.def
Reapply the enum value witness patch
2017-10-31 17:28:15 -07:00