This is an archive of the discontinued LLVM Phabricator instance.

[PM] Consistently use curly braces rather than std::make_pair in AnalysisResults.find().
ClosedPublic

Authored by jlebar on Dec 2 2016, 4:01 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar updated this revision to Diff 80147.Dec 2 2016, 4:01 PM
jlebar retitled this revision from to [PM] Consistently use curly braces rather than std::make_pair in AnalysisResults.find()..
jlebar updated this object.
jlebar added a reviewer: chandlerc.
jlebar added subscribers: llvm-commits, silvas.
silvas added a comment.Dec 2 2016, 9:35 PM

This is fine, but you can use post-commit review on this kind of thing.

This revision was automatically updated to reflect the committed changes.