Fabian Keßler

Results 147 comments of Fabian Keßler

Having the code: ``` int main(int argc, char** argv){ if(argc == 0) return -1; return 0; } ``` Has the inner AST of: ``` CompoundStmt 0x22590f1af70 |-IfStmt 0x22590f1af18 | |-BinaryOperator...

I figured out a similar issue with msvc 16.11.3 for the source file it is called correctly, but when clangd is parsing the header file, it omits it.

> Unfortunately, even the `Add: '-std:c++latest'` workaround doesn't work all the time (at least for me). It never worked, since std:c++latest is not propagated / the maximum supported c++ standard...

> @Febbe unfortunately, the `Add: -std:c++23` workaround doesn't work at all, whereas `Add: -std:c++latest` works at least partially For me it works, when clang and clangd support c++23 maybe std:c++2b...

> @Febbe I've tried a lot of configurations (including the ones you suggested) but none of them work. Which version of `clangd` do you use? Is your `compile_commands.json` file generated...

Sorry, I don't even have enough time for my projects. We researched, why our app doesn't work smooth on Big Sur. While researching, we found out about this, and I...

How you installed ubuntu? I can't reproduce this on a clean wsl ubuntu24.04

Since the whole window manager crashes, it would be good, to know which window manager is used and what their (crash)-logs are.

> Unless @Febbe objects I suggest to move forward with this PR and merge it. I currently have no time to do a full review. I second that. We can...

@xournalpp/core this is a test PR, to check, if we can technically update our language support to c++20. The standard is already 4 years old and will bring a lot...