Home
last modified time | relevance | path

Searched +refs:clang +refs:format +refs:replace (Results 1 – 24 of 24) sorted by relevance

/external/clang/test/
Dlit.cfg40 # testFormat: The test format to use to interpret tests.
148 clang_src_root = os.path.join(llvm_src_root, "tools", "clang")
149 clang_obj_root = os.path.join(llvm_obj_root, "tools", "clang")
152 # tools/clang layout.
171 # Discover the 'clang' and 'clangcc' to use.
176 # Determine which clang to use.
177 clang = os.getenv('CLANG')
179 # If the user set clang in the environment, definitely use that and don't
181 if clang:
182 return clang
[all …]
/external/clang/docs/
DClangTools.rst21 - ``cd llvm/tools/clang/tools``
22 - ``svn co http://llvm.org/svn/llvm-project/clang-tools-extra/trunk extra``
26 - ``cd llvm/tools/clang/tools``
27 - ``git clone http://llvm.org/git/clang-tools-extra.git extra``
73 ``clang-check``
81 fixit-hints offered by clang. See :doc:`HowToSetupToolingForLLVM` for
82 instructions on how to setup and used `clang-check`.
84 ``clang-format``
87 Clang-format is both a :doc:`library <LibFormat>` and a :doc:`stand-alone tool
89 according to configurable style guides. To do so, clang-format uses Clang's
[all …]
DAttributeReference.rst3 NOTE: This file is automatically generated by running clang-tblgen
66 acquire_capability (acquire_shared_capability, clang::acquire_capability, clang::acquire_shared_cap…
76 assert_capability (assert_shared_capability, clang::assert_capability, clang::assert_shared_capabil…
241 a future version of clang. Also, the ABI is not standardized and the name
332 format (gnu::format)
339 Clang supports the ``format`` attribute, which indicates that the function
340 accepts a ``printf`` or ``scanf``-like format string and corresponding
343 Please see `GCC documentation about format attribute
349 #. Clang checks that the function with the ``format`` attribute is called with
350 a format string that uses format specifiers that are allowed, and that
[all …]
DUsersManual.rst16 `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 …]
DInternalsManual.rst80 ``clang/Basic/Diagnostic*Kinds.td`` files, depending on what library will be
82 diagnostic, the severity of the diagnostic and the English translation + format
129 The format string for the diagnostic is very simple, but it has some power. It
132 some simple format strings:
137 "format string contains '\\0' within the string body"
143 These examples show some important points of format strings. You can use any
156 order as they are specified, you could have a format string with "``%1 %0``"
161 Here are some "best practices" for writing the English format string:
182 including variable names, types, labels, etc. The "``select``" format can be
198 **"s" format**
[all …]
Ddoxygen.cfg.in10 # The format is:
35 PROJECT_NAME = clang
64 # directories (in 2 levels) under the output directory of each output format and
208 # uses this value to replace tabs by spaces in code fragments.
262 # using this tag. The format is ext=language, where ext is a file extension, and
276 # according to the Markdown format, which allows for more readable
319 # doxygen to replace the get and set methods by a property in the documentation.
655 # output files in an output format independent way. To create the layout file
720 # The WARN_FORMAT tag determines the format of the warning messages that doxygen
723 # and the warning text. Optionally the format may contain $version, which will
[all …]
/external/compiler-rt/test/asan/
Dlit.cfg32 # testFormat: The test format to use to interpret tests.
82 return " " + " ".join([clang_wrapper, config.clang] + compile_flags) + " "
84 config.substitutions.append( ("%clang ", build_invocation(target_cflags)) )
93 # Windows-specific tests might also use the clang-cl.exe driver.
103 clang_cl_invocation = clang_invocation.replace("clang.exe","clang-cl.exe")
163 gcc_dir = os.path.dirname(config.clang)
/external/llvm/docs/
DLibFuzzer.rst66 # Get lib/Fuzzer. Assuming that you already have fresh clang in PATH.
69 clang -c -g -O2 -std=c++11 Fuzzer/*.cpp -IFuzzer
71 clang++ -fsanitize=address -fsanitize-coverage=3 test_fuzzer.cc Fuzzer*.o
85 # Get lib/Fuzzer. Assuming that you already have fresh clang in PATH.
88 …(cd pcre; ./autogen.sh; CC="clang -fsanitize=address $COV_FLAGS" ./configure --prefix=`pwd`/../ins…
90 clang -c -g -O2 -std=c++11 Fuzzer/*.cpp -IFuzzer
108 clang++ -g -fsanitize=address $COV_FLAGS -c -std=c++11 -I inst/include/ pcre_fuzzer.cc
110clang++ -g -fsanitize=address -Wl,--whole-archive inst/lib/*.a -Wl,-no-whole-archive Fuzzer*.o pcr…
177 make -j 32 CC="clang -g -fsanitize=address $COV_FLAGS")
180 clang -c -g -O2 -std=c++11 Fuzzer/*.cpp -IFuzzer
[all …]
DGettingStarted.rst20 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``
392 any of the examples below, simply replace each of these names with the
513 If you want to check out clang too, run:
518 % git clone http://llvm.org/git/clang.git
566 But you may generate patchset with git-format-patch. It generates by-each-commit
571 % git format-patch --no-attach master..mybranch -o /path/to/your/patchset
578 % git format-patch --attach master..mybranch --stdout | git imap-send
610 # If you have clang too:
[all …]
DDeveloperPolicy.rst93 different tool, make sure it uses the ``diff -u`` format and that it
222 Note that llvm/test and clang/test are designed for regression and small feature
283 Although we don't enforce the format of commit messages, we prefer that
295 Below are some guidelines about the format of the message itself:
322 format.
462 and used, it is much easier to replace the underlying implementation of the
496 When the IR format has to be changed, keep in mind that we try to maintain some
500 * The textual format is not backwards compatible. We don't change it too often,
503 * The bitcode format produced by a X.Y release will be readable by all following
DExceptionHandling.rst12 exception handling in LLVM. It describes the format that LLVM exception
36 exception frame format can be found at `Exception Frames
258 a rethrow from within the catch may replace this call with a
565 a destination address by `llvm.eh.sjlj.longjmp`_. The buffer format and the
567 ``__builtin_setjmp`` implementation allowing code built with the clang and GCC
DLangRef.rst427 On targets that use the ELF object file format, default visibility
1099 have a particular format. Specifically, it must begin with a sequence of
1105 makes the format of the prologue data highly target dependent.
1222 a built-in function. LLVM will retain the original call and not replace it
2309 values are represented in their IEEE hexadecimal format so that assembly
2316 precision, respectively. Hexadecimal format is always used for long
2317 double, and there are three forms of long double. The 80-bit format used
2319 128-bit format used by PowerPC (two adjacent doubles) is represented by
2320 ``0xM`` followed by 32 hexadecimal digits. The IEEE 128-bit format is
2322 will only work if they match the long double format on your target.
[all …]
/external/llvm/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt8 clang: noun
70 clang - An example driver, client of the libraries at various levels.
74 easy to reuse individual parts or replace pieces if desired. For example, to
92 II. Usage of clang driver:
95 - Help: clang --help
127 For more information on getting Graphviz to work with clang/LLVM,
136 * Full diagnostic customization by client (can format diagnostics however they
/external/clang/include/clang/Basic/
DAttrDocs.td13 NOTE: This file is automatically generated by running clang-tblgen
124 …let Heading = "assert_capability (assert_shared_capability, clang::assert_capability, clang::asser…
133 …let Heading = "acquire_capability (acquire_shared_capability, clang::acquire_capability, clang::ac…
141 …= "try_acquire_capability (try_acquire_shared_capability, clang::try_acquire_capability, clang::tr…
152 …let Heading = "release_capability (release_shared_capability, clang::release_capability, clang::re…
387 // void nodupfunc() [[clang::noduplicate]];
591 The ``clang::fallthrough`` attribute is used along with the
596 meant to replace comments with a more strict annotation, which can be checked
614 [[clang::fallthrough]];
622 [[clang::fallthrough]];
[all …]
DDiagnosticSemaKinds.td229 "replace parentheses with an initializer to declare a variable">;
2037 "strftime format attribute requires 3rd parameter to be 0">;
2039 "format attribute requires variadic function">;
2040 def err_format_attribute_not : Error<"format argument not %0">;
2043 "format attribute cannot specify the implicit this argument as the format "
5145 "format string is not a string literal (potentially insecure)">,
5148 "format string is not a string literal">,
6129 "%select{function|block|method|constructor}2; expected type from format "
6134 "%select{function|block|method|constructor}2; expected type from format "
6158 "%select{function|block|method|constructor}2; expected type from format "
[all …]
/external/harfbuzz_ng/
DNEWS28 - Fix out-of-bounds access in Context lookup format 3.
77 - hb_feature_from_string() now accepts CSS font-feature-settings format.
271 - Misc compiler warning fixes with clang.
558 - hb-shape --output-format=json
630 - Adjust output format of hb-shape a bit.
759 - All set_user_data() functions now take a "replace" boolean parameter.
/external/valgrind/
DNEWS150 342063 wrong format specifier for test mcblocklistsearch in gdbserver_tests
519 329694 clang warns about using uninitialized variable
571 334727 Build fails with -Werror=format-security
858 307955 Building valgrind 3.7.0-r4 fails in Gentoo AMD64 when using clang
907 315345 cl-format.xml and callgrind/dump.c don't agree on using cfl= or cfi=
1058 n-i-bz OSX build w/ clang: asserts at startup
1107 for tools that replace malloc (Memcheck, Massif, DRD, Helgrind).
1240 285662 (MacOSX): Memcheck needs to replace memcpy/memmove
1296 295427 building for i386 with clang on darwin11 requires "-new_linker linker"
1344 301984 configure script doesn't detect certain versions of clang
[all …]
/external/openssh/
DChangeLog11 fix compile with clang
543 I accidentally changed the format of the hostkeys@openssh.com messages
1185 fix format strings in (disabled) debugging
1982 slightly-different MD5 hex fingerprint format
2022 key fingerprints. Default changes from MD5 to SHA256 and format from hex to
2434 another -Wpointer-sign from clang
2442 fix a few -Wpointer-sign warnings from clang
3241 user, source address, port and protocol in a format similar to the
3593 serial number ranges could be serialised to an invalid format.
4233 for brevity and a warning free compilation with llvm/clang
[all …]
/external/zlib/src/
DChangeLog99 - Recognize clang as gcc
647 - Add error return to gzread() for format or i/o error [Levin]
784 - Change search and replace delimiter in configure from % to # [Beebe]
880 - Fix printf format in example.c
910 - Improve setting of zlib format compression level flags
993 - Add contrib/puff/ simple inflate for deflate format description
1050 - replace __far with _far for better portability (Christian Spieler, Tom Lane)
1096 - replace EXPORT with ZEXPORT to avoid conflict with other programs
1262 - mention in README that the zlib format is now RFC1950
/external/v8/
DChangeLog529 Add clang-format to presubmit checks.
564 Add clang-format to presubmit checks.
5074 Fixed a few clang warnings (which -Werror treated as errors).
5305 Fixed ABI for API calls on IA32 (for clang compatibility).
5608 Fixed crash bug in regexp replace.
6243 Added heap snapshots to JSON format to API.
6468 Fixed crash: handle all flat string types in regexp replace.
6652 Added support for ES5 date time string format to Date.parse.
6662 Fixed bug in String search and replace with very simple RegExps.
6923 Fixed crash bug in String.prototype.replace.
[all …]
/external/e2fsprogs/
DRELEASE-NOTES43 the changes to enable the qcow2 format broke this e2image mode.
117 Fix sparse, gcc -Wall and clang nits.
265 Fix gcc -Wall and clang nits.
280 * add -e option to print extent format, even when FIBMAP is used
281 * add -X option to print extents in hexadecimal format
481 Add support for e2fsprogs to be compiled using clang/LLVM.
709 jbd2 format, as well as f_eofblocks which tests the new handling of
1044 The e2image program now supports the qcow2 format, which is a more
1139 data blocks of a particular inode in a format which is useful for
1336 Debugfs now uses a more concicse format for listing extents in its
[all …]
/external/libpng/
DCHANGES319 Changed format of the PNG_LIBPNG_VER integer to xyyzz instead of xyz
2299 Reformated sources in libpng style (3-space intentation, comment format)
2744 the format statements in various png_debug messages.
3001 Also added scripts/chkfmt to validate the format of all the files that can
3233 the read macros interfering with the symbol file format.
3444 Added projects/owatcom, an IDE project for OpenWatcom to replace
4132 Removed need for -Wno-cast-align with clang. clang correctly warns on
4134 fixes the cases that clang warns about either by eliminating the
4137 introducing new png_aligncast macros to do the cast in a way that clang
4711 Allow clang derived from older GCC versions to use ARM intrinsics. This
[all …]
/external/libxml2/
DNEWS273 Silence a clang warning (Daniel Veillard),
538 Fix -Wempty-body warning from clang (Nico Weber),
595 Fix xmllint to use format=1 for default formatting (Adam Spragg),
596 Force _xmlSaveCtxt.format to be 0 or 1 (Adam Spragg),
777 Chasing dead assignments reported by clang-scan (Daniel Veillard),
1276 Reed), error extraction API from regexps, new XMLSave option for format
1669 replace CDATA by text, --nsclean to remove surperfluous namespace
2052 - improvements on xmllint: Morus Walter patches for --format and
2123 - added a --format option to xmllint
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt373 坫 < a\-stand\-on\-which\-to\-replace\-goblets\-after\-drinking;
10397 幀格式 < frame\-format;
12452 㬱 < to\-replace;
13606 格式化 < to\-format;
15712 代 < replace;
17871 版式 < format;
19891 吰 < clang;
24488 幀格式 > frame\-format;
24903 格式化 > to\-format;
29912 交替 > to\-replace;
[all …]