Searched +refs:clang +refs:format +refs:executable (Results 1 – 14 of 14) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/docs/ |
H A D | UsersManual.rst | 16 `Clang Web Site <http://clang.llvm.org>`_ or the `LLVM Web 23 `Clang Static Analyzer <http://clang-analyzer.llvm.org>`_, please see its web 47 Clang also provides an alternative driver, :ref:`clang-cl`, that is designed 154 output format of the diagnostics that it generates. 245 .. option:: -fdiagnostics-format=clang/msvc/vi 247 Changes diagnostic output format to better match IDEs and command line tools. 249 This option controls the output format of the filename, line number, 253 **clang** (default) 303 For example, a format string warning will produce these three 342 parsable format after the file/line/column number information. The [all …]
|
/minix3/external/bsd/llvm/dist/llvm/docs/CommandGuide/ |
H A D | llc.rst | 14 through a native assembler and linker to generate a native executable. 25 language format (``.ll``) or the LLVM bitcode format (``.bc``). 48 :program:`clang`.
|
/minix3/external/bsd/llvm/dist/clang/docs/tools/ |
H A D | clang.pod | 5 clang - the Clang C, C++, and Objective-C compiler 9 B<clang> [B<-c>|B<-S>|B<-E>] B<-std=>I<standard> B<-g> 22 B<clang> is a C, C++, and Objective-C compiler which encompasses preprocessing, 32 The B<clang> executable is actually a small driver which controls the overall 72 executable or dynamic library. The output of this stage is typically called an 84 same driver. Please see L<http://clang-analyzer.llvm.org> for more details 114 linker is run to combine the results into an executable or shared library. 364 otherwise this generates LLVM bitcode format object files (which may be passed 526 Do not search clang's builtin directory for include files. 612 Maintained by the Clang / LLVM Team (L<http://clang.llvm.org>).
|
/minix3/external/bsd/llvm/dist/llvm/docs/ |
H A D | CoverageMappingFormat.rst | 2 :format: html 14 LLVM's code coverage mapping format is used to provide code coverage 24 then we briefly desribe LLVM's code coverage mapping format and the 25 way that Clang and LLVM's code coverage tool work with this format. After 26 the basics are down, more advanced features of the coverage mapping format 40 ``clang -o test -fprofile-instr-generate -fcoverage-mapping test.c`` 56 LLVM's code coverage mapping format is designed to be a self contained 57 data format, that can be embedded into the LLVM IR and object files. 58 It's described in this document as a **mapping** format because its goal is 65 1. When clang compiles a source file with ``-fcoverage-mapping``, it [all …]
|
H A D | GettingStarted.rst | 20 The second piece is the `Clang <http://clang.llvm.org/>`_ front end. This 33 Getting Started <http://clang.llvm.org/get_started.html>`_ page might also be a 50 * ``svn co http://llvm.org/svn/llvm-project/cfe/trunk clang`` 500 If you want to check out clang too, run: 505 % git clone http://llvm.org/git/clang.git 553 But you may generate patchset with git-format-patch. It generates by-each-commit 558 % git format-patch --no-attach master..mybranch -o /path/to/your/patchset 565 % git format-patch --attach master..mybranch --stdout | git imap-send 597 # If you have clang too: 599 % git clone http://llvm.org/git/clang.git [all …]
|
H A D | CodingStandards.rst | 93 * Clang: http://clang.llvm.org/cxx_status.html 239 A few things to note about this particular format: The "``-*- C++ -*-``" string 498 When formatting a multi-line lambda, format it like a block of code, that's 568 .. _Clang Format: http://clang.llvm.org/docs/ClangFormat.html 623 In an effort to reduce code and executable size, LLVM does not use RTTI 626 executable bloat even if exceptions are never used in the code base, or if RTTI 733 // Construct a Foo by reading data from the disk in the whizbang format, ... 892 It is much preferred to format the code like this:
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
H A D | Attr.td | 56 include "clang/Basic/AttrDocs.td" 64 include "clang/Basic/DeclNodes.td" 65 include "clang/Basic/StmtNodes.td" 475 // '#pragma clang arc_cf_code_audited' rather than explicitly. 685 let Spellings = [CXX11<"clang", "fallthrough">]; 717 let Spellings = [GCC<"format">]; 854 let Spellings = [GNU<"noduplicate">, CXX11<"clang", "noduplicate">]; 876 // resulting executable binary will produce the same result." 1079 let Spellings = [GNU<"optnone">, CXX11<"clang", "optnone">]; 1308 let Spellings = [GNU<"type_visibility">, CXX11<"clang", "type_visibility">]; [all …]
|
/minix3/external/bsd/libpcap/dist/ |
H A D | aclocal.m4 | 81 dnl that defines __GNUC__, which means clang, for example, counts as "gcc". 113 # This is assumed either to be GCC or clang, both 231 # We're assuming this is clang, where 308 # MIPS C for IRIX, DEC C, and clang all use -M. 346 # Note: clang doesn't seem to exit with an error status when handed 349 # -M, so the fact that this test always succeeds with clang 684 AC_MSG_WARN(ignoring obsolete flex executable ($s)) 1186 dnl Test whether __attribute__((format)) can be used without warnings 1190 AC_MSG_CHECKING([whether __attribute__((format)) can be used without warnings]) 1199 __attribute__ ((format (printf, 1, 2))); [all …]
|
/minix3/external/bsd/llvm/dist/llvm/docs/tutorial/ |
H A D | LangImpl8.rst | 19 source that the programmer wrote. In LLVM we generally use a format 147 our piece of Kaleidoscope language down to an executable program via this 152 Kaleidoscope-Ch8 < fib.ks | & clang -x ir - 449 …clang++ -g toy.cpp `llvm-config --cxxflags --ldflags --system-libs --libs core mcjit native` -O3 -…
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Driver/ |
H A D | CC1Options.td | 1 //===--- CC1Options.td - Options for clang -cc1 ---------------------------===// 10 // This file defines the options accepted by clang -cc1 and clang -cc1as. 140 HelpText<"Mark the file as not needing an executable stack">; 264 HelpText<"File for serializing diagnostics in a binary format">; 266 def fdiagnostics_format : Separate<["-"], "fdiagnostics-format">,
|
/minix3/share/mk/ |
H A D | bsd.README | 592 NONBINMODE Mode for non-executable files. [444] 726 OBJECT_FMT Object file format. [set to "ELF" on architectures that 768 TOOL_AMIGATXLT Amige assembly language format translator. [amiga-txlt] 843 TOOL_MIPSELF2ECOFF Convert ELF-format executable to ECOFF for mips. 1892 ELF2ECOFF Convert ELF-format executable to ECOFF. [elf2ecoff] 1972 NOCLANGERROR If defined and clang is used as C compiler, -Werror is not
|
/minix3/external/bsd/bind/dist/ |
H A D | ltmain.sh | 1380 tag_compilers_CC="*cc cc* *gcc gcc* clang" 1381 tag_compilers_CXX="*c++ c++* *g++ g++* clang++" 3607 *executable*) # but shell scripts are "executable" too... 4175 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname 4181 This wrapper executable should never be moved out of the build directory. 7899 $ECHO "*** with $libname and none of the candidates passed a file format test"
|
H A D | CHANGES | 357 3947. [cleanup] Set the executable bit on libraries when using 448 3906. [protocol] Update URI record format to comply with 772 a TSIG key in named.conf format without comments. 1421 newline format. [RT #22067] 1455 when loading zones in map format. [RT #33381] 1542 3567. [bug] Silence clang static analyzer warnings. [RT #33365] 1552 3562. [func] Update map file header format to include a SHA-1 hash 1618 3539. [port] win32: timestamp format didn't match other platforms. 1676 3524. [func] Added an alternate statistics channel in JSON format, 1845 3475. [cleanup] Changed name of 'map' zone file format (previously [all …]
|
/minix3/external/bsd/byacc/dist/ |
H A D | CHANGES | 25 * package/debian/source/format: 26 change to native format to work around regression in Debian packaging. 103 format of the parse_param list (by trimming space after "*") as well as 250 fix a few clang --analyze warnings; one was a case where output_ctable emitted 253 * reader.c: appease clang --analyze 917 * aclocal.m4: resync with my-autoconf (fixes for clang and mingw) 925 * reader.c: fix two loop-limits found by clang 3.3 --analyze 1027 CF_CLANG_COMPILER - check if the given compiler is really clang. 1030 add check for clang to CF_GCC_WARNINGS. modify CF_GCC_WARNINGS to work around 1120 the /usr/ccs/bin/yacc executable [all …]
|