Nathan Ridge

Results 1216 comments of Nathan Ridge

Based on https://github.com/google/googletest/issues/4110#issuecomment-1376290123, it sounds like this patch wouldn't be accepted anyways, so I should probably close this.

https://github.com/clangd/clangd/issues/1252 is another request for a configuration option related to what text is inserted when when selecting a completion proposal. Perhaps it would be appropriate to add both options in...

Here's a concrete proposal for a config file syntax that would address this request, https://github.com/clangd/clangd/issues/1252, and supersede `--function-arg-placeholders`: add a new key under `Completion` called `ArgumentLists`, with the following supported...

A previous issue filed about semantic tokens is #3503, though it seems like it was closed because the issue reporter no longer needed it. My use case is C++, for...

I'm pretty new to Rust and Serde, but since you asked (in e.g. #999 and #1005) for people's thoughts on a design, here's how I would _like_ this to work...

One approach would be to add [`-D__ARMCOMPILER_VERSION=`] to the list of flags in `Add:` (replacing `` with the value of the macro).

It seems like this is a scenario that would need #533 to be implemented in order to work well. One thing to check is: if "armclang" is a fork of...

Could you clarify please what is the behaviour you're expecting, and what is the actual behaviour that's different?

Thanks, I understand now. I tried this with a simple example, and indeed I get an "unused include" warning with clangd 14, but not with clangd 15 and later, so...