aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Sema/SemaModule.cpp
diff options
context:
space:
mode:
authorRiver Riddle <riddleriver@gmail.com>2022-02-01 13:27:46 -0800
committerRiver Riddle <riddleriver@gmail.com>2022-02-07 19:04:52 -0800
commit7889ff7f0008500710fd84838b66d5022c7acb2a (patch)
tree8c066165231a8a14c1bc5d78bbd5c14ac7fcb280 /clang/lib/Sema/SemaModule.cpp
parent2418cd92c0340723bbf03630a91520089ec9ca7e (diff)
downloadllvm-7889ff7f0008500710fd84838b66d5022c7acb2a.zip
llvm-7889ff7f0008500710fd84838b66d5022c7acb2a.tar.gz
llvm-7889ff7f0008500710fd84838b66d5022c7acb2a.tar.bz2
[mlir] Finish removing FunctionPass
FunctionPass has been deprecated in favor of OperationPass<FuncOp> for a few weeks, and this commit finished the deprecation with deletion. The only difference between the two is that FunctionPass filters out function declarations. When updating references to FunctionPass, ensure that the pass either can handle declarations or explicitly add in filtering. See https://llvm.discourse.group/t/functionpass-deprecated-in-favor-of-operationpass-funcop Differential Revision: https://reviews.llvm.org/D118735
Diffstat (limited to 'clang/lib/Sema/SemaModule.cpp')
0 files changed, 0 insertions, 0 deletions