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

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

& -> & :)

167

& -> & :)

170

& -> & :)

193

I guess this was left around accidentally.

clang/lib/StaticAnalyzer/Core/BugReporter.cpp
2721

& -> & :)

2839

& -> & :)

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.