This revision was automatically updated to reflect the committed changes.
Closed by commit rL356455: [ASTImporter] Fix redecl failures of
FunctionTemplateSpec (authored by martong, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
CHANGE
martong updated this revision to Diff 191286.
martong added a comment.
- Rebase to master
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58668/new/
https://reviews.llvm.org/D58668
Files:
lib/AST/ASTImporter.cpp
unittests/AST/ASTImporterTest.cpp
Index: unitte
shafik accepted this revision.
shafik added a comment.
LGTM
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58668/new/
https://reviews.llvm.org/D58668
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lis
martong added a comment.
@shafik Ping.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58668/new/
https://reviews.llvm.org/D58668
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/m
a_sidorin accepted this revision.
a_sidorin added a comment.
This revision is now accepted and ready to land.
Thanks!
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58668/new/
https://reviews.llvm.org/D58668
___
cfe-c
martong added a comment.
Ping
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58668/new/
https://reviews.llvm.org/D58668
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/li
martong updated this revision to Diff 189130.
martong marked 4 inline comments as done.
martong added a comment.
- Add FindAndMapDefinition as member fun
- Refactor CheckPreviousDecl
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58668/new/
https://reviews.llvm.or
martong marked 8 inline comments as done.
martong added a comment.
Alexei, thanks for the review!
Comment at: lib/AST/ASTImporter.cpp:3002
+ // Check if we have found an existing definition. Returns with that
+ // definition if yes, otherwise returns null.
a_sidorin added a comment.
Hi Gabor,
The patch looks almost good bu I have some comments inline.
Comment at: lib/AST/ASTImporter.cpp:3002
+ // Check if we have found an existing definition. Returns with that
+ // definition if yes, otherwise returns null.
martong created this revision.
martong added reviewers: a_sidorin, shafik.
Herald added subscribers: cfe-commits, gamesh411, Szelethus, dkrupp, rnkovacs.
Herald added a reviewer: a.sidorin.
Herald added a project: clang.
Redecl chains of function template specializations are not handled well
curre
10 matches
Mail list logo