[PATCH] D55395: Re-order content in OMPDeclareReductionDecl dump

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 10 08:26:07 PST 2018


ABataev added inline comments.


================
Comment at: lib/AST/ASTDumper.cpp:1056
     }
+    NodeDumper.dumpPointer(Initializer);
+  }
----------------
Better to output it immediately after `initializer` keyword.


Repository:
  rC Clang

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

https://reviews.llvm.org/D55395





More information about the cfe-commits mailing list