-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"code-cleanup
Description
| Bugzilla Link | 3558 |
| Resolution | FIXED |
| Resolved on | Jan 12, 2011 03:11 |
| Version | unspecified |
| OS | All |
| CC | @jayfoad |
Extended Description
There are several accessors that are "logically" const but not marked as such. This causes const_casts in other logically const methods like getLegacyIntegralTypeEncoding. We should just mark the data they use as mutable or avoid calling getCanonicalType in it.
-Chris
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"code-cleanup