Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » AST without comments(Build CDT AST without including comments)
AST without comments [message #1403224] Tue, 22 July 2014 13:01
Menyhert Akos is currently offline Menyhert AkosFriend
Messages: 2
Registered: July 2014
Junior Member
Hy,

I have a large C code base which contains lots of comments. I would like to process it programmatically with CDT, but CDT can't index the project because a null pointer exception thrown while parse files. If I remove the comments in advance, the CDT is able to index the project within ~100s and build AST (AST_CONFIGURE_USING_SOURCE_CONTEXT) within ~70s.
Can CDT ignore comments (maybe preprocessor flag)?

Thanks!
Previous Topic:Step assembler level
Next Topic:External build command not invoked
Goto Forum:
  


Current Time: Tue Oct 15 16:07:07 GMT 2024

Powered by FUDForum. Page generated in 0.03480 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top