Star81
27
代码介绍
代码
Issues9
Pull Requests9
流水线
Actions
讨论
Wiki
项目成员44
分析
项目设置
Star81
27
  1. msdebug
  2. /
  3. mlir
  4. /
  5. tools
  6. /
  7. mlir-parser-fuzzer
  8. /
  9. text
KKazu Hirata[mlir] Use StringRef::{starts,ends}_with (NFC)
88d319a2创建于 2023年12月14日历史提交
文件最后提交记录最后更新时间
CMakeLists.txt
[mlir] Split parser fuzzer for bytecode & text Enable fuzzing these independently. Currently still not linking in dialects beyond Builtin.3 年前
DummyParserFuzzer.cpp
[mlir] Split parser fuzzer for bytecode & text Enable fuzzing these independently. Currently still not linking in dialects beyond Builtin.3 年前
mlir-text-parser-fuzzer.cpp
[mlir] Use StringRef::{starts,ends}_with (NFC) This patch replaces uses of StringRef::{starts,ends}with with StringRef::{starts,ends}_with for consistency with std::{string,string_view}::{starts,ends}_with in C++20. I'm planning to deprecate and eventually remove StringRef::{starts,ends}with.2 年前