This is an archive of the discontinued LLVM Phabricator instance.

[Sema] Detecting more array index out of bounds
ClosedPublic

Authored by danielmarjamaki on Feb 21 2017, 3:12 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

aaron.ballman accepted this revision.Feb 27 2017, 12:46 PM

A few minor nits that can be resolved when you commit, but aside from those, LGTM.

lib/Sema/SemaChecking.cpp
10613 ↗(On Diff #89183)

You can use const auto * here.

10614 ↗(On Diff #89183)

const auto * instead of just auto.

This revision is now accepted and ready to land.Feb 27 2017, 12:46 PM
This revision was automatically updated to reflect the committed changes.