-
We would like to track how various parts of our generated ASTs are created, referencing the C source.
One motivation for this is test generation (#22), which requires generating both C and Haskell …
-
*Original author: Joseph Hutter*
*Original issue: https://charm.cs.illinois.edu/redmine/issues/1928*
---
Projections does not monitor time spent on stolen tasks. See CPU time analysis on VTune vs…
-
Even when `#pragma once` is used in an header file, the plugin incorrectly reports a diagnostic mentioning that it's being used in a main file. This issue has appeared (and has been fixed) in other ed…
-
### Describe the issue:
Custom errors within require statements work correctly when used inside functions, but they trigger an error when placed inside a modifier.
### Code example to reproduce …
-
what the title says
-
## Bug report
### Required System information
- Node.js version: v14.18.3
- NPM version: v6.14.15
- Strapi version: v4.1.9
- Database: SQLite
- Operating system: Linux Mint 20.3
### Descr…
-
Some sqlite pragmas return a value. For example, `mmap_size` (running in sqlite shell):
```
sqlite> pragma mmap_size=1024;
1024
```
The libsql driver's `Exec` method fails with an "Execute re…
-
I have compiled in the past a previous version, but the most recent one is giving me issues:
```mkdir -p build/linux
g++ -std=c++17 -O2 -Wall -I../libs/wolfssl -I../libs/curl/include -I../libs/rap…
-
the result with a default .clang-format leads to below, which shows clang-format does not recognize `_Pragma` at all.
```c
#define X
_Pragma("X") _Pragma("Y") do {
printf("xyz\n")
}
while …
-
| | |
| --- | --- |
| Bugzilla Link | [20898](https://llvm.org/bz20898) |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#7187 |
| Reporter | LLVM Bugzilla Contributor |
## Extended …