Remove the compatibility spellings of OF_{None,Text,Append} that
were left behind by 1f67a3cba9b09636c56e2109d8a35ae96dc15782.
No functionality change here, just an API cleanup.
Paths
| Differential D101506
Support: Remove F_{None,Text,Append} compatibility synonyms, NFC ClosedPublic Authored by dexonsmith on Apr 28 2021, 6:26 PM.
Details Summary Remove the compatibility spellings of OF_{None,Text,Append} that No functionality change here, just an API cleanup.
Diff Detail Event TimelineHerald added projects: Restricted Project, Restricted Project, Restricted Project. · View Herald TranscriptApr 28 2021, 6:26 PM Herald added subscribers: cfe-commits, stephenneuendorffer, nicolasvasilache. · View Herald Transcript Comment 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. dexonsmith mentioned this in D101650: Support: Stop using F_{None,Text,Append} compatibility synonyms, NFC. Comment ActionsRebased on top of https://reviews.llvm.org/D101506 -- that updates all in-tree users, and now this is just removing the API. dexonsmith added a parent revision: D101650: Support: Stop using F_{None,Text,Append} compatibility synonyms, NFC.Apr 30 2021, 10:28 AM This revision is now accepted and ready to land.Apr 30 2021, 10:48 AM Comment Actions
Sure thing; I'll try committing next week some time. Closed by commit rG3302af9d4c39: Support: Remove F_{None,Text,Append} compatibility synonyms, NFC (authored by dexonsmith). · Explain WhyJun 15 2021, 12:04 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 341375 clang/lib/Tooling/DumpTool/ASTSrcLocProcessor.cpp
clang/lib/Tooling/DumpTool/ClangSrcLocDump.cpp
libclc/utils/prepare-builtins.cpp
lld/ELF/Driver.cpp
llvm/include/llvm/Support/FileSystem.h
llvm/lib/Analysis/CFGPrinter.cpp
llvm/lib/Analysis/CallPrinter.cpp
llvm/lib/Analysis/DDGPrinter.cpp
llvm/tools/llvm-ml/llvm-ml.cpp
mlir/lib/Support/FileUtilities.cpp
|