It breaks the build for the ASTMatchers
Details
Details
- Reviewers
- None
- Commits
- rG637d1e6694d9: Roll-back r250822.
rC250827: Roll-back r250822.
rL250827: Roll-back r250822.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Whatever happened to this? What in ASTMatchers did it break? It seems like a good change, and nobody followed up to fix it?
Comment Actions
The compiler complained about creating constant instances of classes
without a user provided constructor (which is the case for the ASTMatchers).
I gave up this change because it broke the build for a huge amount of
people and I didn't want that to happen again.