Home
last modified time | relevance | path

Searched +refs:clang +refs:rename +refs:binary (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormat.rst13 :program:`clang-format` is located in `clang/tools/clang-format` and can be used
20 $ clang-format --help
29 USAGE: clang-format [options] [@<file>] [<file> ...]
44 .clang-format file.
46 If this is not passed, the .clang-format file is searched
60 clang-format from an editor integration
65 fallback in case clang-format is invoked with
66 -style=file, but can not find the .clang-format
69 --ferror-limit=<uint> - Set the maximum number of clang-format errors to emit
79 -length, clang-format will format up to the end
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td213 "invalid digit '%0' in %select{decimal|octal|binary}1 constant">;
241 "binary integer literals are a GNU extension">, InGroup<GNUBinaryLiteral>;
243 "binary integer literals are a C++14 extension">, InGroup<CXX14BinaryLiteral>;
245 "binary integer literals are incompatible with C++ standards before C++14">,
343 "'#pragma clang fp eval_method'">;
539 "token is not a valid binary operator in a preprocessor subexpression">;
590 // - #pragma clang restrict_expansion(...)
600 // - #pragma clang final(...)
675 "no matching '#pragma clang module end' for this "
676 "'#pragma clang module begin'">;
[all …]
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt113 clang/bindings/python/tests/cindex/INPUTS/header1.h
114 clang/bindings/python/tests/cindex/INPUTS/header2.h
115 clang/bindings/python/tests/cindex/INPUTS/header3.h
116 clang/examples/Attribute/Attribute.cpp
117 clang/examples/CallSuperAttribute/CallSuperAttrInfo.cpp
118 clang/examples/PluginsOrder/PluginsOrder.cpp
119 clang/include/clang/Analysis/BodyFarm.h
120 clang/include/clang/Analysis/IssueHash.h
121 clang/include/clang/Analysis/MacroExpansionContext.h
122 clang/include/clang/Analysis/Analyses/CalledOnceCheck.h
[all …]
/openbsd-src/gnu/llvm/llvm/docs/
H A DGettingStarted.rst19 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, lldb, compiler-rt, lld, polly, or cross-project-tests.
69 ``-DLLVM_ENABLE_PROJECTS="clang" -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi"``.
114 version of the clang or llvm libraries that is already present on your
166 clang clang, cmake CLANG_INCLUDE_TESTS=ON (Required for check-clang only)
170 Example for building stand-alone `clang`:
177 build_clang=`pwd`/build-clang
190 cmake -G Ninja -S $llvm/clang -B $build_clang \
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td1 //===--- 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.
117 def clang_i_Group : OptionGroup<"<clang i group>">, Group<i_Group>, DocFlatten;
143 def f_clang_Group : OptionGroup<"<f (clang-only) group>">,
231 // Temporary groups for clang options which we know we don't support,
233 def clang_ignored_f_Group : OptionGroup<"<clang ignored f group>">,
235 def clang_ignored_m_Group : OptionGroup<"<clang ignored m group>">,
[all …]
/openbsd-src/lib/libz/
H A DChangeLog59 - Add address checking in clang to -w option of configure
107 - Check for cc masquerading as gcc or clang in configure
191 - Add note to contrib/blast to use binary mode in stdio
248 - Recognize clang as gcc
306 - Restore gzgetc function for binary compatibility
401 - Set binary for output file in puff.c
695 binary compatibility -- a normal version and a 64-bit offset version,
751 - Set examples/zpipe.c input and output to binary mode for Windows
976 - Update contrib/delphi; rename to contrib/pascal; add example [Truta]
1373 - rename FOPEN as F_OPEN to avoid clash with /usr/include/sys/file.h
[all …]
/openbsd-src/usr.sbin/nsd/doc/
H A DRELNOTES138 - 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.
720 - please clang analyzer and fix parse of IPSECKEY with bad gateway.
780 printout from clang analyzer.
799 - Fix warnings emitted by clang for --enable-packed. Alignment is not
872 - Fix to rename _t typedefs because POSIX reserves them.
975 - Fix flto check for OSX clang.
986 there is no binary database, but nsd reads and writes zonefiles.
1155 - Fix delete or rename of a lot of zones and make it take a
[all …]
H A DChangeLog165 - Fix unused variable warning in unit test, from clang compile.
263 - Update to clang 14 in cirrus build test on Ubuntu Jammy 22.04.
1034 - Fixup clang analysis warning in xfrd_parse_received_xfr_packet
1187 - Nicer output on travis for clang analysis.
1199 - Use travis for build check, initial unit test and clang analysis.
1292 - assertions for clang analysis.
1313 - Fix clang analysis warning on null in closest encloser for wildcard
1315 - Fix clang analysis warnings.
1373 - Fix typo in clang analysis test.
1378 - clang analysis test.
[all …]
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DAddLLVM.cmake134 # cl.exe or clang-cl, i.e. MSVC style command line interface
137 # clang in msvc mode, calling a link.exe/lld-link style linker
731 # clang and newer versions of ninja use high-resolutions timestamps,
1259 # ".dll.a", but for clang.exe that causes a collision with libclang.dll,
1729 # a provided binary tree.
1740 # plugins. We may rename it.
1922 # Convert a target name like check-clang to a variable name like CLANG.
/openbsd-src/usr.sbin/unbound/doc/
H A DChangelog850 clang test.
1516 - please clang analyzer for loop in test code.
1877 - Fix clang-analysis warnings for testcode/readzone.c.
1897 - Fix auth zone download on windows to unlink before rename.
2245 - Fix clang analysis warning.
2612 - Fix unused variable warning for clang analyzer.
2793 - Fix #158: open tls-session-ticket-keys as binary, for Windows. By
3406 - Fix memleak in unit test, reported from the clang 8.0 static analyzer.
3503 - Nicer travis output for clang analysis.
3702 - clang analysi
[all...]
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5260delta.pod179 The perl binary includes a default set of paths in C<@INC>. Historically
1150 Fixed a security hole in which binary files could be loaded from a path
1873 Tidy file, rename some symbols.
2017 Cleanup for C<clang -Weverything> support.
H A Dperl5200delta.pod210 taint their non-binary results (like C<$&>, C<$2>) if and only if the
1931 C<sysroot> option to indicate the logical root directory under gcc and clang.
2156 C<rename> and C<link> on Win32 now set $! to ENOSPC and EDQUOT when
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrSSE.td152 // at the rename stage without using any execution unit, so SET0PSY
1419 // (v)cvtss2sd intrinsic sequences from clang which produce unnecessary
2255 /// PDI_binop_rm - Simple SSE2 binary operator.
3467 /// PDI_binop_rm2 - Simple SSE2 binary operator with different src and dst types
4291 // Before the MC layer of LLVM existed, clang emitted "movd" assembly instead of
5826 /// SS48I_binop_rm - Simple SSE41 binary operator.
5959 /// SS41I_binop_rmi_int - SSE 4.1 binary operator with 8-bit immediate
5986 /// SS41I_binop_rmi - SSE 4.1 binary operator with 8-bit immediate
6549 /// SS42I_binop_rm - Simple SSE 4.2 binary operator
/openbsd-src/share/dict/
H A Dweb222428 binary
37041 clang
166852 rename