Chris Vasiladiotis
Chris Vasiladiotis
Yes, I think it does address my issue partly for now. I somehow hastily and erroneously assumed that the lint and format rule correspondence is there in all the tools....
@davidmalcolm thanks, I'll give it a go with a more recent GCC.
Hey, sorry for the long delay in replying. Although I don't actively use this project anymore, I'll have a look at this PR soonish.
I didn't have time to look around either, but I configured YCM to cycle through suggestions using Tab and Enter. ```vimscript let g:ycm_key_list_select_completion=[ '', '' ] let g:ycm_key_list_previous_completion=[ '', ''...
@sunny-g Hey, thanks for this. What is the use case? And if nothing is provided, does it default to `llvm-link`?
Hello @Lqs66, I'm not familiar px4; does it use llvm/clang? what is the source language? Internally, `llvm-ir-cmake-utils` depend on the source language as required by cmake to generate LLVM IR....
It's one of those "good to haves", so I understand the ambivalence; it solves having to rewrite a sentence because of a CS term (e.g., tool names, etc) is not...
I've changed my mind on this, I had to edit a paper a couple of times for minor errors (typos, etc) and I had multiple instances where I had to...
Hi there, the support for generator expressions has evolved since before v3.0. As far as I know, things like `TARGET_PROPERTY` do not exist in version 3.0 and I'd like to...