erichkeane added inline comments.
================ Comment at: clang/lib/Sema/TreeTransform.h:3319 + return getSema().BuildAtomicExpr(Range, Range, RParenLoc, SubExprs, Op, + true); } ---------------- When passing a bool, use the comment syntax /*paramname=*/ to make it clear whats happening. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D67924/new/ https://reviews.llvm.org/D67924 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits