[clang] [ASTImport]improve ast comparation (PR #66110)

Shafik Yaghmour via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 12 18:18:54 PDT 2023


================
@@ -1295,6 +1306,21 @@ static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context,
   return true;
 }
 
+static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context,
----------------
shafik wrote:

Should we also be checking the storage class and the various bits for example `CXXForRangeDecl` etc? 

https://github.com/llvm/llvm-project/pull/66110


More information about the cfe-commits mailing list