-
Trying to set up this project with CMake I get the following error ouput:
```
Could NOT find cppcheck (missing: cppcheck_EXECUTABLE)
Check cppcheck skipped: cppcheck not found
Could NOT find cl…
-
Is there any interest to set up configuration for either, or both, of [clang-format](https://clang.llvm.org/docs/ClangFormat.html) and [clang-tidy](https://clang.llvm.org/extra/clang-tidy/)?
I'm ha…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR52435](https://bugs.llvm.org/show_bug.cgi?id=52435) |
| Status | NEW |
| Importance | P enhancemen…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR35408](https://bugs.llvm.org/show_bug.cgi?id=35408) |
| Status | NEW |
| Importance | P enhancemen…
-
- [ ] check why we currently have [no cache hits](https://github.com/ogdf/ogdf/actions/runs/8789589467/job/24119941282#step:20:10) on Linux
- [ ] fix cache pruning jobs always pruning master instead…
-
## Windows port requirements and limitations
## Dependencies
- Python [available](https://www.python.org/downloads/windows/)
- Psycopg2 [available](https://pypi.python.org/pypi/psycopg2/2.6.2)
-…
-
Please describe the problem.
Google's Bazel uses gcc as the system compiler. I've been using https://github.com/hedronvision/bazel-compile-commands-extractor to get a `compile_commands.json`.
C…
matta updated
10 months ago
-
Create any trivial _Hello, World!_ style program and combine compile & link on the command line like this:
```
$ g++-13 -o hello hello.cc
$ clang++-17 -o hello hello.cc
```
That's a perfectly…
-
Hi,
Consider this example:
https://godbolt.org/z/5zK9abTjz
```cpp
#include
struct Data
{
Data() = default;
Data(Data&&) = default;
Data& operator=(Data&&) = de…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR42975](https://bugs.llvm.org/show_bug.cgi?id=42975) |
| Status | CONFIRMED |
| Importance | P norm…