-
With this [PR](#1208), there are 6 failing 3C test cases:
```
Clang :: 3C/3d-allocation.c
Clang :: 3C/function_typedef.c
Clang :: 3C/itype_nt_arr_cast.c
Clang :: 3C/itype_undef.c
Clang…
-
In libclang python bindings: if enum type is specified from alias that points to unsigned type, then the function Cursor::enum_value may return incorrect value for values that are above the middle of …
-
[test.zip](https://github.com/eliben/pyelftools/files/7528696/test.zip)
Version 0.27, Oct 27, 2020
I use this version to process dwarf of my elf.
Use pyelftools I got this:
```
DIE DW_TAG_varia…
-
As I understand it, commands related to fonts are not compatible, and there also seems to be incompatibility with the connection of userlib decls?
-
```cpp
namespace test {
template
void foo() {}
}
struct X {};
template void test::f^oo();
```
Currently, if trigger go-to-definition at the location of `^`, clangd will give no response…
-
In GitLab by @youldrouis on Mar 31, 2022, 15:32
Recent tests show a huge performance benefit to choose an independent parallel pointer in some use cases.
in file_op.cxx L291
use variable with 2 poss…
-
The fixed-point `mulifx` family of functions from [ISO 18037](https://standards.iso.org/ittf/PubliclyAvailableStandards/c051126_ISO_IEC_TR_18037_2008.zip) are not in llvm-libc yet.
> The muli func…
-
On PHP 8.4 the [exit() RFC](https://github.com/php/php-src/pull/13483) was implemented and the uopz needs to be adjusted.
```
phpize
./configure
make
```
Produces:
```
/uopz/src/handlers…
petk updated
2 months ago
-
As far as I investigated, `DW_TAG_subprogram`, `DW_TAG_imported_module`, `DW_TAG_formal_parameter`, `DW_TAG_member` and `DW_TAG_structure_type`, does not export `DW_AT_decl_column` attribute.
-
Credit to @adthrasher for the idea proposed in a comment on #133
We have `DisallowedInputName` and `DisallowedOutputName`. Those should remain unchanged, but there should be a new rule that checks…