[Lldb-commits] [lldb] b1fb07d - [lldb][NFC] Simplify ClangASTContext::GetTypeForDecl

2019-12-29 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-30T00:22:23+01:00 New Revision: b1fb07ddbaa539f9173e32dc27110168b165c1fe URL: https://github.com/llvm/llvm-project/commit/b1fb07ddbaa539f9173e32dc27110168b165c1fe DIFF:

[Lldb-commits] [lldb] 6991d57 - [lldb][NFC] Make integer types functions in ClangASTContext not static

2019-12-29 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-29T21:54:07+01:00 New Revision: 6991d5728f12594cabfd8d8d570361efb07f1d5a URL: https://github.com/llvm/llvm-project/commit/6991d5728f12594cabfd8d8d570361efb07f1d5a DIFF:

[Lldb-commits] [PATCH] D63540: Fix lookup of symbols with the same address range but different binding

2019-12-29 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil updated this revision to Diff 235518. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D63540/new/ https://reviews.llvm.org/D63540 Files: lldb/include/lldb/Utility/RangeMap.h lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp

[Lldb-commits] [PATCH] D63540: Fix lookup of symbols with the same address range but different binding

2019-12-29 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil marked an inline comment as done. jankratochvil added a comment. In D63540#1791017 , @labath wrote: > Defining some sort of a preference based on symbol type seems like a good > idea, but I don't think this is a good way to implement it. If

[Lldb-commits] [lldb] 0007f9d - [lldb][NFC] Delete static versions of ClangASTContext::CreateFunctionType

2019-12-29 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-29T20:27:05+01:00 New Revision: 0007f9da7c0c780e2466759c1e53b1109a54e400 URL: https://github.com/llvm/llvm-project/commit/0007f9da7c0c780e2466759c1e53b1109a54e400 DIFF:

[Lldb-commits] [lldb] 0460a6b - [lldb][NFC] Remove most GetASTContext calls in AST metadata code

2019-12-29 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-29T16:33:40+01:00 New Revision: 0460a6bdf2f2b6c98eb6c72621baaf445aca34d5 URL: https://github.com/llvm/llvm-project/commit/0460a6bdf2f2b6c98eb6c72621baaf445aca34d5 DIFF: