Home
last modified time | relevance | path

Searched +refs:clang +refs:completion +refs:display (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm/utils/vim/
Dvimrc102 " Clang code-completion support. This is somewhat experimental!
104 " A path to a clang executable.
105 let g:clang_path = "clang++"
107 " A list of options to add to the clang commandline, for example to add
129 " Build a clang commandline to do code completion on stdin.
131 \ " -cc1 -code-completion-at=-:" . l:l . ":" . l:c
137 " TODO: The extra space at the end is for working around clang's
138 " apparent inability to do code completion at the very end of the
140 " TODO: Is it better to feed clang the entire file instead of truncating
168 " Handle "Pattern". TODO: Make clang less weird.
[all …]
/external/clang/include/clang/Driver/
DCC1Options.td1 //===--- CC1Options.td - Options for clang -cc1 ---------------------------===//
10 // This file defines the options accepted by clang -cc1 and clang -cc1as.
70 def analyzer_display_progress : Flag<["-"], "analyzer-display-progress">,
178 HelpText<"Generate debug info with external references to clang modules"
279 HelpText<"Enable PGO instrumentation. The accepted value is clang, llvm, "
357 def code_completion_at : Separate<["-"], "code-completion-at">,
359 HelpText<"Dump code-completion information at a location">;
363 def code_completion_at_EQ : Joined<["-"], "code-completion-at=">,
365 def code_completion_macros : Flag<["-"], "code-completion-macros">,
366 HelpText<"Include macros in code-completion results">;
[all …]
/external/rust/crates/grpcio/
DCHANGELOG.md135 - Better display and debug implement for status code and errors (#433, #437)
157 - Remove clang requirement on x86_64 Linux
205 - Notify completion queue via call
/external/parameter-framework/upstream/doc/requirements/
Drequirements.md134 save parameters values, display the current hardware state,
161 - pretty display parameter values (not just a as an array of bits)
173 check parameter validity (invariants) nor a pretty display of the values.</why>
950 ## Auto completion
951 This command line interface **MAY** offer argument auto completion.
1061 It will be compatible with android thank to clang's libc++"
/external/pigweed/docs/
Dchangelog.rst180 * `Only enable in clang builds
236 * `Add clang-apply-replacements plugin
275 :ref:`docs-automated-analysis-clang-sanitizers`.
705 * `Add clang-apply-replacements plugin
710 * `Add clang-apply-replacements plugin
815 * `Run clang-format
1128 * `Add clang-tidy suggestion
1199 * `Run clang-format
1392 * `clang
1583 * (clang) `Fix \`std::array\` iterators
[all …]
/external/libvpx/
DCHANGELOG127 .clang-format is upgraded to clang-format-11.
471 Add estimated completion time to vpxenc
707 vpxenc: add quantizer histogram display
708 vpxenc: add rate histogram display
/external/mesa3d/docs/relnotes/
D23.2.1.rst157 … as \`bitmap` in \`glBitmap` leads to \`GL_OUT_OF_MEMORY` while creating display-list ("glNewList …
247 - d3d12: Attempting to display a framebuffer through GDI with low bpc produces on-screen corruption
1247 - ci/skqp: handle all warnings printed with clang >= 14
1280 - ci: add clang-15 and clang++-15 wrapper script
1281 - ci/skqp: skqp can't live with compiler named clang-15, provide symlink
1397 - ci: Disable "opencl-external-clang-headers" when "microsoft-clc" is enabled
1571 - mapi: clang-format _glapi_add_dispatch().
1643 - wsi/display: drop unused parameters from local functions
1644 - ci: split clang-format list of folders for easier maintenance
1645 - ci: show diff when clang-format check fails
[all …]
D21.3.0.rst101 - Valgrind errors in VBO display list code since vertex store rework
575 - util: Add support for clang::fallthrough.
1015 - aco: clang-format
1125 - clover: fix compilation with clang + llvm 12.
1316 - i915g: Reapply clang-format.
1341 - i915g: clang-format fixup.
2096 - vulkan/wsi/display: Delete the wrapper entrypoints
2194 - iris: Disable I915_FORMAT_MOD_Y_TILED_GEN12* on adl-p/display 13
2195 - Revert "iris: Disable I915_FORMAT_MOD_Y_TILED_GEN12* on adl-p/display 13"
2198 - iris: Disable I915_FORMAT_MOD_Y_TILED_GEN12* on adl-p/display 13
[all …]
D22.0.0.rst120 - Steam reports fatal error with missing OpenGL GLX extension not supported by display since Decemb…
462 - util: Add support for clang::fallthrough.
516 - vulkan/wsi/display: Add common implementation of VK_EXT_display_control.
704 - venus: format with clang-format
1141 - mesa/st: move shader completion into mesa
1968 - wsi/display: Rework wsi_fence a bit
1969 - vulkan/wsi/display: Wrap wsi_display_fence in a vk_sync
2028 - vulkan/wsi/display: Split image creation
2297 - util/u_atomic: fix build on clang archs without 64-bit atomics
2298 - util: fix build with clang 10 on mips64
[all …]
D23.1.0.rst493 - agx: Fix clang-formatting
533 - ci: Add clang-format to the amd64 container
534 - ci: Enforce clang-format for asahi
644 - panfrost: Symlink gallium .clang-format to common
645 - panfrost/winsys: Add .clang-format for winsys folder
648 - panfrost: Re-run clang-format
650 - ci: Run clang-format on panfrost
735 - asahi: clang-format the world again
1489 - perfetto: Add a .clang-format for the directory.
1616 - asahi/winsys: add .clang-format
[all …]
D24.0.0.rst96 - Compute shader with imageStore() to a swapchain image (from a display surface) produces incorrect…
105 - glFlush() blocks until close to GPU completion on Radeon R9 270
242 - ci: Opt out asahi from clang-format
319 - asahi: Quiet clang warning
497 - agx: clang-fmt
760 - ci: Add Werror=misleading-indentation to debian-clang
1023 - ci: tag sanity, rustfmt and clang-format job as a "placeholder" job
1131 - ci/rules: add missing clang-format files to what needs containers to build
1298 - ci: add nvk to the clang build
1375 - ci: opt-out panfrost from clang-format
[all …]
D23.3.0.rst108 - util/macros: BITFIELD64_RANGE raises an error with mesa-clang if we try to set last bit
203 - Issue with clang-format
238 - ci/ci_run_n_monitor.py: KeyError: 'clang-format'
450 - clang-format: Ignore original panfrost commit
652 - nir/lower_shader_calls: Fix warning with clang
660 - asahi: Fixes for clang-warnings
1073 - util: improve BITFIELD_MASK and BITFIELD64_MASK on clang
1810 - i915: Re-clang-format and enforce it in CI.
1888 - ci: print clang-format's version
1925 - docs/v3dv: mark direct display extensions as implemented
[all …]
D21.1.0.rst138 - amd clang cannot convert ‘llvm::AtomicOrdering’ to ‘llvm::MaybeAlign’ build failure
992 - radv: Add clang-format for AMD code.
2010 - zink: don't always require linear display-targets
2013 - zink: use gallium api to copy to display-target
2811 - microsoft/clc: Add -fgnu89-inline to clang args
3168 - anv: don't wait for completion of work on vkQueuePresent()
3208 - vulkan/wsi/display: don't report support if there is no drm fd
3305 - glthread: add display list support to fix state tracking with display lists
3307 - mesa: remove redundant glRect functions for display lists
3309 - mesa: simplify handling OPCODE_CONTINUE for display lists
[all …]
D21.0.0.rst125 - aco_tests failure with clang build
1325 - zink: force display-targets to be linear
1465 - v3dv: move authenticated display fd acquisition to swapchain creation time
1471 - v3dv: use VkSurface to retrieve an authenticated display fd
1828 - d3d12: Fix clang warnings from {0} in C++ code
1834 - microsoft/compiler: Fix clang fallthrough warnings
1970 - vulkan/overlay: don't display frame numbers unless required
1971 - vulkan/overlay: add new options to display device/swapchain-format
1980 - anv: don't wait for completion of work on vkQueuePresent()
/external/webp/
DChangeLog380 bcb872c3 vwebp: fix file name display in windows unicode build
784 153bb3a0 fix some clang-7 warnings:
835 06b7bc7d Fix compilation on windows and clang-cl+ninja.
839 632798ae Merge "Fix compilation on windows and clang-cl+ninja."
843 a376e7b9 Fix compilation on windows and clang-cl+ninja.
873 4649b3c4 vwebp: Add background color display option
1090 4a9d788e Merge "Android.mk,mips: fix clang build with r15"
1091 4fbdc9fb Android.mk,mips: fix clang build with r15
1177 67de68b5 Android.mk/build.gradle: fix mips build with clang from r14b
1281 be733786 Merge "Add clang build fix for MSA"
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h5 #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record)
884 struct completion;
1071 struct completion *vfork_done;
1924 struct completion { struct
2255 struct completion done;
2600 struct completion srcu_barrier_completion;
2876 struct completion *kobj_completion;
3492 struct completion startup;
4586 struct completion *unregistering;
5461 struct completion completion; member
[all …]
Dvmlinux_608.h5 #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record)
884 struct completion;
1071 struct completion *vfork_done;
1924 struct completion { struct
2255 struct completion done;
2600 struct completion srcu_barrier_completion;
2876 struct completion *kobj_completion;
3492 struct completion startup;
4586 struct completion *unregistering;
5461 struct completion completion; member
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_518.h5 #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record)
924 struct completion;
1102 struct completion *vfork_done;
2147 struct completion { struct
2231 struct completion srcu_barrier_completion;
3583 struct completion startup;
3834 struct completion *kobj_completion;
5124 struct completion *unregistering;
5363 struct completion done;
6725 struct completion comp;
[all …]
Dvmlinux.h5 #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record)
924 struct completion;
1102 struct completion *vfork_done;
2147 struct completion { struct
2231 struct completion srcu_barrier_completion;
3583 struct completion startup;
3834 struct completion *kobj_completion;
5124 struct completion *unregistering;
5363 struct completion done;
6725 struct completion comp;
[all …]
/external/sg3_utils/
DChangeLog364 - interpret '--join --page=aes' to only display join
451 - decode completion condition (sbc4r14)
543 - clang --analyze static checker clean ups
776 - improve unit serial number display (VPD page 0x80)
988 completion minutes field
996 completion minutes field
1363 - sg_ses: expand display element (per 05-011r2)
1409 - sg_ses: expand display element (per 05-011r1)
1752 fragile HBAs; decode Seagate 0x37 + 0x3e pages; display pcbs
/external/perfetto/
DCHANGELOG24 * Added "time to initial display" and "time to full display" metrics to
58 * Remove arg auto-completion in pivot table.
315 * Fixed multiple issues around the display of track event log
865 trace_processor_shell) from Windows using either clang-cl or MSVC 2019.
/external/pcre/
DChangeLog161 28. Update pcre2_fuzzsupport.c to avoid clang sanitize complaint about shifting
231 previously triggered the check to run to completion instead of giving the loop
260 some apparently looping recursions to run to completion and therefore match the
428 15. Fix some minor issues raised by clang sanitize.
542 is valid C99, it could be also made visible by adding to gcc/clang the
878 automatic initialization (a facility in clang), which can take time on big
1229 38. Using the clang compiler with sanitizing options causes runtime complaints
1734 that all the tests can run with clang's sanitizing options.
2146 stack usage for the benefit of clang with -fsanitize-address, which uses huge
2310 and display what it returns) and a few representative error codes are now
[all …]
/external/python/cpython3/Doc/whatsnew/
D3.4.rst60 * Cross referencing tip: :ref:`mod.attr` will display as ``mod.attr``,
61 while :ref:`~mod.attr` will display as ``attr``.
737 The various display tools in the :mod:`dis` module have been rewritten to use
1027 <inspect-module-cli>` to quickly display source code and other
1287 already bound methods. Instead, it aims to always display the exact current
1564 completion and history saving (in :file:`~/.python-history`) if the platform
1915 features of recent versions of GCC and clang: the false alarms in the small
1947 * Tab-completion is now enabled by default in the interactive interpreter
/external/python/cpython3/Misc/NEWS.d/
D3.11.0a1.rst1448 Fix clang rpath issue in :mod:`distutils`. The UnixCCompiler now uses
1449 correct clang option to add a runtime library directory (rpath) to a shared
2332 an invalid breakpoint and to display an appropriate error.
4473 Add support for building with clang thin lto via --with-lto=thin/full. Patch
4690 Make completion boxes appear on Ubuntu again.
4741 Fix IDLE sometimes freezing upon tab-completion on macOS.
/external/arm-trusted-firmware/docs/
Dchange-log.md184 …- add display port control in SiP service ([7eb4223](https://review.trustedfirmware.org/plugins/gi…
1664 - Added debug printouts indicating SC7 entry sequence completion
2269 - Fix clang build if CC is not in the path.
2888 - mmc: Poll eMMC device status to ensure `EXT_CSD` command completion
2945 non-secure {{ SDEI }} handler. Upon completion of {{ SDEI }} event handling,
3156 - The clang assembler/preprocessor is used when Clang is selected. However,
3157 the clang linker is not used because it is unable to link TF-A objects due
3158 to immaturity of clang linker functionality at this time.
3523 which enables debuggers to display the backtrace of functions that triggered a
3627 - Introduced support for Arm Compiler 6 and LLVM (clang).
[all …]

12