Closed
Description
Reported by @heschi: the new analysis driver in [email protected] results in very noisy analysis for code that contains parse errors, due to the undeclaredname analyzer.
We should not run this analyzer (or any analyzer, AFAICT) if there are parse errors.
CC @adonovan