malcolm.parsons added inline comments. ================ Comment at: include/clang/Sema/ScopeInfo.h:457 + /// lambda. + bool Used = false; + ---------------- Should this be moved into one of the `PointerIntPair`s? https://reviews.llvm.org/D28467