Remove the compatibility spellings of OF_{None,Text,Append} that
were left behind by 1f67a3cba9b09636c56e2109d8a35ae96dc15782.
No functionality change here, just an API cleanup.
Differential D101506
Support: Remove F_{None,Text,Append} compatibility synonyms, NFC dexonsmith on Apr 28 2021, 6:26 PM. Authored by
Details Remove the compatibility spellings of OF_{None,Text,Append} that No functionality change here, just an API cleanup.
Diff Detail Event TimelineComment Actions Perhaps split the migration part from the OpenFlags removal part. I thought about deleting the aliases too but refrained because I noticed our internal code base needs migration. Comment Actions I've fixed Halide and sent patches for https://github.com/JuliaLang/julia/pull/40666 & https://github.com/rust-lang/rust/pull/84724 & https://github.com/GPUOpen-Drivers/llpc/pull/1232 Comment Actions SGTM; I almost split it up from the beginning, not sure what made me lazy about this time. I'll try to post the split tomorrow. Great! Thanks. Comment Actions Rebased on top of https://reviews.llvm.org/D101506 -- that updates all in-tree users, and now this is just removing the API. |