I feel this is kinda important, because in a followup patch I'm adding different kinds of interestingness, and propagating the correct kind in BugReporter.cpp is just one less thing to worry about.
Details
Details
- Reviewers
NoQ xazax.hun baloghadamsoftware Charusso dcoughlin rnkovacs - Commits
- rGe1117addd664: [analyzer][NFC] Make sure that the BugReport is not modified during the…
rL368755: [analyzer][NFC] Make sure that the BugReport is not modified during the…
rC368755: [analyzer][NFC] Make sure that the BugReport is not modified during the…
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h | ||
---|---|---|
108 ↗ | (On Diff #212811) | I guess you should add a comment for anybody who would want to remove this const on why it's a bad idea(?) |