Skip to content

Commit ae3c797

Browse files
author
Soumi Manna
committed
Uodate doc
Signed-off-by: Soumi Manna <[email protected]>
1 parent 6e418cb commit ae3c797

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2854,6 +2854,8 @@ The ``[[intel::ii]]`` attribute spelling is a deprecated synonym for
28542854
void bar() {
28552855
[[intel::initiation_interval(N)]] for(;;) { }
28562856
}
2857+
2858+
template<int N>
28572859
[[intel::initiation_interval(N)]] void bar1 { }
28582860

28592861
}];

0 commit comments

Comments
 (0)