Patrick Quist

Results 554 comments of Patrick Quist

GO has a special parser implementation, it takes the functions and adds custom labels https://github.com/compiler-explorer/compiler-explorer/blob/main/lib/compilers/golang.ts#L152 - starting with `_pc0` I think based on that information, we can make a custom...

> This would be very helpful for comparing differences between compilers. In most cases preserving the same options from GCC/Clang to MSVC makes no sense. The reason that this has...

Being able to specify a default template is an excellent idea, I think. The default we current use is just a basic structure that is defined here https://github.com/compiler-explorer/compiler-explorer/blob/main/static/main.ts#L607 And the...

I'm not sure why the default language would be relevant to a template, a template is not dependent on any settings you have configured. Unless you're saying you want people...

Maybe `"Default-" + defaultLangId` would work?

One of the errors is: ``` /root/llvm-project/llvm/include/llvm/ADT/SmallVector.h:556:15: error: no matching function for call to 'ScopeEntry::ScopeEntry(const clang::DeclContext*&, unsigned int&, clang::sema::FunctionScopeInfo*&, int, std::nullptr_t)' 556 | push_back(T(std::forward(Args)...)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` and ``` /root/llvm-project/llvm/include/llvm/ADT/SmallVector.h:941:5:...

> oh thanks for that, I didn't spot I had posted a "warning" not an error 🤦🏻 and that warnings is somehow "normal" (no idea why nobody is fixing it)

You have to also select PCRE2 from the library list, this is its intended behavior

Current issues: * [x] `ce --env aarch64staging instances status` gives an error, might have a target group name mismatch in terraform or ce cli script (low prio, can `ssh` manually...