[PATCH] D124287: [modules][ODRHash] Compare ODR hashes to detect mismatches in duplicate ObjCInterfaceDecl.
Jan Svoboda via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 28 02:15:14 PDT 2022
jansvoboda11 added inline comments.
================
Comment at: clang/lib/AST/ODRHash.cpp:528
+
+ //FIXME: Hash other interface-specific elements like protocols, etc.
+
----------------
Is this important to implement now, or are you fine leaving this be for the time being?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124287/new/
https://reviews.llvm.org/D124287
More information about the cfe-commits
mailing list