Edaphic Studio
- 活动总数 15
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 6
-
创建于 CLion incorrectly reports error when using std::bind (switching to boost::bind removes the error)
I get incorrect errors reported in my code where I use std::bind. I have included a screen shot below. If I switch to boost::bind then the errors goes away. I think this is a CLion bug as I expect ... -
创建于 Wierd build quirk using symbolic links. Anyone has ideas for a solution?
I'm trying to use CLion for an old, involved, and quirky build environment at work. It's `make` based, so I'm using a compile_commands.json file. Things are generally working fine, but the projec... -
创建于 Stub count doesn't match stubbed node length crash in Custom Plugin
已回答I need help tracking down a bug in my custom language plugin that uses Stubs. I've been debugging for days, and I'm running out of ideas. I suspect I'm missing something fundamental but need help f... -
已编辑于 How is text associated with IElementType and how can it be overridden?
已回答Hello, I'm developing a plugin for a language that uses macros. I'm expanding the macros in a `LookAheadLexer` for my language and inserting the resulting token in the actual file. This expansion n...