[Lldb-commits] [PATCH] D71857: Fixes -Wrange-loop-analysis warnings

2019-12-24 Thread pre-merge checks [bot] via Phabricator via lldb-commits
merge_guards_bot added a comment. Herald added a subscriber: wuzish. {icon check-circle color=green} Unit tests: pass. 61116 tests passed, 0 failed and 728 were skipped. {icon times-circle color=red} clang-tidy: fail. Please fix clang-tidy findings

[Lldb-commits] [PATCH] D71857: Fixes -Wrange-loop-analysis warnings

2019-12-24 Thread Mark de Wever via Phabricator via lldb-commits
Mordante created this revision. Mordante added reviewers: aaron.ballman, xbolva00. Mordante added projects: LLVM, LLDB, clang. Herald added subscribers: bmahjour, usaxena95, kadircet, arphaman, jkorous, kbarton, hiraditya, nemanjai, qcolombet, MatzeB. This avoids new warnings due to D68912

[Lldb-commits] [lldb] 64c6bb3 - test: ensure that we dead-strip in the linker

2019-12-24 Thread Saleem Abdulrasool via lldb-commits
Author: Saleem Abdulrasool Date: 2019-12-24T10:19:22-08:00 New Revision: 64c6bb37832c2139a91801fece96de8898151079 URL: https://github.com/llvm/llvm-project/commit/64c6bb37832c2139a91801fece96de8898151079 DIFF: https://github.com/llvm/llvm-project/commit/64c6bb37832c2139a91801fece96de8898151079.

[Lldb-commits] [lldb] a12ac70 - [lldb][NFC] Move ClangASTContext::m_scratch_ast_source_up to the appropriate class

2019-12-24 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-24T16:32:40+01:00 New Revision: a12ac7009e99c6f9e72652e34019f07df9970204 URL: https://github.com/llvm/llvm-project/commit/a12ac7009e99c6f9e72652e34019f07df9970204 DIFF: https://github.com/llvm/llvm-project/commit/a12ac7009e99c6f9e72652e34019f07df9970204.dif

[Lldb-commits] [lldb] 4657a39 - [lldb][NFC] Remove ClangExternalASTSourceCommon

2019-12-24 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-24T13:17:27+01:00 New Revision: 4657a397c22a27775823b8f731abdc6477badfea URL: https://github.com/llvm/llvm-project/commit/4657a397c22a27775823b8f731abdc6477badfea DIFF: https://github.com/llvm/llvm-project/commit/4657a397c22a27775823b8f731abdc6477badfea.dif

[Lldb-commits] [PATCH] D59381: Change CompileUnit and ARanges interfaces to propagate errors

2019-12-24 Thread Igor Kudrin via Phabricator via lldb-commits
ikudrin added inline comments. Comment at: lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp:60 +llvm::Error error = set.extract(debug_aranges_data, &offset); +if (!error) + return error; @zturner, this probably should be ``` if (error