-
**Close-to-minimal-repro**
```cpp
#include "__stddef_max_align_t.h"
#define CHECK(...) constexpr auto result = __VA_ARGS__
int main()
{
CHECK(alignof(max_align_t) == alignof(long double));
…
cjdb updated
2 months ago
-
### Detailed steps on how to reproduce the bug
When utilizing the JUCE Framework with ThreadSanitizer enabled, the application is unable to properly terminate the application.
1. cmake -G Xcod…
-
When using `clang-18` provided by llvm as recommended by the [build instructions](https://github.com/LadybirdBrowser/ladybird/blob/master/Documentation/BuildInstructionsLadybird.md), both by following…
-
Apply in order. Includes LTO-PGO and webrtc patches, plus a provisional fix for [bug 1912623](https://bugzilla.mozilla.org/show_bug.cgi?id=1912623). Does not yet support Ion or Wasm (Baseline Compiler…
-
**clang-check** always crash for option **--syntax-tree-dump ** when a function has key word like _default_ or _delete_
```
`$ cat /tmp/test7.cpp
struct Foo {
Foo() = default;
};
$ clang-che…
-
# Example
- Example Code
```
import moderna.logging
#include
#include
#include
#include
#include
template
std::chrono::high_resolution_clock::duration bench_time(F&& f, Args&& ...arg…
-
I'm using rust nightly from 2020-09-02
```
$ rustup default nightly-2020-09-02-x86_64-unknown-linux-gnu
$ rustc -Z unstable-options --print target-spec-json --target avr-unknown-gnu-atmega328 > a…
jsen- updated
4 years ago
-
This is feature request.
ycmd plugin includes clang headers as source code and downloads the libclang.so from bintray and this makes the install experience seamless. It would be great to follow the s…
-
Running ./agentk throws the following error
=> ERROR [agentk 7/11] RUN xargs -a apt-packages-list.txt apt-get install -y 0.3s
------ …
-
👋 trying to build the latest deno 1.46.0 release, but run into some build issue with rusty_v8 0.104.0. The error log is as below:
error build log
```
--- stderr
ninja: error: '../.…