This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] Move fuchsia.Lock checker to alpha
ClosedPublic

Authored by xazax.hun on Feb 4 2020, 3:59 PM.

Details

Summary

After experimenting with it a bit it looks like this is not quite ready yet for Fuchsia. Moving it to alpha until the problems are solved.

Diff Detail

Event Timeline

xazax.hun created this revision.Feb 4 2020, 3:59 PM
NoQ accepted this revision.EditedFeb 4 2020, 4:06 PM

You're the boss!

I guess you could add a list of problems to the checker header comment if you want others to join. Also you'll need to update release notes (D73966) :)

This revision is now accepted and ready to land.Feb 4 2020, 4:06 PM
In D74004#1858185, @NoQ wrote:

Also you'll need to update release notes (D73966) :)

I think this was merged after the release branch was created (https://github.com/llvm/llvm-project/blob/release/10.x/clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp)

This revision was automatically updated to reflect the committed changes.