Daniel Kříž

Results 9 issues of Daniel Kříž

Although it is possible to include an interface as a library (or through the search path), it is much more common and standard using `#include "foo.h"` for interfaces of classes,...

Applies change stated in issue #1943. Signed-off-by: Daniel Kříž

When building CentOS kernel (v. 4.18..0-193.el8) with gllvm, sometimes there is some non-existent header (usually consisting from one letter and .h file extension, for example `r.h`). I suspect that this...

As of C++20 it is possible to use `using enum ;` The parser does not support it yet. ```cpp enum class Foo { bar, }; int main() { using enum...

**Description** We are using the [Aten PE6216 PDU](https://www.aten.com/global/en/products/power-distribution-&-racks/rack-pdu/pe6216/) on our testfleet and we want to use labgrid for test management. This PDU is not present in labgrid power drivers or...

enhancement

During some of my experiments I have encountered some slight problems in `diffkemp-devel` docker image. These commits should fix them.

This PR contains implementation of basic pattern generation and inference. In the end patterns should be usable by the custom pattern extension. At the moment of opening this pull request...

This pull requests addresses issue #338 and updates our python infrastructure.

enhancement
build-phase
documentation

This PR adds support for LLVM 19 to diffkemp. The main differences in comparison to older versions are: 1. The removal of comparison of `StringRef` with `equals` method. We should...