[PATCH] D53697: [Structural Eq] Check for isBeingDefined

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 25 06:05:09 PDT 2018


martong created this revision.
martong added a reviewer: a_sidorin.
Herald added subscribers: cfe-commits, Szelethus, dkrupp, rnkovacs.
martong added a dependency: D53693: [ASTImporter] Typedef import brings in the complete type.

If one definition is currently being defined, we do not compare for
equality and we assume that the decls are equal.


Repository:
  rC Clang

https://reviews.llvm.org/D53697

Files:
  lib/AST/ASTStructuralEquivalence.cpp
  unittests/AST/ASTImporterTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53697.171076.patch
Type: text/x-patch
Size: 3713 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181025/39a0fa05/attachment.bin>


More information about the cfe-commits mailing list