[PATCH] D51822: Support generating unique identifiers for Stmt objects

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 13 18:29:03 PDT 2018


NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.

Looks as expected. I hope that assertion does actually hold. Should AST folks have a look as well?



================
Comment at: clang/lib/AST/Stmt.cpp:310
+  return *Out / alignof(Stmt);
+
+}
----------------
Redundant empty line.


https://reviews.llvm.org/D51822





More information about the cfe-commits mailing list