Vlad Serebrennikov

Results 11 issues of Vlad Serebrennikov

A follow-up for #5540. With some initializers moved to struct definition, I had to replace memset with a bunch of default initializers. No strong opinion on exact syntax. Its just...

backend/binding
cplusplus

If you try to launch any of the examples from master branch with additional command-line argument, GTK complains and closes the application: ``` $ ./examples/empty/EmptyStarter . (EmptyStarter:29297): GLib-GIO-CRITICAL **: 20:49:57.956:...

Even though window geometry and state are being properly saved and restored. Definitely has something to do with layouts. (sigh)

Key points: - I haven't decided on one true way of "addressing", so internally VSPreview equally supports frames and timestamps - There are probably some parts of code that relies...

### Describe the bug While selecting text in editors, release of LMB to stop selecting text is considered a click by other UI elements. ### Steps to reproduce 1. Start...

bug

ut leaves a strong impression that it aims to become a part of Boost. Is there any progress or plans to share on this matter?

This patch moves OpenACC parts of `Sema` into a separate class `SemaOpenACC` that is placed in a separate header `Sema/SemaOpenACC.h`. This patch is intended to be a model of factoring...

clang
clang:frontend

This came up during reduction of https://github.com/llvm/llvm-project/issues/96623. Code (https://godbolt.org/z/doefrKzeh): ```cpp struct BasicPersistent { BasicPersistent(const char * = __builtin_FUNCTION()); }; template decltype(BasicPersistent{}) construct_at(int) { return {}; } template static void construct()...

c++11
clang:codegen
confirmed
crash

This came up during reduction of #96623. Code (https://godbolt.org/z/Kjfnfdfns): ```cpp template struct allocator_traits; template struct allocator_traits { template static void construct(_Args &&...); }; struct vector { void push_back() { emplace_back();...

c++11
clang:frontend
confirmed
crash

Accompanied by https://github.com/compiler-explorer/infra/pull/1380

lang-c++