jdrouhard
jdrouhard
You can add a build post-process step that modifies `compile_commands.json` file to add additional entries for the inline files that have some additional flags: ```json { "directory": "", "command": "...
Quick note about this: if `cmdheight` is set to 2 (many people do this so error messages don't require a "press any key" interaction to keep working), then the wildmenu...
This is fixed by tmux/tmux#1912 which was merged in today.
This isn't sufficient information for a bug report. Please provide sample code and the parsed syntax tree and/or a screenshot.
Related to #123 (template friend support).
Can you re-test this with the latest commit? I can't reproduce it myself. It's parsed as a function definition with a default method clause for me.
Ping @maxbrunsfeld
While not a fix, c++ standard attribute expressions are fully supported (such as `[[gnu::always_inline]]`). Supporting `__attribute__` in all the places it can appear is also discussed in #47.
This isn't a parser issue, but should be raised in `nvim-treesitter` as a grammar problem. The parameters are all `(identifier)` nodes, but the ones that are reference and pointer types...
I'm definitely open to that. It might actually make something I've been trying to fix with this grammar easier (related to user-defined conversion operators). Quite a few downstream users of...