Continuing off of:
https://reviews.llvm.org/D38382
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 20673 Build 20673: arc lint + arc unit
Event Timeline
Comment Actions
Thanks for doing this!
include/clang/Sema/SemaInternal.h | ||
---|---|---|
120 | Perhaps 'const auto *TTP = ...' would read better here, given that the expected type appears once already in the r.h.s of the expression? I have the same comment re: the three other casts above. |
Comment Actions
Welcome :).
LGTM. Feel free to commit this yourself once you obtain commit access (https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access). I'd also be happy to commit this on your behalf.
Perhaps 'const auto *TTP = ...' would read better here, given that the expected type appears once already in the r.h.s of the expression? I have the same comment re: the three other casts above.