This revision was automatically updated to reflect the committed changes.
Closed by commit rL355390: [ASTImporter] Fix redecl failures of Class and
ClassTemplate (authored by martong, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
CHA
shafik accepted this revision.
shafik added a comment.
LGTM, thank you !
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58502/new/
https://reviews.llvm.org/D58502
___
cfe-commits mailing list
cfe-commits@lists.llvm.or
martong added a comment.
@shafik, Could you please take a look?
I have run the LLDB tests on our macOS and I could not discover any regression.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58502/new/
https://reviews.llvm.org/D58502
___
a_sidorin accepted this revision.
a_sidorin added a comment.
This revision is now accepted and ready to land.
Hi Gabor,
I don't see any problems with the patch. Thanks! I think it will be good to get
Shafik's approval as well.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.
martong created this revision.
martong added reviewers: a_sidorin, shafik.
Herald added subscribers: cfe-commits, jdoerfert, gamesh411, Szelethus, dkrupp,
rnkovacs.
Herald added a reviewer: a.sidorin.
Herald added a project: clang.
Redecl chains of classes and class templates are not handled well