Searched +refs:clang +refs:format +refs:fallback +refs:style (Results 1 – 17 of 17) sorted by relevance
/openbsd/gnu/llvm/clang/docs/ |
H A D | ClangFormat.rst | 64 --fallback-style=<string> - The name of the predefined style used as a 65 fallback in case clang-format is invoked with 68 Use -fallback-style=none to skip formatting. 105 --fallback-style. 124 by putting your style configuration in the ``.clang-format`` or ``_clang-format`` 125 file in your project's directory and using ``clang-format -style=file``. 131 clang-format -style=llvm -dump-config > .clang-format 283 --style STYLE passed to clang-format 297 [-fallback-style FALLBACK_STYLE] [-binary BINARY] 320 -fallback-style FALLBACK_STYLE [all …]
|
H A D | ClangFormatStyleOptions.rst | 31 :program:`clang-format` supports two ways to provide custom style options: 33 use ``-style=file`` and put style configuration in the ``.clang-format`` or 36 When using ``-style=file``, :program:`clang-format` for each input file will 41 When using ``-style=file:<format_file_path>``, :program:`clang-format` for 100 clang-format -style=llvm -dump-config > .clang-format 151 (both within ``-style='{...}'`` and the ``.clang-format`` file). 177 Not a real style, but allows to use the ``.clang-format`` file from the 179 file found it falls back to the ``fallback`` style, and applies the changes 2698 ``PointerAlignment`` is then used only as fallback. 4094 style for that language defined in the .clang-format file. If no style has [all …]
|
H A D | UsersManual.rst | 239 …<b><span style="color:black">test.c:28:8: <span style="color:magenta">warning</span>: extra tokens… 241 <span style="color:green">^</span> 242 <span style="color:green">//</span> 260 .. option:: -fdiagnostics-format=clang/msvc/vi 359 ``<base>.opt.<format>`` 376 ``<base>.opt.<format>.thin.<num>.<format>`` 510 illustrates the format: 785 CSV format: 962 with fallback to trying:: 3004 Clang parses Doxygen and non-Doxygen style documentation comments and attaches [all …]
|
H A D | LanguageExtensions.rst | 810 alternative format. 817 format from IEEE 754-2008 for ``_Float16``. 1956 // Put fallback behavior for old macOS versions (and for non-mac 2537 In the format string, a suitable format specifier will be used for builtin 2544 format specifier. 2649 C-style cast applied to each element of the first argument. 3895 // GNU-style attribute 4348 can be written using the GNU-style syntax: 4358 The attributes can also be written using the C++11 style syntax: 4368 The ``__declspec`` style syntax is also supported: [all …]
|
/openbsd/usr.sbin/nsd/doc/ |
H A D | RELNOTES | 138 - Fix unused variable warning in unit test, from clang compile. 552 - Fixup clang analysis warning in xfrd_parse_received_xfr_packet 636 - Use travis for build check, initial unit test and clang analysis. 697 - Tab style fix to use tab for 8 spaces, from Xiaobo Liu. 717 - Fix coding style in nsd.c 780 printout from clang analyzer. 975 - Fix flto check for OSX clang. 1498 'allow-axfr-fallback'. 1557 - Bugfix #365: set patch style and zonec verbose for nsdc. 1878 reply is in correct DNS format. [all …]
|
H A D | ChangeLog | 1315 - Fix clang analysis warnings. 1336 - Tab style fix to use tab for 8 spaces, from Xiaobo Liu. 1378 - clang analysis test. 1388 - Fix coding style in nsd.c 1496 - For more clang warnings 1697 - Fix axfr fallback for rounds to 1. 3020 - remove clang security warning about %n in format string. 3469 - uintptr_t fallback value to void* 3622 - allow-axfr-fallback option. 4278 enabled, instead it will fallback to ip4. [all …]
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | AttrDocs.td | 605 old style K&R C function declarations. 2228 Clang supports the GNU style ``__attribute__((micromips))`` and 2374 All multiversioned functions must contain a ``default`` (fallback) 2388 ( implicitly or explicitly ) the ``default`` (fallback). Attribute strings can 2412 For every multiversioned function a ``default`` (fallback) implementation 2416 All multiversioned functions must contain a ``default`` (fallback) 3156 a format string that uses format specifiers that are allowed, and that 3183 If the attribute is removed, clang still warns, because the format string is 4499 style ``__declspec(safebuffers)`` attribute which disables 4595 Clang supports the GNU style ``__attribute__((nothrow))`` and Microsoft style [all …]
|
H A D | DiagnosticSemaKinds.td | 1036 "'#pragma clang attribute %select{%1.|}0pop' with no matching" 1037 " '#pragma clang attribute %select{%1.|}0push'">; 1042 "'#pragma clang attribute push' regions ends here">; 1044 "'#pragma clang attribute push' at end of file">; 1048 "'#pragma clang attribute' attribute with no matching " 1049 "'#pragma clang attribute push'">; 3145 "format attribute cannot specify the implicit this argument as the format " 4695 "dynamic_cast|C-style cast|functional-style cast|}0 from %1 to %2">; 4698 "dynamic_cast|C-style cast|functional-style cast|}0 from %1 to %2">; 5557 "with no fallback value">; [all …]
|
/openbsd/usr.sbin/nsd/ |
H A D | acx_nlnetlabs.m4 | 26 # 2015-12-11 FLTO check for new OSX, clang. 73 # ACX_CHECK_FORMAT_ATTRIBUTE - find cc printf format syntax. 94 # AHX_CONFIG_FORMAT_ATTRIBUTE - config.h text for format. 96 # AHX_CONFIG_FSEEKO - define fseeko, ftello fallback. 438 dnl in a way that supports clang and suncc (that flag does something else, 458 dnl Check the printf-format attribute (if any) 467 void f (char *format, ...) __attribute__ ((format (printf, 1, 2))); 468 void (*pf) (char *format, ...) __attribute__ ((format (printf, 1, 2))); 486 __attribute__ ((format (archetype, string_index, first_to_check))) 1212 dnl Define fallback for fseeko and ftello if needed. [all …]
|
/openbsd/usr.sbin/unbound/ |
H A D | acx_nlnetlabs.m4 | 26 # 2015-12-11 FLTO check for new OSX, clang. 73 # ACX_CHECK_FORMAT_ATTRIBUTE - find cc printf format syntax. 94 # AHX_CONFIG_FORMAT_ATTRIBUTE - config.h text for format. 96 # AHX_CONFIG_FSEEKO - define fseeko, ftello fallback. 438 dnl in a way that supports clang and suncc (that flag does something else, 458 dnl Check the printf-format attribute (if any) 467 void f (char *format, ...) __attribute__ ((format (printf, 1, 2))); 468 void (*pf) (char *format, ...) __attribute__ ((format (printf, 1, 2))); 486 __attribute__ ((format (archetype, string_index, first_to_check))) 1212 dnl Define fallback for fseeko and ftello if needed. [all …]
|
/openbsd/usr.sbin/unbound/doc/ |
H A D | Changelog | 850 clang test. 1718 and some whitespace style, to make it similar to the rest. 2245 - Fix clang analysis warning. 2316 - For #352: contrib/metrics.awk for Prometheus style metrics output. 3992 - unit test has clang analysis. 6065 - OSX clang new flto check. 8837 and DNSKEY-format changes in draft version -01. 9218 - openssl key files are opened apache-style, when user is root and 9408 - winrc/README.txt dos-format text file. 11826 - uses new msgreply format in cache. [all …]
|
/openbsd/gnu/llvm/clang/include/clang/Driver/ |
H A D | Options.td | 39 // clang and clang-cl modes. 1563 HelpText<"Use DWARF style exceptions">; 1565 HelpText<"Use SjLj style exceptions">; 1567 HelpText<"Use SEH style exceptions">; 1569 HelpText<"Use WebAssembly style exceptions">; 2661 HelpText<"Do not create a host fallback if offloading to the device fails.">, 2906 MetaVarName<"<format>">; 4822 // style of double-dash and equals-joined flags. 5070 HelpText<"Enable the old style PARAMETER statement">; 5759 HelpText<"Print cl.exe style /showIncludes to stdout">; [all …]
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlhacktips.pod | 71 BSD-style output) that the data you added really is read-only. (If it 128 fallback for compilers that don't support the feature. For example, we use C11 152 void greet(char *file, unsigned int line, char *format, ...); 238 C99 format strings in C<< <inttypes.h> >> 504 there. (Or you can use GCC brace groups. But these require a fallback 506 non-standard extension to C. And that fallback would be another code 845 intelligence, but for many types the right format is available as with 1060 version 2.17. They won't allow a C<%.s> format with a precision to 1618 sh Configure -des -Dcc=clang \ 1627 =item * -Dcc=clang [all …]
|
H A D | perl5140delta.pod | 620 Code that needs to work properly with both old- and new-style regexes 629 # Accept both old and new-style stringification 1694 name is empty; and abs2rel() properly handles Unix-style input (5.12.2). 2273 New style guide for POD documentation, 2361 L<Invalid strict version format (%s)|perldiag/"Invalid strict version format (%s)"> 2365 L<Invalid version format (%s)|perldiag/"Invalid version format (%s)"> 2673 with C<clang> has been fixed (5.12.2). 3148 being a fallback if there is no C<HvENAME>). 3178 C99-style static inline. If it doesn't, it'll give a plain C<static>. 3812 storage format of a string no longer affects the external semantics. [all …]
|
/openbsd/gnu/usr.bin/perl/ |
H A D | MANIFEST | 2 .editorconfig EditorConfig style file 6 asan_ignore Errors to skip under clang's Addresss Sanitizer 2227 cpan/podlators/t/style/critic.t 2228 cpan/podlators/t/style/kwalitee.t 2231 cpan/podlators/t/style/obsolete-strings.t 2296 cpan/Sys-Syslog/fallback/const-c.inc Sys::Syslog constants fallback file 2297 cpan/Sys-Syslog/fallback/const-xs.inc Sys::Syslog constants fallback file 2298 cpan/Sys-Syslog/fallback/syslog.h Sys::Syslog header fallback file 6109 pod/perlpodstyle.pod Perl POD style guide 6128 pod/perlstyle.pod Perl style guide [all …]
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | LangRef.rst | 476 "``default``" - Default style 486 "``hidden``" - Hidden style 492 "``protected``" - Protected style 932 :ref:`visibility style <visibility>`. 1964 * ``"prologue-short-redirect"`` - This style of patchable 3892 LLVM with a zero length array type. An implementation of 'pascal style 4021 double format on your target. The IEEE 16-bit format (half precision) is 6978 the non-distributed fallback version will have. See 7961 Where each VFuncId has the format: 17952 conventional floating-point format to half precision floating-point format. The [all …]
|
/openbsd/share/dict/ |
H A D | web2 | 37041 clang 68095 fallback 72685 format 191452 style
|