sampsyo / quala

custom type systems for Clang
MIT License
96 stars 7 forks source link

Audit standard type propagation rules #7

Open sampsyo opened 10 years ago

sampsyo commented 10 years ago

The Annotator base class has some standard type propagation rules that might (a) not be necessary anymore, and (b) might be unsound. For example, in VisitImplicitCastExpr, we propagate the annotation from the cast-from expression to the cast-to type.