repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang-tidy][NFC]remove deps of clang in clang tidy test (#116588)
[llvm-project.git]
/
mlir
/
test
/
mlir-tblgen
/
constant-str-attr-invalid.mlir
blob
1d0e62d5dec094f119220e393445a632d9fb625e
1
// RUN: mlir-opt -verify-diagnostics %s
2
3
// Test DefaultValuedAttr<StrAttr, ""> is recognized as "no default value"
4
test.no_str_value {} // expected-error {{'test.no_str_value' op requires attribute 'value'}}