mgehre / llvm-project

The home of the clang-based implementation of lifetime safety warnings.
39 stars 4 forks source link

Support [[gsl::suppress("lifetime")]] at function scope #71

Closed mgehre closed 5 years ago

mgehre commented 5 years ago

Code like https://godbolt.org/z/IWgStH should then provide no warnings.

mgehre commented 5 years ago

It would be nice if we could get some documentation about this in the main README.md

lklein53 commented 5 years ago

Yes. I will update it