Also use the opportunity to clean up the code and remove unnecessary duplication.
Details
Details
- Reviewers
dcoughlin NoQ xazax.hun - Commits
- rG5ffe52395a39: [analyzer] Fix the assertion failure when static globals are used in lambda by…
rL327926: [analyzer] Fix the assertion failure when static globals are used in lambda by…
rC327926: [analyzer] Fix the assertion failure when static globals are used in lambda by…
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM!
I am only wondering what is the policy regarding the tests? When should we add a new file or when should we just extend an existing one?
Comment Actions
I am only wondering what is the policy regarding the tests?
@xazax.hun I don't think we have any, which is indeed often confusing. Which file did you have in mind?
Comment Actions
I am only wondering what is the policy regarding the tests?
There doesn't seem to be any yet. We often have to create new files when we're disappointed with the run-line(s) of the existing files or want to use global declarations that conflict with those in existing files.