Home
last modified time | relevance | path

Searched +refs:clang +refs:rename +refs:format +refs:message (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm-project/clang/test/
DCMakeLists.txt63 clang
64 clang-resource-headers
65 clang-format
66 clang-tblgen
67 clang-offload-bundler
68 clang-import-test
69 clang-rename
70 clang-refactor
71 clang-diff
72 clang-scan-deps
[all …]
/external/clang/docs/
DClangFormat.rst13 :program:`clang-format` is located in `clang/tools/clang-format` and can be used
14 to format C/C++/Obj-C code.
18 $ clang-format -help
19 OVERVIEW: A tool to format C/C++/Java/JavaScript/Objective-C/Protobuf code.
27 USAGE: clang-format [options] [<file> ...]
31 Clang-format options:
33 -assume-filename=<string> - When reading from stdin, clang-format assumes this
37 clang-format from an editor integration
41 fallback in case clang-format is invoked with
42 -style=file, but can not find the .clang-format
[all …]
/external/llvm-project/clang/docs/
DClangFormat.rst13 :program:`clang-format` is located in `clang/tools/clang-format` and can be used
14 to format C/C++/Java/JavaScript/Objective-C/Protobuf/C# code.
18 $ clang-format -help
19 OVERVIEW: A tool to format C/C++/Java/JavaScript/Objective-C/Protobuf/C# code.
27 USAGE: clang-format [options] [<file> ...]
31 Clang-format options:
34 --Wno-error=unknown - If set, unknown format options are only warned about.
38 differing format depending on an option being
41 When reading from stdin, clang-format assumes this
44 clang-format from an editor integration
[all …]
/external/libaom/libaom/
DREADME.md35 - [Commit message hook](#commit-message-hook)
53 win64.exe and rename it into yasm.exe. DO NOT download or use vsyasm.exe.
523 The coding style used by this project is enforced with clang-format using the
525 [.clang-format](https://chromium.googlesource.com/webm/aom/+/master/.clang-format)
528 You can download clang-format using your system's package manager, or directly
530 [documentation](https://clang.llvm.org/docs/ClangFormat.html) on llvm.org.
531 Output from clang-format varies by clang-format version, for best results your
532 version should match the one used on Jenkins. You can find the clang-format
533 version by reading the comment in the `.clang-format` file linked above.
535 Before pushing changes for review you can format your code with:
[all …]
/external/clang/include/clang/Basic/
DDiagnosticCommonKinds.td47 "%select{in %1|for diagnostic message in static_assert|"
48 "for optional message in 'availability' attribute}0">;
160 def ext_clang_enable_if : Extension<"'enable_if' is a clang extension">,
201 "unable to rename temporary '%0' to output file '%1': '%2'">;
207 "no handler registered for module format '%0'">, DefaultFatal;
/external/llvm-project/clang/include/clang/Basic/
DDiagnosticCommonKinds.td56 "%select{in %1|for diagnostic message in static_assert|"
57 "for optional message in 'availability' attribute|"
213 def ext_clang_enable_if : Extension<"'enable_if' is a clang extension">,
215 def ext_clang_diagnose_if : Extension<"'diagnose_if' is a clang extension">,
309 "unable to rename temporary '%0' to output file '%1': '%2'">;
315 "no handler registered for module format '%0'">, DefaultFatal;
/external/llvm-project/llvm/docs/
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
61 subprojects you'd like to additionally build. Can include any of: clang,
62 clang-tools-extra, libcxx, libcxxabi, libunwind, lldb, compiler-rt, lld,
66 ``-DLLVM_ENABLE_PROJECTS="clang;libcxx;libcxxabi"``.
206 * **mv** --- move (rename) files
339 If you fail to set rpath, most LLVM binaries will fail on startup with a message
461 ``git format-patch`` to output the diff, and attach it to an email message).
471 formatted properly. We use ``clang-format`` for this, which has git integration
472 through the ``git-clang-format`` script. On some systems, it may already be
[all …]
DCodingStandards.rst36 hand, it is reasonable to rename the methods of a class if you're about to
65 * Clang: https://clang.llvm.org/cxx_status.html
156 A few things to note about this particular format: The "``-*- C++ -*-``" string
338 context needed to understand what went wrong. Also, to match error message
344 For example this is a good error message:
350 This is a bad message, since it does not provide useful information and uses the
361 including clang, clang-tidy, and so on.
368 When using ``report_fatal_error``, follow the same standards for the message as
385 #. LLVM project/subproject headers (``clang/...``, ``lldb/...``, ``llvm/...``, etc)
400 both clang and LLVM, and clang depends on LLVM. So an LLDB source file should
[all …]
/external/mesa3d/docs/relnotes/
D7.11.1.rst71 [regression]GL_PALETTE8_RGBA8_OES format of glCompressedTexImage2D
123 - softpipe: add missing stencil format case in convert_quad_stencil()
135 - mesa: fix format/type check in unpack_image() for bitmaps
156 - x86-64: Fix compile error with clang
161 - intel: rename intel_extensions_es2.c to intel_extensions_es.c
189 - glsl: Clarify error message about whole-array assignment in GLSL
214 - mesa: Add utility function to get base format from a GL compressed
215 format
265 - intel: Depth format fixes
D20.0.0.rst66 - OSMesa osmesa_choose_format returns a format not supported by
184 - Vulkan drivers need access to format utils of gallium
267 - panfrost: Select format-specific blending intrinsics
537 - radv: Fix RGBX Android<->Vulkan format correspondence.
670 - etnaviv: fix R10G10B10A2 vertex format entries
886 - gallium/swr: Enable support bptc format.
902 - st_get_external_sampler_key: improve error message
924 - util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
1014 - mesa: Stop defining a full separate format for RGBA_UINT8.
1028 - util: Move gallium's PIPE_FORMAT utils to /util/format/
[all …]
D19.0.0.rst141 - [ILK,G45,G965] Regressions from texture-format enums rework
303 - glsl: correct typo in GLSL compilation error message
362 - radv: Remove redundant format check.
405 - svga: add new gallium formats to the format conversion table
565 - freedreno/ir3: Make imageStore use num components from image format
697 - gbm: Introduce a helper function for printing GBM format names.
698 - egl: Improve the debugging of gbm format matching in DRI configs.
709 - egl: Print the actual message to the console from \_eglError().
741 - nir: Pull some of intel's image load/store format conversion to
745 - nir: Print the format of image variables.
[all …]
D20.3.0.rst208 - glx: Allow depth-30 pbuffers to work without a depth-30 pixmap format
215 - loader: Print dlerror() output in the failure message
240 - v3dv/format: add v3dv_get_format_swizzle
251 - v3dv: clif format dumping support
262 - v3dv/format: add R32G32B32A32_SFLOAT format
279 - v3dv/cmd_bufffer: rename and split emit_graphics_pipeline
295 - v3dv/format: expose correctly if a texture format is filterable
362 - v3dv/format: use XYZ1 swizzle for three-component formats
363 - v3d/format: use XYZ1 swizzle for three-component formats
381 - panfrost: Move format stringify to decode.c
[all …]
D19.3.0.rst151 - egl/wayland: Reindent the format table
152 - egl/wayland: Add FP16 format support
154 - egl/surfaceless: Add FP16 format support
223 - pan/decode: Normalize case matching XXX format
232 - pan/decode: Validate swizzles against format
240 - pan/decode: Pretty-print sRGB format
336 - pan/decode: Use portable format specifier for 64-bit
337 - pan/decode: Add missing format specifier
539 - radv: Fix RGBX Android<->Vulkan format correspondence.
721 - etnaviv: output the same shader-db format as freedreno, v3d and intel
[all …]
D19.1.0.rst111 - texelFetch from GL_TEXTURE_2D_MULTISAMPLE with integer format fails
272 - [CTS] dEQP-VK.ycbcr.{conversion,format}.\* fail
274 - [CTS] dEQP-VK.ycbcr.format.g8_b8_r8_3plane_420\* reports VM faults
390 - panfrost: Remove speculative if 0'd format bit code
437 - panfrost: Determine framebuffer format bits late
595 - mesa: INVALID_VALUE for wrong type or format in Clear*Buffer*Data
655 - st/nine: rename \*_conversion to \*_internal
658 - st/nine: Support internal compressed format for surfaces
659 - st/nine: Support internal compressed format for volumes
732 - turnip: Implement some format properties for RGBA8.
[all …]
D20.1.0.rst88 dmabufs: Unsupported buffer format 808669784
167 - src/intel/tools/aubinator_viewer.cpp:383:52: error: format ‘%lx’
169 ‘uint64_t {aka long long unsigned int}’ [-Werror=format=]
240 - OSMesa osmesa_choose_format returns a format not supported by
336 - panfrost: Move format translation to root
811 - gitlab-ci: Change devices format to <api-vendor-deviceId>
919 - panfrost: Pass the sampler view format when creating a tex descriptor
1079 - etnaviv: rename hw queries to acc queries
1244 - aco: rename aco_lower_bool_phis() -> aco_lower_phis()
1308 - intel/aub_viewer: Fix format specifier for uint64_t
[all …]
D20.2.0.rst380 - pan/mfbd: Add format codes for PIPE_FORMAT_B5G5R5A1_UNORM
440 - panfrost: Fill in SCALED formats to format table
467 - util/format: Use SATURATE
490 - panfrost: Identify Bifrost texture format swizzle
622 - panfrost: Calculate varying size by format
636 - panfrost: Override varying format to minimal precision
647 - panfrost: Simplify AFBC format check
717 - panfrost: Add format codes for new compressed textures
862 - util/format: Add VK_FORMAT_D16_UNORM_S8_UINT.
863 - util/format: Use correct pipe format for VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM.
[all …]
/external/bc/
DREADME.md182 When I ran benchmarks with my `bc` compiled under `clang`, it performed much
184 `clang`.
224 it is possible to rename it in the build to prevent name collision. To prepend
320 The message files provided assume that locales apply to all regions where a
346 This `bc` uses the commit message guidelines laid out in [this blog post][10].
388 locales Locale files, in .msg format. Patches welcome for translations.
/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``
238 * **mv** --- move (rename) files
383 If you fail to set rpath, most LLVM binaries will fail on startup with a message
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
[all …]
/external/zstd/
DCHANGELOG22 doc : clarify repcode updates in format specification, by @felixhandte
61 perf: Improved decompression speed: x64 : +10% (clang) / +5% (gcc); ARM : from +15% to +50%, depend…
109 …: Improved documentation : ZSTD_CLEVEL, DYNAMIC_BMI2, ZSTD_CDict, function deprecation, zstd format
146 build: Meson: rename options out of deprecated namespace by @lzutao (#1665)
178 build: Extend fuzzer build system to work with the new clang engine
213 perf: slightly better decompression speed on clang (depending on hardware target)
229 build: Read Legacy format is limited to v0.5+ by default. Can be changed at compile time with macro…
270 cli : fix : improved LZ4 format support, by @felixhandte
338 cli : experimental targets `zstd4` and `xzstd4`, with support for lz4 format, by Sean Purcell
354 cli : new : can compress in *.gz format, using --format=gzip command, by Przemyslaw Skibinski
[all …]
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst217 clang Memory Sanitizer build instrumentation was added to work around false
227 Fix an assertion error in :func:`format` in debug build for floating point
228 formatting with "n" format, zero padding and small width. Release build is
353 For :meth:`str.format`, :meth:`float.__format__` and
405 they work properly under clang's Memory Sanitizer. A new configure flag
944 Improved :exc:`AttributeError` message for partially initialized module.
1331 Fixed clang ubsan (undefined behavior sanitizer) warnings in dictobject.c by
1451 Changed standard error message for non-pickleable and non-copyable types. It
1570 Make error message more revealing when there are non-str objects in
1591 Update Valgrind suppression list to account for the rename of
[all …]
/external/strace/
DChangeLog138 warning reported by clang -Wtautological-constant-out-of-range-compare.
140 build: enable gcc -Woverride-init and clang -Winitializer-overrides.
156 and clang -Winitializer-overrides.
160 macros non-trivially defined for gcc >= 4.2 and clang >= 2.8.
168 tests: workaround clang -Wunneeded-internal-declaration bug.
170 to workaround clang -Wunneeded-internal-declaration bug.
173 to workaround clang -Wunneeded-internal-declaration bug.
622 The message has been added by Linux commit v4.19-rc1~140^2~507^2~1.
1033 * xlat/sock_options.sh: New file from commit message of commit v4.23~199.
1163 (main): Use print_dqfmt to print flags of quota format, improve existing
[all …]
/external/libcxx/include/
D__config63 # error Unknown object file format
582 #define _LIBCPP_WARNING(x) __pragma(message(__FILE__ "(" _LIBCPP_TOSTRING(__LINE__) ") : warning no…
1076 # define _LIBCPP_NODISCARD_ATTRIBUTE [[clang::warn_unused_result]]
1181 // Functions like open(), rename(), unlink() and stat() should not be
1255 #elif __has_cpp_attribute(clang::fallthrough)
1256 # define _LIBCPP_FALLTHROUGH() [[clang::fallthrough]]
/external/tensorflow/tensorflow/tools/graph_transforms/
DREADME.md64 GraphDef files, usually in a binary protobuf format. This is the low-level
460 insert_logging(op=RequantizationRange, show_name=true, message="__requant_min_max:")\
533 * message: Arbitrary text to log before the values.
543 particular points in the graph, and customize the message that's displayed. It's
672 * old_attribute_name: Current name of the attribute you want to rename.
794 format at [this guide to TensorFlow model
858 The format is:
962 input_graph_def, // clang-format off
968 }, // clang-format on
/external/tpm2-tss/
DCHANGELOG.md4 The format is based on [Keep a Changelog](http://keepachangelog.com/)
217 - Support for Windows build with Visual Studio and clang, currently limited
308 - rename libtss2 to libsapi
309 - rename libtcti_device to libtcti-device
310 - rename libtcti_socket to libtcti-socket
410 - Added support for command line control of debug message levels.
/external/python/cpython3/Doc/whatsnew/
D3.6.rst187 the format strings accepted by :meth:`str.format`. They contain replacement
190 :func:`format` protocol::
269 >>> '{:_}'.format(1000000)
271 >>> '{:_x}'.format(0xFFFFFFFF)
916 and :const:`cmath.nanj` to match the format used by complex repr.
940 The *verbose* and *rename* arguments for
1037 by default when the parser creates new message objects. For the
1038 :attr:`email.policy.compat32` policy this is :class:`~email.message.Message`,
1039 for the new policies it is :class:`~email.message.EmailMessage`.
1487 format specifier.
[all …]

12