[PATCH] D67924: [Sema] Fix the atomic expr rebuilding order.

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 23 11:12:07 PDT 2019


erichkeane added a comment.

Seems your test changes have disappeared as well?  Otherwise, 1 comment then I'm ok with this.



================
Comment at: clang/lib/Sema/TreeTransform.h:3319
+        Range, Range, RParenLoc, SubExprs, Op,
+        /*AtomicArgumentOrder*/ Sema::AtomicArgumentOrder::AST);
   }
----------------
The comment is no longer necessary, since the enum describes the purpose.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67924/new/

https://reviews.llvm.org/D67924





More information about the cfe-commits mailing list