Home
last modified time | relevance | path

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

12

/external/clang/tools/scan-build-py/libscanbuild/
Dreport.py25 from libscanbuild.clang import get_version
119 | </head>""", indent).format(html_title=args.html_title))
130 | </table>""", indent).format(html_title=args.html_title,
135 clang_version=get_version(args.clang),
174 | </tr>""", indent).format(bug_counter.total))
179 | </tr>""", indent).format(category))
191 | </tr>""", indent).format(**bug_type))
237 | </tr>""", indent).format(**current))
275 | </tr>""", indent).format(**current))
303 lambda bug: '{bug_line}.{bug_path_length}:{bug_file}'.format(**bug))
[all …]
Drunner.py16 from libscanbuild.clang import get_version, get_arguments
58 raise KeyError('{0} not passed to {1}'.format(
138 handle.write(error.title().replace('_', ' ') + os.linesep)
/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/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/swiftshader/third_party/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/swiftshader/third_party/LLVM/test/
Dlit.cfg12 # testFormat: The test format to use to interpret tests.
165 # FIXME: This is a hack to avoid LLVMC tests failing due to a clang driver
169 site_exp[sub].replace('-fno-exceptions', '')))
173 # For each occurrence of an llvm tool name as its own word, replace it
179 # Don't match 'bugpoint-' or 'clang-'.
180 # Don't match '/clang' or '-clang'.
/external/clang/docs/
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/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…
186 a future version of clang. Also, the ABI is not standardized and the name
289 on when overloads are resolved. In the example below, clang will emit a
325 instruct clang to call ``__builtin_object_size(param, Type)`` at each callsite
328 ``pass_object_size``. Clang will also replace any calls to
547 // void nodupfunc() [[clang::noduplicate]];
[all …]
/external/llvm/docs/
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
53 * ``svn co http://llvm.org/svn/llvm-project/cfe/trunk clang``
415 any of the examples below, simply replace each of these names with the
519 If you want to check out clang too, run:
524 % git clone http://llvm.org/git/clang.git
587 But you may generate patchset with git-format-patch. It generates by-each-commit
592 % git format-patch --no-attach master..mybranch -o /path/to/your/patchset
599 % git format-patch --attach master..mybranch --stdout | git imap-send
633 # If you have clang too:
[all …]
DExceptionHandling.rst12 exception handling in LLVM. It describes the format that LLVM exception
36 exception frame format can be found at `Exception Frames
251 a rethrow from within the catch may replace this call with a
436 a destination address by `llvm.eh.sjlj.longjmp`_. The buffer format and the
438 ``__builtin_setjmp`` implementation allowing code built with the clang and GCC
502 The format of this call frame information (CFI) is often platform-dependent,
503 however. ARM, for example, defines their own format. Apple has their own compact
504 unwind info format. On Windows, another format is used for all architectures
513 referred to as the language-specific data area (LSDA). The format of the LSDA
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.
469 and used, it is much easier to replace the underlying implementation of the
503 When the IR format has to be changed, keep in mind that we try to maintain some
507 * The textual format is not backwards compatible. We don't change it too often,
513 * The bitcode format produced by a X.Y release will be readable by all
/external/syslinux/gnu-efi/gnu-efi-3.0/
DChangeLog207 be hit. This also can break clang, which doesn't have a stdint-gcc.h at all.
219 @function. The clang compiler doesn't like the former. Clang and GCC both like
242 check. This prevents clang from inserting a call to memset() when compiling
255 - Allows GNU EFI to build out of the box with either GCC or clang on
486 ELF image. ELILO autodetects the format
601 * replace the getopt.c with new version free with better license
/external/harfbuzz_ng/
DNEWS217 Clients that implement their own font-funcs are encouraged to replace
503 - Fix out-of-bounds access in Context lookup format 3.
552 - hb_feature_from_string() now accepts CSS font-feature-settings format.
746 - Misc compiler warning fixes with clang.
1033 - hb-shape --output-format=json
1105 - Adjust output format of hb-shape a bit.
1234 - All set_user_data() functions now take a "replace" boolean parameter.
/external/parameter-framework/upstream/doc/
DDoxyfile.in10 # The format is:
64 # directories (in 2 levels) under the output directory of each output format and
216 # uses this value to replace tabs by spaces in code fragments.
270 # using this tag. The format is ext=language, where ext is a file extension, and
272 # C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:
287 # according to the Markdown format, which allows for more readable
330 # doxygen to replace the get and set methods by a property in the documentation.
671 # output files in an output format independent way. To create the layout file
735 # The WARN_FORMAT tag determines the format of the warning messages that doxygen
738 # and the warning text. Optionally the format may contain $version, which will
[all …]
/external/kmod/
DNEWS97 clang-analyze
144 - static-nodes: when writing in tmpfiles format, indicate that
242 - Fix some format strings
450 - Man pages are built, which replace man pages from module-init-tools
/external/valgrind/
DNEWS294 342008 valgrind.h needs type cast [..] for clang/llvm in 64-bit mode
296 342063 wrong format specifier for test mcblocklistsearch in gdbserver_tests
399 348565 Fix detection of command line option availability for clang
403 348890 Fix clang warning about unsupported --param inline-unit-growth=900
750 329694 clang warns about using uninitialized variable
802 334727 Build fails with -Werror=format-security
1089 307955 Building valgrind 3.7.0-r4 fails in Gentoo AMD64 when using clang
1138 315345 cl-format.xml and callgrind/dump.c don't agree on using cfl= or cfi=
1289 n-i-bz OSX build w/ clang: asserts at startup
1338 for tools that replace malloc (Memcheck, Massif, DRD, Helgrind).
[all …]
/external/strace/
DChangeLog84 * qualify.c (qualify_inject_common): Do not replace
542 into the output format group.
545 format group.
650 using %d format.
695 * sg_io_v3.c (decode_response): Print duration field using %u format.
711 sg_io_v3: print status fields using %#x format specifier.
712 The formerly used format string %02x led to misleading output as there
717 using %#x format specifier instead of %02x.
725 and device_status fields using %#x format specifier instead of %u.
733 using ("%#" PRI__x64) format string.
[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/e2fsprogs/
DRELEASE-NOTES157 Fixed coverity, sparse, gcc -Wall, and clang warnings/nits.
227 We now use a new e2undo file format which is much more efficient and
362 Fixed coverity, sparse gcc -Wall, and clang warnings/nits.
468 Fixed coverity, sparce gcc -Wall, and clang warnings/nits.
514 format, but which no longer needs to use the meta_bg file system
515 format any longer. This typically happened with large (> 16TB) file
527 and ASCII format.
814 Fixed a lot of coverity, sparce gcc -Wall, and clang warnings/nits.
899 the changes to enable the qcow2 format broke this e2image mode.
973 Fix sparse, gcc -Wall and clang nits.
[all …]
/external/openssh/
DChangeLog587 adapt tests to new minimum RSA size and default FP format
1649 don't choke on new-format private keys encrypted with an
2316 fix compile with clang
2848 I accidentally changed the format of the hostkeys@openssh.com messages
3490 fix format strings in (disabled) debugging
4287 slightly-different MD5 hex fingerprint format
4327 key fingerprints. Default changes from MD5 to SHA256 and format from hex to
4739 another -Wpointer-sign from clang
4747 fix a few -Wpointer-sign warnings from clang
5546 user, source address, port and protocol in a format similar to the
[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/libevent/
DChangeLog20 o Add -Qunused-arguments for clang on macos (b56611d Trond Norbye)
162 o Don't do clang version detection when disabling some flags (083296b Sebastian Hahn)
409 o Add an assert to appease clang's static analyzer (b0ff7eb Sebastian Hahn)
425 o Fix compilation under LLVM/clang with --enable-gcc-warnings (ad9ff58 Sebastian Hahn)
1120 o Add an API to replace all fatal calls to exit() with a user-provided panic function.
1215 …o When building with GCC, use the "format" attribute to verify type correctness of calls to printf…
1391 o Add new evutil_timer* functions to wrap (or replace) the regular timeval manipulation functions.
/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

12