Skip to main content

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

> 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? 

Are you referring to an offset into a single source file? If so, do you mean 
you have a source file that is larger than 2 GB in size?

Regards,
Nate
 		 	   		  

Back to the top