Sources Bugzilla – Bug 3339
CDT parser parses the code twice
Last modified: 2006-10-11 14:12:16 UTC
In the past it was seen that parsing the code twice (a QUICK and a COMPLETE) rendered the best results. Having seen a couple of problems fixed, this should be set back to do one scan and see what results are seen. The code will be commented out so if it needs to be re-instated, it can be done so quickly.
Removed the QUICK parse for now as I no longer see any difference between doing both a QUICK and COMPLETE parse and just a COMPLETE parse. The source code appears to be marked up the same way either way.