[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 10:21:53 PDT 2019


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





More information about the cfe-commits mailing list