This is a regression introduced by r302632 .
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM. One stylistic comment, but I'll leave that up to you.
lib/AST/CXXInheritance.cpp | ||
---|---|---|
286 ↗ | (On Diff #99456) | Style: I would combine this with the previous check and add {} braces. Having a nested else without {} is asking for trouble down the line. |