Details
Details
- Reviewers
hokein - Commits
- rGf74318491134: [clang][CodeComplete] Fix crash on ParenListExprs
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Sema/SemaCodeComplete.cpp | ||
---|---|---|
5191 | mention that why we specialize ParentListExpr -- ParenListExprs don't have a predefined type I think we won't (hopefully) have a 0-children ParenListExpr. |
mention that why we specialize ParentListExpr -- ParenListExprs don't have a predefined type
I think we won't (hopefully) have a 0-children ParenListExpr.