Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
I put some post-commit comments in https://reviews.llvm.org/D44059 about diagnostic text and naming that you should address as part of graduating this out of alpha.
Comment Actions
LGTM, but I do think Artem is right that we should push the user in the right direction here. There is a suggested addendum inline.
lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp | ||
---|---|---|
156 | I agree with Artem that we should push the user in the right direction here. Let's add "; consider using a synchronous API or changing the caller to be asynchronous" to the description. |
I agree with Artem that we should push the user in the right direction here. Let's add "; consider using a synchronous API or changing the caller to be asynchronous" to the description.