Searched +refs:clang +refs:format +refs:replace (Results 1 – 25 of 25) sorted by relevance
/external/clang/test/ |
D | lit.cfg | 40 # 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/ |
D | 2007-OriginalClangReadme.txt | 8 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/docs/ |
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 …]
|
D | InternalsManual.rst | 80 ``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 …]
|
D | doxygen.cfg.in | 10 # 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/ |
D | AttrDocs.td | 13 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 276 instruct clang to call ``__builtin_object_size(param, Type)`` at each callsite 279 ``pass_object_size``. Clang will also replace any calls to 489 // void nodupfunc() [[clang::noduplicate]]; 729 The ``clang::fallthrough`` attribute is used along with the [all …]
|
D | DiagnosticSemaKinds.td | 296 "replace parentheses with an initializer to declare a variable">; 2169 "strftime format attribute requires 3rd parameter to be 0">; 2171 "format attribute requires variadic function">; 2172 def err_format_attribute_not : Error<"format argument not %0">; 2175 "format attribute cannot specify the implicit this argument as the format " 5390 "format string is not a string literal (potentially insecure)">, 5393 "format string is not a string literal">, 6408 "%select{function|block|method|constructor}2; expected type from format " 6413 "%select{function|block|method|constructor}2; expected type from format " 6437 "%select{function|block|method|constructor}2; expected type from format " [all …]
|
/external/llvm/docs/ |
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`` 409 any of the examples below, simply replace each of these names with the 530 If you want to check out clang too, run: 535 % git clone http://llvm.org/git/clang.git 598 But you may generate patchset with git-format-patch. It generates by-each-commit 603 % git format-patch --no-attach master..mybranch -o /path/to/your/patchset 610 % git format-patch --attach master..mybranch --stdout | git imap-send 642 # If you have clang too: [all …]
|
D | ExceptionHandling.rst | 12 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
|
D | DeveloperPolicy.rst | 93 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. 467 and used, it is much easier to replace the underlying implementation of the 501 When the IR format has to be changed, keep in mind that we try to maintain some 505 * The textual format is not backwards compatible. We don't change it too often, 511 * The bitcode format produced by a X.Y release will be readable by all
|
D | LangRef.rst | 448 On targets that use the ELF object file format, default visibility 1133 have a particular format. Specifically, it must begin with a sequence of 1139 makes the format of the prologue data highly target dependent. 1277 a built-in function. LLVM will retain the original call and not replace it 1379 `SafeStack <http://clang.llvm.org/docs/SafeStack.html>`_ 2528 values are represented in their IEEE hexadecimal format so that assembly 2535 precision, respectively. Hexadecimal format is always used for long 2536 double, and there are three forms of long double. The 80-bit format used 2538 128-bit format used by PowerPC (two adjacent doubles) is represented by 2539 ``0xM`` followed by 32 hexadecimal digits. The IEEE 128-bit format is [all …]
|
/external/harfbuzz_ng/ |
D | NEWS | 67 Clients that implement their own font-funcs are encouraged to replace 353 - Fix out-of-bounds access in Context lookup format 3. 402 - hb_feature_from_string() now accepts CSS font-feature-settings format. 596 - Misc compiler warning fixes with clang. 883 - hb-shape --output-format=json 955 - Adjust output format of hb-shape a bit. 1084 - All set_user_data() functions now take a "replace" boolean parameter.
|
/external/parameter-framework/upstream/doc/ |
D | Doxyfile.in | 10 # 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/opencv3/cmake/ |
D | FindCUDA.cmake | 192 # CUDA_WRAP_SRCS ( cuda_target format generated_files file0 file1 ... 200 # "OBJ" for the format argument to switch). Files that don't end with .cu 455 # Using cc which is symlink to clang may let NVCC think it is GCC and issue 456 # unhandled -dumpspecs option to clang. Also in case neither 1054 # dependent upon the format parameter. The compiler is invoked once with -M 1059 # format - PTX, CUBIN, FATBIN or OBJ 1067 macro(CUDA_WRAP_SRCS cuda_target format generated_files) 1197 # nvcc chokes on -g3 in versions previous to 3.0, so replace it with -g 1245 # Allow per source file overrides of the format. 1248 set(_cuda_source_format ${format}) [all …]
|
/external/valgrind/ |
D | NEWS | 294 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/zlib/src/ |
D | ChangeLog | 99 - 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/opencv3/3rdparty/zlib/ |
D | ChangeLog | 99 - 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/libevent/ |
D | ChangeLog | 20 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/libpng/ |
D | CHANGES | 319 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/v8/ |
D | ChangeLog | 5070 Remove implicit uint8_t to char cast in string replace (Chromium issue 5522 Set V8_CC_GNU or V8_CC_MSVC for clang in gcc / cl mode (Chromium issue 5535 Set V8_CC_GNU or V8_CC_MSVC for clang in gcc / cl mode (Chromium issue 6613 Add clang-format to presubmit checks. 6648 Add clang-format to presubmit checks. 11158 Fixed a few clang warnings (which -Werror treated as errors). 11389 Fixed ABI for API calls on IA32 (for clang compatibility). 11692 Fixed crash bug in regexp replace. 12327 Added heap snapshots to JSON format to API. 12552 Fixed crash: handle all flat string types in regexp replace. [all …]
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 43 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/libxml2/ |
D | NEWS | 273 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/opencv3/3rdparty/libtiff/ |
D | ChangeLog | 6 warnings with clang. 452 * tools/fax2ps.c: replace unsafe tmpfile() with mkstemp() 882 -Werror=format-security" flags. 1000 error reports to use "%s" as format string. 1108 * libtiff/tiffio.h: GCC will now validate format specifications 1179 * tools/tiff2pdf.c: More appropriate format string in 1502 using LONG8 type when output format is BigTIFF. The 1999 enough to replace TIFFScanlineSize alltogether 2299 format. 2429 for MS MDI format. [all …]
|
/external/curl/ |
D | CHANGES.0 | 405 - Daniel Johnson provided fixes for building curl with the clang compiler. 413 - [Daniel Johnson] I've been trying to build libcurl with clang on Darwin and 423 clang to choke. For example, --libs returns $CFLAGS along with the libs, 799 PEM format. Required by several stunnel versions used by our test harness. 975 libcurl would reject cookies with a date format it couldn't parse. Research 1123 - Introduced a SYST-based test to properly set-up name format when dealing 1316 format makes it possible to quite easily separate the string into an array 1355 - Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and 2737 missed date due to an unsupported date format or date range will now cause 2859 certs into PEM format, suitable for use with a OpenSSL or GnuTLS built [all …]
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 373 坫 < 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 …]
|