[PATCH] D101506: Support: Remove F_{None,Text,Append} compatibility synonyms, NFC

Duncan P. N. Exon Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 28 18:27:00 PDT 2021


dexonsmith created this revision.
dexonsmith added a reviewer: zturner.
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.
Herald added a reviewer: MaskRay.
dexonsmith requested review of this revision.
Herald added subscribers: cfe-commits, stephenneuendorffer, nicolasvasilache.
Herald added projects: clang, MLIR, LLVM.

Clean up compatibility spellings of `OF_{None,Text,Append}` missing the
initial `O` left behind by 1f67a3cba9b09636c56e2109d8a35ae96dc15782.
Seems better to use the canonical ones everywhere.

No functionality change here, just an API cleanup.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101506

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101506.341375.patch
Type: text/x-patch
Size: 5578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210429/0a8f8889/attachment.bin>


More information about the cfe-commits mailing list