arphaman added inline comments. ================ Comment at: lib/Tooling/ASTDiff/ASTDiff.cpp:303 +/// Identifies a node in this subtree by its postorder offset. +using SNodeId = int; + ---------------- What's the difference between `SNodeId` and `NodeId`? https://reviews.llvm.org/D34329