File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -96,17 +96,14 @@ def EncodingTrait : AttrInterface<"EncodingTrait"> {
9696 }];
9797 let methods = [
9898 ];
99- // ATTR-INTERFACE: namespace mlir
100- // ATTR-INTERFACE-NEXT: namespace a
101- // ATTR-INTERFACE-NEXT: namespace traits
99+ // ATTR-INTERFACE: namespace mlir::a::traits {
102100// ATTR-INTERFACE-NEXT: /// Common trait for all layouts.
103101// ATTR-INTERFACE-NEXT: class EncodingTrait;
104102}
105103
106104def SimpleEncodingTrait : AttrInterface<"SimpleEncodingTrait"> {
107105 let cppNamespace = "a::traits";
108- // ATTR-INTERFACE: namespace a {
109- // ATTR-INTERFACE-NEXT: namespace traits {
106+ // ATTR-INTERFACE: namespace a::traits {
110107// ATTR-INTERFACE-NEXT: class SimpleEncodingTrait;
111108}
112109
@@ -116,8 +113,7 @@ def SimpleOpInterface : OpInterface<"SimpleOpInterface"> {
116113
117114 Simple Op Interface description
118115 }];
119- // OP-INTERFACE: namespace a {
120- // OP-INTERFACE-NEXT: namespace traits {
116+ // OP-INTERFACE: namespace a::traits {
121117// OP-INTERFACE-NEXT: /// Simple Op Interface description
122118// OP-INTERFACE-NEXT: class SimpleOpInterface;
123119}
You can’t perform that action at this time.
0 commit comments