[all-commits] [llvm/llvm-project] 518d95: Support: Stop using F_{None, Text, Append} compatibi...
Duncan P. N. Exon Smith via All-commits
all-commits at lists.llvm.org
Fri Apr 30 11:01:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 518d955f9dd2f5f854006a71ff9c8b117a66548b
https://github.com/llvm/llvm-project/commit/518d955f9dd2f5f854006a71ff9c8b117a66548b
Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
Date: 2021-04-30 (Fri, 30 Apr 2021)
Changed paths:
M clang/lib/Tooling/DumpTool/ASTSrcLocProcessor.cpp
M clang/lib/Tooling/DumpTool/ClangSrcLocDump.cpp
M libclc/utils/prepare-builtins.cpp
M lld/ELF/Driver.cpp
M llvm/lib/Analysis/CFGPrinter.cpp
M llvm/lib/Analysis/CallPrinter.cpp
M llvm/lib/Analysis/DDGPrinter.cpp
M llvm/tools/llvm-ml/llvm-ml.cpp
M mlir/lib/Support/FileUtilities.cpp
Log Message:
-----------
Support: Stop using F_{None,Text,Append} compatibility synonyms, NFC
Stop using the compatibility spellings of `OF_{None,Text,Append}`
left behind by 1f67a3cba9b09636c56e2109d8a35ae96dc15782. A follow-up
will remove them.
Differential Revision: https://reviews.llvm.org/D101650
More information about the All-commits
mailing list