This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] CStringChecker: Fix argument highlighting.
ClosedPublic

Authored by NoQ on Jul 30 2018, 4:34 PM.

Details

Summary

Sometimes it's important to do BugReport->addRange() in order to know which part of the expression is problematic. It's also useful to write this down in the warning message, but i didn't bother yet.

Diff Detail

Repository
rC Clang

Event Timeline

NoQ created this revision.Jul 30 2018, 4:34 PM
george.karpenkov accepted this revision.Jul 30 2018, 4:35 PM
This revision is now accepted and ready to land.Jul 30 2018, 4:35 PM
This revision was automatically updated to reflect the committed changes.