hanm / clang

Mirror of the official Clang GIT repository
Other
2 stars 0 forks source link

Emit warnings when unsupported features of C++ are used #39

Open atzannes opened 11 years ago

atzannes commented 11 years ago

A warnings should be emitted when a feature is used that could render unsound the results of the checker. E.g., Unions Bitfields Exceptions GOTOs Explicit Casting