The implementation for (de)serialization of APValues can be shared
between Clang and Swift, so we prefer pushing the methods up
the inheritance hierarchy, instead of having the methods live in
ASTReader/ASTWriter. Fixes rdar://72592937.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo