martong added a comment.
Jenkins had one unrelated failure at
http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/29812/
Test Result (1 failure / +1)
LLDB.Reproducer.TestGDBRemoteRepro.test
After that the next build is green:
http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/2
martong added a comment.
@shafik I've been looking for any lldb regression in our Mac machine, could not
find any. Now I am looking at
http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/ . I don't expect
regression because here we changed logic about the error handling only, so I'd
expec
This revision was automatically updated to reflect the committed changes.
Closed by commit rL364785: [ASTImporter] Mark erroneous nodes in shared st
(authored by martong, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://revi
a_sidorin accepted this revision.
a_sidorin added a comment.
This revision is now accepted and ready to land.
Thanks for the explanation!
It will be good if someone else takes a look at this patch.
Comment at: clang/include/clang/AST/ASTImporterSharedState.h:40
+ /// never cle
martong marked 7 inline comments as done.
martong added inline comments.
Comment at: clang/lib/AST/ASTImporter.cpp:7867
if (PosF != ImportedFromDecls.end()) {
-if (LookupTable)
+if (SharedState->getLookupTable())
if (auto *ToND = dyn_cast(ToD))
-
martong updated this revision to Diff 206441.
martong marked an inline comment as done.
martong added a comment.
- Encapsulate by adding addDeclToLookup and removeDeclFromLookup to the shared
state
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D6237
martong added a reviewer: balazske.
martong marked 6 inline comments as done.
martong added inline comments.
Comment at: clang/lib/AST/ASTImporter.cpp:7830
if (ToD) {
+// Already imported (possibly from another TU) and with an error.
+if (auto Error = SharedState->getI
martong updated this revision to Diff 206431.
martong added a comment.
- Set error for FromD if it maps to an existing Decl which has an error set
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62376/new/
https://reviews.llvm.org/D62376
Files:
cl
martong updated this revision to Diff 206429.
martong added a comment.
- Add FIXMEs
- Set error for FromD if it maps to an existing Decl which has an error set
- Add test
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62376/new/
https://reviews.llvm
martong added a comment.
Alexei,
Thanks for the review!
I have provided test cases for the 3 previous patches on which this one depends
on. I will provide additional tests next week for this one, and of course will
address the other comments.
Repository:
rG LLVM Github Monorepo
CHANGES SIN
a_sidorin added a comment.
Hi Gabor!
I haven't find the import sequence examples we try to fix these ways in any of
the three patches these change consists of. Could you please provide some (or
point if I missed them)?
Comment at: clang/include/clang/AST/ASTImporterSharedStat
martong created this revision.
martong added a reviewer: a_sidorin.
Herald added subscribers: cfe-commits, gamesh411, Szelethus, dkrupp, rnkovacs.
Herald added a reviewer: a.sidorin.
Herald added a reviewer: shafik.
Herald added a project: clang.
This is the third step of the full error handling.
12 matches
Mail list logo