bcaddy

Results 10 comments of bcaddy

I'm also having this issue with syntax highlighting. As soon as I add `[in]`, `[out]`, or `[in,out]` all the syntax highlighting vanishes

Any word on this? The lack of death tests is forcing me to switch to google test and I'd rather not.

I would also like this. Our codebase uses a lot of CUDA and so we need to be able to format `.cu` and `.hu` files.

I'm also having this issue with syntax highlighting. As you can see in the attached image highlighting works great without `['dir']` but when I add it in the syntax highlighting...

I'm having this same issue. All my `.h`, `.cpp`, and `.c ` files format fine but no matter what I do my `.cu` files won't format

Disabling all CUDA extensions seems to have done it.

This is also an issue for me. Are there any plans to address this?

I think I might be running into this same issue, on Linux though. I'm getting this error ``` src/main_tests.cpp:32:18: error: use of undeclared identifier 'death_test_style' GTEST_FLAG_SET(death_test_style, "threadsafe"); ^ 1 error...