[Lldb-commits] [lldb] r366325 - [ASTImporter] Fix LLDB lookup in transparent ctx and with ext src

2019-10-04 Thread Gabor Marton via lldb-commits
Author: martong Date: Wed Jul 17 06:47:46 2019 New Revision: 366325 URL: http://llvm.org/viewvc/llvm-project?rev=366325&view=rev Log: [ASTImporter] Fix LLDB lookup in transparent ctx and with ext src Summary: With LLDB we use localUncachedLookup(), however, that fails to find Decls when a transpa

[Lldb-commits] [lldb] r361362 - Add AST logging

2019-10-04 Thread Gabor Marton via lldb-commits
Author: martong Date: Wed May 22 02:10:19 2019 New Revision: 361362 URL: http://llvm.org/viewvc/llvm-project?rev=361362&view=rev Log: Add AST logging Summary: Log the AST of the TU associated with LLDB's `expr` command, once a declaration is completed Reviewers: shafik Subscribers: rnkovacs, dk

[Lldb-commits] [lldb] r370045 - [ASTImporter] Fix name conflict handling with different strategies

2019-10-04 Thread Gabor Marton via lldb-commits
Author: martong Date: Tue Aug 27 04:36:10 2019 New Revision: 370045 URL: http://llvm.org/viewvc/llvm-project?rev=370045&view=rev Log: [ASTImporter] Fix name conflict handling with different strategies There are numorous flaws about the name conflict handling, this patch attempts fixes them. Chang

[Lldb-commits] [lldb] r360760 - [ASTImporter] Use llvm::Expected and Error in the importer API

2019-10-04 Thread Gabor Marton via lldb-commits
Author: martong Date: Wed May 15 03:29:48 2019 New Revision: 360760 URL: http://llvm.org/viewvc/llvm-project?rev=360760&view=rev Log: [ASTImporter] Use llvm::Expected and Error in the importer API Summary: This is the final phase of the refactoring towards using llvm::Expected and llvm::Error in

[Lldb-commits] [lldb] r347575 - [ASTImporter] Set MustBuildLookupTable on PrimaryContext

2019-10-04 Thread Gabor Marton via lldb-commits
Author: martong Date: Mon Nov 26 09:09:50 2018 New Revision: 347575 URL: http://llvm.org/viewvc/llvm-project?rev=347575&view=rev Log: [ASTImporter] Set MustBuildLookupTable on PrimaryContext Summary: SetMustBuildLookupTable() must always be called on a primary context. Reviewers: labath, shafik,