[Github-comments] [geany/geany] C parser gets confused by backslashes (#1370)
Colomban Wendling
notifications at xxxxx
Wed Jan 18 08:19:09 UTC 2017
Original report received via email, here's an enhanced test case:
```C
typedef int T;
int func1( \
int var1, int var2, ...);
int func2(int var1, \
int var2, ...);
int func3(T \
var1, T var2, ...);
int func4(T var1, \
T var2, ...);
int func5(int \
var1, int var2, ...);
```
Only emits tags for `func2()`, `func4()` and `func5()`. Which is odd.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1370
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170118/eb3b44d4/attachment.html>
More information about the Github-comments
mailing list