The summary can contain references to e.g. attribute defaults, which
can contain special characters. So these strings need to be C++
escaped.
Details
Details
- Reviewers
Mogball - Commits
- rG95935e8285ad: Make genAttributeVerifier escape the summary.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp | ||
---|---|---|
371 | static functions shouldn't be inside anonymous namespaces. Move this to the top-level. |
mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp | ||
---|---|---|
374 | Oh actually, can you move this up to line 140 "Utility structs and functions"? Go ahead and land it afterwards. |
static functions shouldn't be inside anonymous namespaces. Move this to the top-level.