Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Int overflow (ASTNode.offset)

Hy CDT Devs,

In our project we would like to use CDT to parse large C code bases. It works for us perfectly but we found a little problem. In the ASTNode and all of the other place the offset is stored in int type, but it can overflow when the project is large enough. Can you suggest a workaround or should we post it to bugzilla?

I really appreciate any help you can provide.

Akos

Back to the top