File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
clang/include/clang/Basic Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -9610,10 +9610,11 @@ def ModularFormatDocs : Documentation {
96109610 let Category = DocCatFunction;
96119611 let Content = [{
96129612The ``modular_format`` attribute can be applied to a function that bears the
9613- ``format`` attribute to indicate that the implementation is modular on the
9614- format string argument. When the format argument for a given call is constant,
9615- the compiler may redirect the call to the symbol given as the first argument to
9616- the attribute (the modular implementation function).
9613+ ``format`` attribute (or standard library functions) to indicate that the
9614+ implementation is modular on the format string argument. When the format string
9615+ for a given call is constant, the compiler may redirect the call to the symbol
9616+ given as the first argument to the attribute (the modular implementation
9617+ function).
96179618
96189619The second argument is a implementation name, and the remaining arguments are
96199620aspects of the format string for the compiler to report. If the compiler does
You can’t perform that action at this time.
0 commit comments