GabrielDosReis / ipr

Compiler-neutral Internal Program Representation for C++
BSD 3-Clause "New" or "Revised" License
221 stars 23 forks source link

Symbolic denotation of type qualifiers #297

Closed GabrielDosReis closed 1 year ago

GabrielDosReis commented 1 year ago

Just like the case of decl-specifier-seq , this patch rewrites the representation of type qualifiers in both symbolic and algebraic form, offering both extensions (for vendor-specific type qualifiers) and efficiency (operations remain bitmask operations).

This patch introduces source-level breaking changes.