sampsyo / quala

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

Nullness: Disallow NULLABLE annotations non-pointer types #1

Open sampsyo opened 10 years ago

sampsyo commented 10 years ago

It should be an error to write NULLABLE int x or event NULLABLE int *x, so that people remember to write int * NULLABLE x. Just like const.