This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] const-ify reference to bug type used in BugReporter
ClosedPublic

Authored by george.karpenkov on Jan 17 2019, 4:15 PM.

Diff Detail

Repository
rC Clang

Event Timeline

NoQ accepted this revision.Jan 17 2019, 6:42 PM
NoQ added inline comments.
clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
98 ↗(On Diff #182412)

& -> & :)

167 ↗(On Diff #182412)

& -> & :)

170 ↗(On Diff #182412)

& -> & :)

193 ↗(On Diff #182412)

I guess this was left around accidentally.

clang/lib/StaticAnalyzer/Core/BugReporter.cpp
2721 ↗(On Diff #182412)

& -> & :)

2839 ↗(On Diff #182412)

& -> & :)

I mean i don't insist, just noticed :)

This revision is now accepted and ready to land.Jan 17 2019, 6:42 PM
This revision was automatically updated to reflect the committed changes.