We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21c31e commit b9d76fcCopy full SHA for b9d76fc
clang/include/clang/Basic/AttrDocs.td
@@ -5436,6 +5436,7 @@ for clang builtin functions.
5436
5437
def RISCVVectorCCDocs : Documentation {
5438
let Category = DocCatCallingConvs;
5439
+ let Heading = "riscv::vector_cc, riscv_vector_cc, clang::riscv_vector_cc";
5440
let Content = [{
5441
The ``riscv_vector_cc`` attribute can be applied to a function. It preserves 15
5442
registers namely, v1-v7 and v24-v31 as callee-saved. Callers thus don't need
0 commit comments