Add documentation to the recently added issue hash dumping function.
Details
Diff Detail
- Repository
- rL LLVM
Event Timeline
docs/analyzer/DebugChecks.rst | ||
---|---|---|
247 ↗ | (On Diff #121275) | typo reports? |
Yup, thanks!
docs/analyzer/DebugChecks.rst | ||
---|---|---|
255 ↗ | (On Diff #121275) | Unlike printState and like all other functions, your function doesn't dump to plain stderr, but generates warnings instead. I didn't want printState to produce huge warnings because matching them with expected-warning would be more disgusting than FileChecking, but that's not your case. So i think you'd like to document it similarly to other functions, probably as // expected-warning{{'sample output'}}. |
docs/analyzer/DebugChecks.rst | ||
---|---|---|
255 ↗ | (On Diff #121275) | Yeah, sorry for the oversight. :) I wanted to get the documentation part done as soon as possible to work on other parts. But it looks like these kinds of tasks should have the same level of attention as others. |
these kinds of tasks should have the same level of attention as others
Dunno really. I'm not sure anybody actually reads that doc instead of accidentally finding the checker code by debugging how the tests work.