This enables calculating the consumed/discarded distribution of function
calls for the entire project, resulting in more meaningful diagnostics.
Details
Details
- Reviewers
aaron.ballman njames93 whisperity martong
Diff Detail
Diff Detail
Event Timeline
clang-tools-extra/clang-tidy/misc/DiscardedReturnValueCheck.cpp | ||
---|---|---|
132 | Please spell out the type instead of auto. | |
132–142 | This could be split out nicely in a member function, e.g. findFunctionID. | |
204 | How is it emitting dianoses then in the singleTU mode? | |
365 | ? | |
clang-tools-extra/clang-tidy/misc/DiscardedReturnValueCheck.h | ||
70 | Some docs could be useful here. |
Some docs could be useful here.