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
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
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
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
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,