I noticed that the TypeAndOrName(const CompilerType &) constructor is
declared, but never defined. This patch implements it.
Details
Details
- Reviewers
clayborg
Diff Detail
Diff Detail
- Build Status
Buildable 16324 Build 16324: arc lint + arc unit
Event Timeline
Comment Actions
Should this be removed then? If not one was using it, we should remove it from the header file.
Comment Actions
I only found this because I tried to use it in my rust plugin. So, I would rather implement it, because if I removed it, I would have to find a new way to do this.
Comment Actions
Yes, I already did; I just thought that since it was a latent bug in upstream that I would submit it separately.