This is an archive of the discontinued LLVM Phabricator instance.

Register TimeChecker with Clang Static Analyzer
AbandonedPublic

Authored by appcs on Oct 10 2018, 8:18 PM.

Details

Reviewers
george.karpenkov
Summary

Create a checker for "Year 2038" (Y2K38) related issues and register it with the Clang Static Analyzer.

Diff Detail

Event Timeline

appcs created this revision.Oct 10 2018, 8:18 PM

Please reupload with full context (-U99999).

I very much like the idea!

Can you maybe add a couple testcases with todos about when your checker will emit a warning, and what the expected warning message will be?

And an entry to www/analyzer/alpha_checks.html would be great too :)

appcs abandoned this revision.Oct 11 2018, 9:22 PM

Re-spun with feedback received into: D53185