Details
Details
- Reviewers
ilya-biryukov
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
- Build Status
Buildable 30294 Build 30293: arc lint + arc unit
Event Timeline
clangd/AST.cpp | ||
---|---|---|
86–96 | Return type is not obvious, so auto should not be used. |
NIT: maybe shorten the comment?
Something like // FIXME: Fix cases when getTypeAsWritten returns null, e.g. friend decls.