Lines Matching +refs:clang +refs:format +refs:fallback +refs:style
295 other old-style function definitions are diagnosed by default
297 + The strftime format checking supports the %OB and %Ob formats.
474 + A blank format item at the end of a format specification, i.e.
476 -fdec-blank-format-item; this option is implied with -fdec.
760 controlled by the [51]-fdiagnostics-path-format option, or captured
761 in JSON form via [52]-fdiagnostics-format=json.
764 the JSON output from [54]-fdiagnostics-format=json.
912 …onlinedocs/gcc-10.1.0/gcc/Diagnostic-Message-Formatting-Options.html#index-fdiagnostics-path-format
913 ….org/onlinedocs/gcc-10.1.0/gcc/Diagnostic-Message-Formatting-Options.html#index-fdiagnostics-format
915 ….org/onlinedocs/gcc-10.1.0/gcc/Diagnostic-Message-Formatting-Options.html#index-fdiagnostics-format
1103 * A new option [13]-fdiagnostics-format=json has been introduced for
1104 emitting diagnostics in a machine-readable format.
1239 * The gcov tool has changed its intermediate format to a new JSON
1240 format.
1405 bad-printf.cc:6:19: warning: format '%ld' expects argument of type 'long int', b
1748 [63]-fdiagnostics-format=json.
1839 …u.org/onlinedocs/gcc-9.1.0/gcc/Diagnostic-Message-Formatting-Options.html#index-fdiagnostics-format
1889 …u.org/onlinedocs/gcc-9.1.0/gcc/Diagnostic-Message-Formatting-Options.html#index-fdiagnostics-format
2006 * Support for the obsolete SDB/coff debug info format has been
2245 * Treat HSAIL barrier builtins as setjmp/longjump style functions to
2299 alloc_size, assume_aligned, format, format_arg, malloc, or
2522 * The -Wold-style-cast diagnostic can now emit fix-it hints telling
2525 $ gcc -c old-style-cast-fixits.cc -Wold-style-cast
2526 old-style-cast-fixits.cc: In function 'void test(void*)':
2527 old-style-cast-fixits.cc:5:19: warning: use of old-style cast to 'struct foo*' [
2528 -Wold-style-cast]
2812 changed to produce BE8 format when generating big-endian images. A
2814 BE32 format images. There is no change of behavior for Armv6-M and
2816 format. This change brings GCC into alignment with other compilers
3354 is a binary format for HSAIL (Heterogeneous System Architecture
3462 * Warnings about format strings now underline the pertinent part of
3466 test.c:51:29: warning: format '%s' expects argument of type 'char *', but argume
3634 For example, the following function attempts to format an
3651 warning: 'snprintf' output may be truncated before the last format character [-W
3652 format-truncation=]
3730 extended precision format is available.
4153 format after any diagnostics are printed, showing the result
4521 * In addition to single-threaded host-fallback execution, offloading
4579 format-strings.c:3:14: warning: field width specifier '*' expects a matching 'in
4946 * The "b", "B", "m", "M", and "W" format modifiers have been removed.
5008 debugging format. A more recent Technology Level (TL) and GCC built
5500 compatibility with clang also other variants. These builtins have
5887 style table of pointers to mcount or __fentry__ calls at the
6460 GNU/C99-style VLAs for a long time, but now additionally supports
6757 * Support to encode 32-bit assembly instructions in 16-bit format is
6807 IBM zEnterprise zEC12 processor has been added. A set of GCC style
6808 builtins as well as XLC style builtins are provided. The builtins
7932 the mixed-endian floating-point format that it used has been
7933 obsoleted. The ports that still use this format have been obsoleted
7935 uses the VFP floating-point format. The obsolete ports will be
8636 information format, like [40]entry value and [41]call site
9345 supported attributes are deprecated, sentinel, noreturn and format.
9589 CFString is also recognized in the context of format
9590 attributes and arguments (see the documentation for format
10249 + Support for unlimited format items has been added.
10275 -mfp16-format. With appropriate -mfpu options, the Cortex-A9 and
10700 using the COFF object format on those architectures, or the
10970 + The g0 format descriptor is now supported.
11377 * ColdFire targets now treat long double as having the same format as
11379 format instead.
11418 + GNU/Linux using the a.out object format (*-*-linux*aout*)
11428 + CRIS with a.out object format (cris-*-aout)
11491 format of this recording is target and binary file format
11561 * New [8]command-line options -Wtype-limits, -Wold-style-declaration,
11566 malloc style functions. For constant sized allocations this can be
11670 Fortran interprets backslashes as C-style escape characters.
12802 * ARM-style name-injection of friend declarations is no longer the
13162 various buffer overflow (and format string) vulnerabilities.
14034 + Coverage file format has been redesigned.
14303 * ARM-style name-injection of friend declarations has been deprecated
14478 * Rewrote __cxa_demangle with support for C++ style allocators.
14710 * 128-bit IBM extended precision format support added for long
14721 * 128-bit IBM extended precision format support added for long
14784 * The default debugging format has been switched from STABS to
14786 the default debugging format for 64-bit code on Solaris.
14852 + FreeBSD with a.out object format, i?86-*-freebsd*aout* and
14854 + GNU/Linux with a.out object format, i?86-linux*aout*
14863 + NetBSD with a.out object format (before NetBSD 1.4),
16238 * Checking for null format arguments has been decoupled from the rest
16239 of the format checking mechanism. Programs which use the format
16242 built-in format attribute, an appropriate built-in nonnull
16244 * The DWARF (version 1) debugging format has been deprecated and will
16246 debugging format will continue to be supported for the foreseeable
16271 format used by the edge coverage profiler (-fprofile-arcs).
16272 The new format is robust and diagnoses common mistakes where
16275 produced with profile feedback. Additionally this format allows
17335 * [446]13507 spurious printf format warning
18339 * [25]9797: C99-style struct initializers are miscompiled
19173 * The default debugging format for most ELF platforms (including
19583 system, which use the ELF object file format, on x86 processors.
19663 * Many improvements to support for checking calls to format functions
19664 such as printf and scanf, including support for ISO C99 format
19667 auditing for format string security bugs.
19679 * New option to emit x86 assembly code using Intel style syntax
20405 + Fix floating point format configuration for i?86-gnu port.
20854 * Dwarf2 debug format support for some targets.