aaron.ballman added inline comments.
================ Comment at: clang/lib/Parse/ParseDeclCXX.cpp:4473-4486 +void Parser::ParseCXX11Attributes(ParsedAttributesWithRange &Attrs, + SourceLocation *EndLoc) { assert(standardAttributesAllowed()); SourceLocation StartLoc = Tok.getLocation(), Loc; - if (!endLoc) - endLoc = &Loc; + if (!EndLoc) + EndLoc = &Loc; ---------------- I'm also backing out these NFC formatting changes that we vestiges from earlier work. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D105648/new/ https://reviews.llvm.org/D105648 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits