[Github-comments] [geany] CUDA: Use C++ ctags parser (#831)

Colomban Wendling notifications at xxxxx
Fri Dec 18 20:48:55 UTC 2015


BTW, as @elextr raised on IRC, [qualifier extensions](http://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#c-language-extensions) might lead to partially incorrect parsing, although it should be mostly harmless but for function return type reporting.

However, it's fairly easy to fix by listing all those qualifiers in [ignore.tags](http://www.geany.org/manual/#c-ignore-tags):
```
__device__
__global__
__host__
__noinline__
__forceinline__
__constant__
__shared__
__managed__
__restrict__
```

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/831#issuecomment-165894826
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151218/970ec0e3/attachment.html>


More information about the Github-comments mailing list