aaron.ballman added reviewers: erichkeane, Quuxplusone. aaron.ballman accepted this revision. aaron.ballman added a comment. This revision is now accepted and ready to land.
The changes here LGTM, but I'd appreciate a second set of eyes on it in case I missed anything before this lands. ================ Comment at: clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p5.cpp:60 + (void)auto(n); // expected-error{{'auto' not allowed here}} + (void)auto {n}; // expected-error{{'auto' not allowed here}} } ---------------- Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D113393/new/ https://reviews.llvm.org/D113393 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits