/netbsd-src/external/apache2/llvm/bin/ |
H A D | Makefile | 5 SUBDIR= clang \ 6 clang-tblgen \ 13 clang-format \ 14 clang-repl \ 15 clang-rename \ 28 llvm-extract \
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | XRay.rst | 57 enabling the ``-fxray-instrument`` flag in your clang invocation. 63 clang -fxray-instrument ... 71 clang -fxray-instrument -fxray-instruction-threshold=1 ... 80 [[clang::xray_always_instrument]] void always_instrumented(); 82 [[clang::xray_never_instrument]] void never_instrumented(); 89 Library`_ or use ``clang`` to link it in automatically with the 92 `libclang_rt.xray-{arch}` where `{arch}` is the mnemonic supported by clang 128 logging from a file. The file's format is described below: 140 These files can be provided through the ``-fxray-attr-list=`` flag to clang. 148 instrumentation points. When you use ``clang`` to link your binaries and the [all …]
|
H A D | SourceLevelDebugging.rst | 12 information in LLVM. It describes the :ref:`actual format that the LLVM debug 13 information takes <format>`, which is useful for those interested in creating 49 :ref:`implementation-defined format <ccxx_frontend>` (the C/C++ front-end 69 the Microsoft debug info format, which is usable with Microsoft debuggers such 70 as Visual Studio and WinDBG. LLVM's debug information format is mostly derived 135 Debugging information format 265 In order to handle this, the LLVM debug format uses the metadata attached to 282 default in clang. 317 …!0 = !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 3.7.0 (trunk 231150)… 327 !10 = !{!"clang version 3.7.0 (trunk 231150) (llvm/trunk 231154)"} [all …]
|
H A D | TestingGuide.rst | 74 result and print it on the standard output in a textual format suitable for 146 If you have `Clang <https://clang.llvm.org/>`_ checked out and built, you 276 using ``split-file`` to extract them. For example, 574 ``%clang``
|
H A D | LangRef.rst | 480 On targets that use the ELF object file format, default visibility 1404 have a particular format. Specifically, it must begin with a sequence of 1410 makes the format of the prologue data highly target dependent. 1845 `SafeStack <https://clang.llvm.org/docs/SafeStack.html>`_ 2385 :ref:`stackmap entry <statepoint-stackmap-format>`. See the intrinsic description 2391 A ``"clang.arc.attachedcall`` operand bundle on a call indicates the call is 3097 source through the clang front end, for example. It is then preserved through 3261 The binary format of half, float, double, and fp128 correspond to the 3669 values are represented in their IEEE hexadecimal format so that assembly 3676 precision respectively. Hexadecimal format is always used for long double, and [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 321 (get_pr_titles): Update PR string with correct format and component. 322 (generate_changelog): Take additional PRs; extract PR from the [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | LibASTMatchers.rst | 22 interface to extract attributes, source locations, or any other information 56 how to dump a translation unit's AST into a human readable format. 84 <https://clang.llvm.org/doxygen/classclang_1_1ast__matchers_1_1MatchFinder_1_1MatchCallback.html>`_. 119 <https://clang.llvm.org/doxygen/ASTMatchersMacros_8h.html>`_.
|
H A D | ClangFormattedStatus.rst | 32 * - clang/bindings/python/tests/cindex/INPUTS 37 * - clang/docs/analyzer/checkers 42 * - clang/examples/AnnotateFunctions 47 * - clang/examples/Attribute 52 * - clang/examples/CallSuperAttribute 57 * - clang/examples/clang-interpreter 62 * - clang/examples/PrintFunctionNames 67 * - clang/include/clang/Analysis 72 * - clang/include/clang/Analysis/Analyses 77 * - clang/include/clang/Analysis/DomainSpecific [all …]
|
H A D | PCHInternals.rst | 12 Using Precompiled Headers with ``clang`` 15 The Clang compiler frontend, ``clang -cc1``, supports two command line options 18 To generate PCH files using ``clang -cc1``, use the option `-emit-pch`: 22 $ clang -cc1 test.h -emit-pch -o test.h.pch 24 This option is transparently used by ``clang`` when generating PCH files. The 32 $ clang -cc1 -include-pch test.h.pch test.c -o test.s 65 AST file format required for modules are discussed in the section on 72 compressed bitstream as `LLVM's bitcode file format 127 An AST file produced by clang is an object file container with a ``clangast`` 137 within `LLVM's bitstream format <https://llvm.org/docs/BitCodeFormat.html>`_. [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ChangeLog-2018 | 427 Mention use of "extract" function to provide default value. 429 (ppc_optional_operand_value): Rewrite to use extract function. 505 Define for clang. 553 * opcode/mips.h: Document "+\" operand format.
|
/netbsd-src/external/gpl3/gdb/dist/include/ |
H A D | ChangeLog-2018 | 427 Mention use of "extract" function to provide default value. 429 (ppc_optional_operand_value): Rewrite to use extract function. 505 Define for clang. 553 * opcode/mips.h: Document "+\" operand format.
|
/netbsd-src/external/gpl3/gdb.old/dist/include/ |
H A D | ChangeLog-2018 | 427 Mention use of "extract" function to provide default value. 429 (ppc_optional_operand_value): Rewrite to use extract function. 505 Define for clang. 553 * opcode/mips.h: Document "+\" operand format.
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ChangeLog-2018 | 427 Mention use of "extract" function to provide default value. 429 (ppc_optional_operand_value): Rewrite to use extract function. 505 Define for clang. 553 * opcode/mips.h: Document "+\" operand format.
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/ |
H A D | BackEnds.rst | 251 format. A helper script, utils/TableGen/tdtags, provides an easier-to-use 427 Generate arm_neon.h for clang. 432 Generate ARM NEON sema support for clang. 437 Generate ARM NEON tests for clang. 481 this data. The format described here corresponds to version 1. 580 ``printable`` field can be used to extract a representation of them 710 can format the C++ initializers in the emitted table. It can deduce ``bit``,
|
/netbsd-src/external/bsd/atf/dist/ |
H A D | NEWS | 11 you require such code, please fetch a copy of the 0.19 release and extract 90 clang. 356 * Removed the atf-format internal utility, which is unused after the 374 * Removed the application/X-atf-tcr format introduced in 0.8 release. 375 Tests now print a much simplified format that is easy to parse and nicer 439 * Test programs no longer print a cryptic format (application/X-atf-tcs) 597 for the format's structure and sample XSLT/CSS files to post-process this 613 * Improved atf-report's CSV output format to include information about 639 format of files written by the developers and users: the Atffiles and the 649 when using the ticker output format.
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | ChangeLog | 116 o Fix detection of the __has_attribute() for apple clang [ci skip] (7fd7c5ef Azat Khuzhin) 139 git log --format=' o %s (%h %aN)' release-2.1.9-beta...release-2.1.10-stable 193 git log --format=' o %s (%h %aN)' release-2.1.8-stable...release-2.1.9-beta 319 date in RFC1123 format and running tests in parallel. 570 o test/regress_buffer: fix clang compilation warnings (d8fd4c0 Azat Khuzhin) 686 o travis-ci/osx: relink gcc/g++ instead of clang (481481d Azat Khuzhin) 711 …o For non GCC/clang on OSX the -Wno-deprecated-declarations may not be valid (b5ca365 Rainer Kelle… 722 o util: fix "%zu" format on TDM-gcc/MinGW-w64 (79b69d8 Azat Khuzhin) 843 o Fix warnings when compiling with clang 3.5 (f5b4765 John Ohl) 952 o Rename README to README.md and use markdown to format. (d2bc39a [all …]
|
/netbsd-src/external/lgpl3/gmp/dist/ |
H A D | NEWS | 38 does not recognize the float format. 170 * Support for compilation with clang/llvm on more platforms. Caution: GMP 171 triggers mis-compilation bugs in clang for many platforms, such as arm, x86 259 the 32-bit ABI. The reason is bugs in the compiler 'clang'. Depending on 480 leak could possibly be used to extract the most significant few bits of the 890 * Generalized low-level number format, reserving a `nails' part of each
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2017 | 741 * include/bits/fs_path.h (path::format): Define new enumeration type. 746 Add format parameter. 747 * testsuite/27_io/filesystem/path/construct/format.cc: New test. 1115 * include/std/mutex (call_once): Suppress clang-tidy warnings about 2621 * testsuite/23_containers/map/modifiers/extract.cc: New. 2622 * testsuite/23_containers/set/modifiers/extract.cc: New. 2623 * testsuite/23_containers/unordered_map/modifiers/extract.cc: New. 2624 * testsuite/23_containers/unordered_set/modifiers/extract.cc: New. 4095 * testsuite/23_containers/map/modifiers/extract.cc: Likewise. 4099 * testsuite/23_containers/multimap/modifiers/extract.cc: Likewise. [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/ |
H A D | WISHLIST | 12 Investigate clang-format compatibility as a possible migration 56 extract the value from {}. 365 queue file segment. In the queue manager, extract this 893 Cleanup: make DNSBL query format configurable beyond the
|
/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 390 - Fix CROSS_PREFIX executable testing, CHOST extract, mingw* [Torok] 753 - Add error return to gzread() for format or i/o error [Levin] 986 - Fix printf format in example.c 1016 - Improve setting of zlib format compression level flags 1099 - Add contrib/puff/ simple inflate for deflate format description 1368 - mention in README that the zlib format is now RFC1950
|
/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 390 - Fix CROSS_PREFIX executable testing, CHOST extract, mingw* [Torok] 753 - Add error return to gzread() for format or i/o error [Levin] 986 - Fix printf format in example.c 1016 - Improve setting of zlib format compression level flags 1099 - Add contrib/puff/ simple inflate for deflate format description 1368 - mention in README that the zlib format is now RFC1950
|
/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 390 - Fix CROSS_PREFIX executable testing, CHOST extract, mingw* [Torok] 753 - Add error return to gzread() for format or i/o error [Levin] 986 - Fix printf format in example.c 1016 - Improve setting of zlib format compression level flags 1099 - Add contrib/puff/ simple inflate for deflate format description 1368 - mention in README that the zlib format is now RFC1950
|
/netbsd-src/external/mit/isl/dist/doc/ |
H A D | user.pod | 85 =item * The format of C<isl_printer_print_qpolynomial>'s 149 When reading input in the original PolyLib format, 261 in C format by default. To print in C format, the output format 264 the expression in C format. Use C<isl_ast_expr_to_C_str> instead. 453 Building the C++ and Python bindings relies on the LLVM/clang libraries, 454 see C<http://clang.llvm.org/get_started.html>. 462 =item C<--with-clang=system> 464 Use the system clang libraries (installed in a default location). 466 =item C<--with-clang-prefix=>I<path> 468 Use the system clang libraries installed in I<path>. [all …]
|
/netbsd-src/share/mk/ |
H A D | bsd.README | 461 OBJECT_FMT Object file format. [set to "ELF" on architectures that 511 TOOL_AMIGATXLT Amiga assembly language format translator. [amiga-txlt] 590 TOOL_MIPSELF2ECOFF Convert ELF-format executable to ECOFF for mips. 654 TOOL_VAXMOPCOPY Creates a MOP image from another executable format. 1671 AR Create, modify, and extract from archives. [ar] 1675 ARM_ELF2AOUT Convert ELF-format executable to a.out. [elf2aout] 1708 M68K_ELF2AOUT Convert ELF-format executable to a.out. [elf2aout] 1710 MIPS_ELF2ECOFF Convert ELF-format executable to ECOFF. [elf2ecoff] 1785 NOCLANGERROR If defined and clang is used as C compiler, -Werror is not
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 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 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=] 2923 sim: igen: fix format-zero-length warnings 4248 options are supported on clang and gcc version 7 and newer. [all …]
|