[PATCH] D101650: Support: Stop using F_{None,Text,Append} compatibility synonyms, NFC

Duncan P. N. Exon Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 30 10:26:49 PDT 2021


dexonsmith created this revision.
dexonsmith added a reviewer: MaskRay.
Herald added subscribers: dcaballe, cota, teijeong, rdzhabarov, tatianashp, bmahjour, msifontes, jurahul, Kayjukh, grosul1, jvesely, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini, hiraditya, arichardson, emaste.
dexonsmith requested review of this revision.
Herald added subscribers: cfe-commits, stephenneuendorffer, nicolasvasilache.
Herald added projects: clang, MLIR, LLVM.

Stop using the compatibility spellings of `OF_{None,Text,Append}`
left behind by 1f67a3cba9b09636c56e2109d8a35ae96dc15782. A follow-up
(https://reviews.llvm.org/D101506) will remove them.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101650

Files:
  clang/lib/Tooling/DumpTool/ASTSrcLocProcessor.cpp
  clang/lib/Tooling/DumpTool/ClangSrcLocDump.cpp
  libclc/utils/prepare-builtins.cpp
  lld/ELF/Driver.cpp
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101650.341964.patch
Type: text/x-patch
Size: 4755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210430/1ac0ebb6/attachment.bin>


More information about the llvm-commits mailing list