-
Consider this header `stdio.h`:
```cpp
// exists so it can be put in a modulemap...
#include_next
// and also so we can mark a few things nodiscard
[[nodiscard]] FILE* tmpfile();
[[nodiscard]…
-
While parsing a source file (will work to find the one) the `libclang-cpp.so.11` gets stuck in a infinite loop between `getTypeInfo` and `getTypeInfoImpl`. There are several infinite recursion bugs f…
-
## Description
I am using a custom clang-format style and when running the `clang_format` linter locally (`colcon test`), it passes without suggested code changes. In the GitHub action, this fails, s…
-
Hi!
Recently I checked Profile-Guided Optimization (PGO) improvements on multiple projects. The results are available [here](https://github.com/zamazan4ik/awesome-pgo/). I also have several example…
-
Hello,
@kshiteejm @mtrofin
I am trying to learn MLGO and would like to contribute to it. I went through the main paper and documentation. While following the Fuchsia demo, I have run into an error …
-
When used with `compile_commands.json` clangd seem to ignore flag modifications from `.clangd` when (and only when) compiling module information, leading to module search issues
Given `compile_comm…
-
## Problem
There are two popular extensions for C++ development: [Microsoft's C++ extension (50M downloads)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) and [LLVM's clan…
-
Current msys2/Cygwin clang are on 11.0.0/8.0.0 (very outdated) and generally unmaintained.
Atm i can get configure to work but during compile i end up with this issue during compile:
> /bin/sh: …
-
Hi!
Recently I did many Profile-Guided Optimization (PGO) benchmarks on multiple projects (including interpreters and compilers like CPython, Rustc, Clang, GCC, and many others) - the results are a…
-
Because this is difficult for users of Xcode to build themselves and match exactly to the Xcode build products (you'd have to get the exact correct version checked out and built) it makes sense to inc…