See the added test for a repro.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 28046 Build 28045: arc lint + arc unit
Event Timeline
clang/lib/Sema/SemaDeclCXX.cpp | ||
---|---|---|
3178 | this isn't quite trivial, you might want to short circuit with &&, checking AS != TD->getAccess() first? |
this isn't quite trivial, you might want to short circuit with &&, checking AS != TD->getAccess() first?
I don't think readability is too bad if you keep the existing comment.