/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | ClangFormat.rst | 13 :program:`clang-format` is located in `clang/tools/clang-format` and can be used 14 to format C/C++/Java/JavaScript/Objective-C/Protobuf/C# code. 18 $ clang-format -help 19 OVERVIEW: A tool to format C/C++/Java/JavaScript/Objective-C/Protobuf/C# code. 27 USAGE: clang-format [options] [<file> ...] 31 Clang-format options: 35 =unknown - If set, unknown format options are only warned about. 39 differing format depending on an option being 42 When reading from stdin, clang-format assumes this 45 clang-format from an editor integration [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | GettingStarted.rst | 19 C-like languages use the `Clang <https://clang.llvm.org/>`_ front end. This 31 Getting Started <https://clang.llvm.org/get_started.html>`_ page might have more 65 subprojects you'd like to additionally build. Can include any of: clang, 66 clang-tools-extra, libcxx, libcxxabi, libunwind, lldb, compiler-rt, lld, 70 ``-DLLVM_ENABLE_PROJECTS="clang;libcxx;libcxxabi"``. 211 * **mv** --- move (rename) files 344 If you fail to set rpath, most LLVM binaries will fail on startup with a message 466 ``git format-patch`` to output the diff, and attach it to an email message). 476 formatted properly. We use ``clang-format`` for this, which has git integration 477 through the ``git-clang-format`` script. On some systems, it may already be [all …]
|
H A D | CodingStandards.rst | 36 hand, it is reasonable to rename the methods of a class if you're about to 65 * Clang: https://clang.llvm.org/cxx_status.html 156 A few things to note about this particular format: The "``-*- C++ -*-``" string 338 context needed to understand what went wrong. Also, to match error message 344 For example this is a good error message: 350 This is a bad message, since it does not provide useful information and uses the 361 including clang, clang-tidy, and so on. 368 When using ``report_fatal_error``, follow the same standards for the message as 385 #. LLVM project/subproject headers (``clang/...``, ``lldb/...``, ``llvm/...``, etc) 400 both clang and LLVM, and clang depends on LLVM. So an LLDB source file should [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | DiagnosticCommonKinds.td | 56 "%select{in %1|for diagnostic message in static_assert|" 57 "for optional message in 'availability' attribute|" 224 def ext_clang_enable_if : Extension<"'enable_if' is a clang extension">, 226 def ext_clang_diagnose_if : Extension<"'diagnose_if' is a clang extension">, 320 "unable to rename temporary '%0' to output file '%1': '%2'">; 326 "no handler registered for module format '%0'">, DefaultFatal;
|
/netbsd-src/external/bsd/nsd/dist/doc/ |
H A D | RELNOTES | 77 - Fix unused variable warning in unit test, from clang compile. 120 readable text format. The number of IXFRs is num.rixfr in 281 - Fix #129: ambiguous use of errno, in log message if sendmmsg fails. 305 set default EDNS message size to 1232. 349 nsd can display the message at high verbosity levels. 491 - Fixup clang analysis warning in xfrd_parse_received_xfr_packet 529 - Fix error message for out of zone data to have more information. 575 - Use travis for build check, initial unit test and clang analysis. 584 - Fix that TCP Fastopen has better error message and supports OSX. 659 - please clang analyzer and fix parse of IPSECKEY with bad gateway. [all …]
|
H A D | ChangeLog | 79 - Fix unused variable warning in unit test, from clang compile. 177 - Update to clang 14 in cirrus build test on Ubuntu Jammy 22.04. 223 readable text format. The number of IXFRs is num.rixfr in 589 - Fix #129: ambiguous use of errno, in log message if sendmmsg fails. 603 set default EDNS message size to 1232. 676 nsd can display the message at high verbosity levels. 948 - Fixup clang analysis warning in xfrd_parse_received_xfr_packet 974 - Fix error message for out of zone data to have more information. 1030 log message. 1101 - Nicer output on travis for clang analysis. [all …]
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | ChangeLog | 26 * filter-clang-warnings.py: Filter out 31 * filter-clang-warnings.py: Filter out 118 * filter-clang-warnings.py: Filter out one another warning 137 * filter-clang-warnings.py: Rename .c names to .cc. 168 * filter-clang-warnings.py: Filter out one warning. 179 * filter-clang-warnings.py: Filter -Wc++20-extensions as it does 203 * check-internal-format-escaping.py: Fix flake8 errors. 221 * filter-clang-warnings.py: Filter out -Wtautological-compare 269 * mklog.py: Use file.{source,target}_file for proper rename 321 (get_pr_titles): Update PR string with correct format and component. [all …]
|
/netbsd-src/external/bsd/file/dist/ |
H A D | ChangeLog | 11 * add SIMH tape format support 51 meaningful error message if we are sandboxing. 155 * PR/269: Avoid undefined behavior with clang (adding offset to NULL) 203 * Include # to the list of ignored format chars (Werner Fink) 857 * fix erroneous non-zero exit code from non-existent file and message 885 was not easily controlled by the user, and the format 928 Perhaps it is better to rename it, or hide it differently. 1170 string as printf format). 1361 * Handle ID3 format files. 1382 * Fix a printf with a non-literal format string. [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/ |
H A D | WISHLIST | 12 Investigate clang-format compatibility as a possible migration 262 SMTPUTF8 message. This is wrong; if SMTPUTF8 is disabled, 361 Reporting the original Message-ID in a bounce message 404 When downgrading message/global to 7bit, is quoted-printable 503 Make "rename" the default when postmapping a DB file 504 (later: use copy+rename for postmap -i, postmap -d). 684 replying to ".", and discard the message if the reply can't 685 be sent. This reduces the time window for RFC 1047 message 687 http://www.exim.org/lurker/message/20070416.103159.9d5ff0ce.en.html 734 Use different ipc time limits for email message transactions [all …]
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/ |
H A D | config.in | 355 /* Define to 1 when the gnulib module rename should be tested. */ 1099 … http://muscles.dragonflybsd.org/bulk/clang-master-potential/20141111_102002/logs/ah-tty-0.3.12.log 1105 for clang but remains for g++; see <https://trac.macports.org/ticket/41033>. 1271 /* Define if rename does not work when the destination file exists, as on 1275 /* Define if rename fails to leave hard links alone, as on NetBSD 1.6 or 1279 /* Define if rename does not correctly handle slashes on the destination 1283 /* Define if rename does not correctly handle slashes on the source argument, 1301 /* Define to 1 if strerror(0) does not return a message implying success. */ 1759 declares that the STRING-INDEXth function argument is a format string of 1767 are suitable for the format string. */ [all …]
|
H A D | configure | 4406 # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args. 4423 ac_cv_prog_CC="${ac_tool_prefix}clang" 4446 # Extract the first word of "clang", so it can be a program name with args. 4463 ac_cv_prog_ac_ct_CC="clang" 4967 test_varargs (const char *format, ...) 4970 va_start (args, format); 4978 while (*format) 4980 switch (*format++) 5199 test_varargs (const char *format, ...) 5202 va_start (args, format); [all …]
|
/netbsd-src/external/bsd/unbound/dist/doc/ |
H A D | Changelog | 268 clang test. 631 - Fix to log a verbose message at operational notice level if a 867 - Fix compile warnings for printf ll format on mingw compile. 934 - please clang analyzer for loop in test code. 994 - Fix for #596: fix that rpz return message is returned and not just 1101 - Fix chaos replies to have truncation for short message lengths, 1295 - Fix clang-analysis warnings for testcode/readzone.c. 1315 - Fix auth zone download on windows to unlink before rename. 1378 - Fix for #411, #439, #469: Reset the DNS message ID when moving queries 1380 - Refactor for uniform way to produce random DNS message IDs. [all …]
|
/netbsd-src/external/mit/libuv/dist/ |
H A D | ChangeLog | 93 * zos: correctly format interface addresses names (Shuowang (Wayne) Zhang) 174 * build: rename CFLAGS to AM_CFLAGS (Jameson Nash) 652 * win,nfc: disable clang-format for 812 * zos: explicitly mark message queue events (Irek Fakhrutdinov) 1408 * unix: fix clang scan-build warning (Kyle Edwards) 1544 * unix: rename WRITE_RETRY_ON_ERROR macro (Ben Noordhuis) 1801 * zos: write-protect message queue (jBarz) 1900 * unix: disable clang variable length array warning (Peter Johnson) 1927 * zos,doc: add system V message queue note (jBarz) 2211 * win: fix non-English dlopen error message (Bartosz Sosnowski) [all …]
|
/netbsd-src/external/gpl3/autoconf/dist/doc/ |
H A D | standards.texi | 579 constructs to give an error message as ``required'' by the standard, 622 @code{strerror}, or equivalent) in @emph{every} error message 679 There is usually no point in printing any message. These checks 754 @var{sourcefile}:@var{lineno}: @var{message} 761 @var{sourcefile}:@var{lineno}:@var{column}: @var{message} 762 @var{sourcefile}:@var{lineno}.@var{column}: @var{message} 776 The error message can also give both the starting and ending positions 782 @var{sourcefile}:@var{line1}.@var{column1}-@var{line2}.@var{column2}: @var{message} 783 @var{sourcefile}:@var{line1}.@var{column1}-@var{column2}: @var{message} 784 @var{sourcefile}:@var{line1}-@var{line2}: @var{message} [all …]
|
H A D | standards.info | 542 constructs to give an error message as "required" by the standard, you 583 `strerror', or equivalent) in _every_ error message resulting from a 634 There is usually no point in printing any message. These checks 719 The error message can also give both the starting and ending 728 When an error is spread over several files, you can use this format: 743 If you want to mention the column number, use this format: 749 message. The place to indicate which program is running is in the 780 message syntax when using a terminal is ok, because that is a side issue 794 `ls' except that its default output format is always multi-column 795 format. [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Options.td | 1 //===--- Options.td - Options for clang -----------------------------------===// 9 // This file defines the options accepted by clang. 39 // clang and clang-cl modes. 46 // CC1Option - This option should be accepted by clang -cc1. 49 // CC1AsOption - This option should be accepted by clang -cc1as. 109 def clang_i_Group : OptionGroup<"<clang i group>">, Group<i_Group>, DocFlatten; 135 def f_clang_Group : OptionGroup<"<f (clang-only) group>">, 221 // Temporary groups for clang options which we know we don't support, 223 def clang_ignored_f_Group : OptionGroup<"<clang ignored f group>">, 225 def clang_ignored_m_Group : OptionGroup<"<clang ignored m group>">, [all …]
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 100 original Binutils commit message that mistakenly included it only in armv9.4-a. 797 Note that, GAS instruction (ginsn) format does not support 1095 - gcc and clang (to trigger both the has_stderr_symbol true and false cases) 1167 input format is not recognized. This problem occurs in the function 1540 format; if the UnwindInfo references an invalid frame, then the 1661 exited message that GDB prints. 1852 Determine whether to output operands through the format 1853 of opcodes. When opc->format is an empty string, no extra 1905 While gcc propagates the printf attribute via the typedef, clang 2092 … gcc/gengtype-parse.cc:142:21: error: ‘%s’ directive argument is null [-Werror=format-overflow=] [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
H A D | ChangeLog | 16 - Add address checking in clang to -w option of configure 32 - Use a macro for the printf format of big_t in enough.c 64 - Check for cc masquerading as gcc or clang in configure 205 - Recognize clang as gcc 542 - Make compilers happier with const char * for gz_error message 553 - Add error message for no more room for gzungetc() 753 - Add error return to gzread() for format or i/o error [Levin] 933 - Update contrib/delphi; rename to contrib/pascal; add example [Truta] 986 - Fix printf format in example.c 1016 - Improve setting of zlib format compression level flags [all …]
|
/netbsd-src/external/gpl3/binutils/dist/zlib/ |
H A D | ChangeLog | 16 - Add address checking in clang to -w option of configure 32 - Use a macro for the printf format of big_t in enough.c 64 - Check for cc masquerading as gcc or clang in configure 205 - Recognize clang as gcc 542 - Make compilers happier with const char * for gz_error message 553 - Add error message for no more room for gzungetc() 753 - Add error return to gzread() for format or i/o error [Levin] 933 - Update contrib/delphi; rename to contrib/pascal; add example [Truta] 986 - Fix printf format in example.c 1016 - Improve setting of zlib format compression level flags [all …]
|
/netbsd-src/external/gpl3/gdb/dist/zlib/ |
H A D | ChangeLog | 16 - Add address checking in clang to -w option of configure 32 - Use a macro for the printf format of big_t in enough.c 64 - Check for cc masquerading as gcc or clang in configure 205 - Recognize clang as gcc 542 - Make compilers happier with const char * for gz_error message 553 - Add error message for no more room for gzungetc() 753 - Add error return to gzread() for format or i/o error [Levin] 933 - Update contrib/delphi; rename to contrib/pascal; add example [Truta] 986 - Fix printf format in example.c 1016 - Improve setting of zlib format compression level flags [all …]
|
/netbsd-src/external/lgpl3/mpfr/dist/ |
H A D | ChangeLog | 113 added much more tests (by constructing the format string in 206 we knew which one to use. However, as the Clang 16 warning message 702 [src/mpfr-thread.h] Output a message in case of lock/unlock failure. 704 The message is output just before abort(), so that one can know 718 fails with the "MPFR lock failure" message and exit status 3 due to 1574 to support some log message in the MPFR Git repository (currently, 1876 [tools/ck-copyright-notice] Support the future ChangeLog format. 1882 Note: One currently gets a failure with the future ChangeLog format, 1894 The '%B%n' format string is used rather than the default '%s%n%b%n' 1895 because Git's commit message convention is not always followed [all …]
|
/netbsd-src/external/bsd/flex/dist/ |
H A D | ChangeLog | 210 malloc. Fix unneeded double malloc - let regerror(). Write its message after 739 …* src/main.c: Fix potential buffer overflow in strncat() When using clang/llvm 3.8 to compile flex… 747 …zeof(m4_path) - strlen(m4_path) - 1Fix it up by using the solution proposed by the warning message. 932 to.do/unicode/misc.c: change return type and rename int 1017 …unification, rename some more rename these too for improved similiarity: OPTION_OP OPT_HEADER OP… 1022 …y and from options.h these collide: OPT_OUTFILE OPT_PREFIX OPT_YYCLASS rename them TOK_... in the 1266 …remember and makes the code more readable. w# Please enter the commit message for your changes. L… 2279 …dd _ to inline function parameters). unused variable/code removal. rename warn to lwarn to a… 2299 deprecated 'register' storage class specifier. clang-3.5.0 now 2320 * src/flex.skl: Suppress clang warning about empty @param paragraph; [all …]
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2012 | 799 (convert_value_from_python): Use "%S" format (Python object as a 1127 to find the end of prologue for clang compiled binaries. 1129 to find the end of prologue for clang compiled binaries. 2481 "0x" prefix on address in log message. 2513 warning message. 2770 Fix internal error on canonicalization of clang types. 2966 Code cleanup - rename 'inline' depth to 'artificial' depth. 3065 error message from the target. 3068 Catch this exception and print the error message contained within. 3069 Do not print the default hardware error breakpoint message in this [all …]
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2012 | 799 (convert_value_from_python): Use "%S" format (Python object as a 1127 to find the end of prologue for clang compiled binaries. 1129 to find the end of prologue for clang compiled binaries. 2481 "0x" prefix on address in log message. 2513 warning message. 2770 Fix internal error on canonicalization of clang types. 2966 Code cleanup - rename 'inline' depth to 'artificial' depth. 3065 error message from the target. 3068 Catch this exception and print the error message contained within. 3069 Do not print the default hardware error breakpoint message in this [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2021 | 831 (altivec_resolve_overloaded_builtin): Likewise. Also rename 836 (rs6000_gimple_fold_mma_builtin): Likewise. Also rename 842 (rs6000_init_builtins): Likewise. Also rename rs6000_builtin_decls_x 847 rename rs6000_builtin_decls_x to rs6000_builtin_decls, and rename 849 (write_bif_static_init): In generated code, rename 851 (write_init_bif_table): In generated code, rename 852 rs6000_builtin_decls_x to rs6000_builtin_decls, and rename 854 (write_init_ovld_table): In generated code, rename 903 rename rs6000_new_builtin_is_supported to rs6000_builtin_is_supported. 1751 propagate_value and rename to ... [all …]
|