[Lldb-commits] [clang] [clang-tools-extra] [lldb] [clang] Reland: Instantiate alias templates with sugar (PR #101858)

2024-08-06 Thread Dmitri Gribenko via lldb-commits
gribozavr wrote: > So from my undertstanding, IWYU only needs the SubstTemplateTypeParmType for > resugaring purposes, in order to recover the type as written by the user. > > But with this patch we are doing the substitution already with sugar, so > there is no need to resugar, so IWYU should

[Lldb-commits] [clang] [clang-tools-extra] [lldb] [clang] Reland: Instantiate alias templates with sugar (PR #101858)

2024-08-07 Thread Dmitri Gribenko via lldb-commits
gribozavr wrote: ## On resugaring bodies of function template instantiations > I just don't think that can be something we can always enable, as that would > make some examples of source code take exponentially more time and memory to > compile. We keep track of propagated and inferred nullab

[Lldb-commits] [clang] [clang-tools-extra] [lldb] [clang] Reland: Instantiate alias templates with sugar (PR #101858)

2024-08-08 Thread Dmitri Gribenko via lldb-commits
gribozavr wrote: @mizvekov I will provide a more detailed response to the points you made in your last message separately, but for now I would like to ask you to revert the commit to unbreak us. We looked into the problem internally and it does not look we have a simple hack we can apply to r

[Lldb-commits] [clang] [clang-tools-extra] [lldb] [clang] Reland: Instantiate alias templates with sugar (PR #101858)

2024-08-08 Thread Dmitri Gribenko via lldb-commits
gribozavr wrote: > @gribozavr see #102510 for alternative. Thank you! We are looking at this now. > That's not really true. You only need to upstream the AST affecting parts. > The attributes itself and AST node which represent it. The attributes are already upstream (we are reusing nullabili

[Lldb-commits] [lldb] 6528157 - [lldb][swig] Use the correct variable in the return statement

2024-08-21 Thread Dmitri Gribenko via lldb-commits
Author: Dmitri Gribenko Date: 2024-08-21T15:29:03+02:00 New Revision: 65281570afd7e35e01533b07c6c2937de410fc52 URL: https://github.com/llvm/llvm-project/commit/65281570afd7e35e01533b07c6c2937de410fc52 DIFF: https://github.com/llvm/llvm-project/commit/65281570afd7e35e01533b07c6c2937de410fc52.dif

[Lldb-commits] [lldb] [lldb] Extend frame recognizers to hide frames from backtraces (PR #104523)

2024-08-22 Thread Dmitri Gribenko via lldb-commits
gribozavr wrote: @adrian-prantl I'm going to revert this PR because it fails msan due to uninitialized variables. Specifically, `StackFrame::m_frame_recognizer_generation` and `StackFrameRecognizerManager::m_generation` are never initialized. Sample msan failure on `lldb/test/Shell/Unwind/eh-

[Lldb-commits] [lldb] 7323e7e - Revert "[lldb][swig] Use the correct variable in the return statement"

2024-08-22 Thread Dmitri Gribenko via lldb-commits
Author: Dmitri Gribenko Date: 2024-08-22T13:14:30+02:00 New Revision: 7323e7eee3a819e9a2d8ec29f00d362bcad87731 URL: https://github.com/llvm/llvm-project/commit/7323e7eee3a819e9a2d8ec29f00d362bcad87731 DIFF: https://github.com/llvm/llvm-project/commit/7323e7eee3a819e9a2d8ec29f00d362bcad87731.dif

[Lldb-commits] [lldb] 547917a - Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#104523)"

2024-08-22 Thread Dmitri Gribenko via lldb-commits
Author: Dmitri Gribenko Date: 2024-08-22T13:24:57+02:00 New Revision: 547917aebd1e79a8929b53f0ddf3b5185ee4df74 URL: https://github.com/llvm/llvm-project/commit/547917aebd1e79a8929b53f0ddf3b5185ee4df74 DIFF: https://github.com/llvm/llvm-project/commit/547917aebd1e79a8929b53f0ddf3b5185ee4df74.dif

[Lldb-commits] [lldb] aa70f83 - Revert "[lldb-dap] Mark hidden frames as "subtle" (#105457)"

2024-08-22 Thread Dmitri Gribenko via lldb-commits
Author: Dmitri Gribenko Date: 2024-08-22T13:24:57+02:00 New Revision: aa70f83e660453c006193aab7ba67c94db236948 URL: https://github.com/llvm/llvm-project/commit/aa70f83e660453c006193aab7ba67c94db236948 DIFF: https://github.com/llvm/llvm-project/commit/aa70f83e660453c006193aab7ba67c94db236948.dif

[Lldb-commits] [lldb] [lldb-dap] Mark hidden frames as "subtle" (PR #105457)

2024-08-22 Thread Dmitri Gribenko via lldb-commits
gribozavr wrote: Sorry, but I had to revert this PR because it depends on https://github.com/llvm/llvm-project/pull/104523, which I'm reverting because it fails under msan. Revert commits: https://github.com/llvm/llvm-project/commit/7323e7eee3a819e9a2d8ec29f00d362bcad87731 https://github.com/l

[Lldb-commits] [lldb] [lldb] Extend frame recognizers to hide frames from backtraces (PR #104523)

2024-08-22 Thread Dmitri Gribenko via lldb-commits
gribozavr wrote: Revert commits: https://github.com/llvm/llvm-project/commit/7323e7eee3a819e9a2d8ec29f00d362bcad87731 https://github.com/llvm/llvm-project/commit/aa70f83e660453c006193aab7ba67c94db236948 https://github.com/llvm/llvm-project/commit/547917aebd1e79a8929b53f0ddf3b5185ee4df74 https://

[Lldb-commits] [lldb] cd9a5cf - Use the range-based overload of llvm::sort where possible

2022-07-23 Thread Dmitri Gribenko via lldb-commits
Author: Dmitri Gribenko Date: 2022-07-23T15:13:25+02:00 New Revision: cd9a5cfd2e4e4d583c9bf5ef1100acaf5e96f29e URL: https://github.com/llvm/llvm-project/commit/cd9a5cfd2e4e4d583c9bf5ef1100acaf5e96f29e DIFF: https://github.com/llvm/llvm-project/commit/cd9a5cfd2e4e4d583c9bf5ef1100acaf5e96f29e.dif

[Lldb-commits] [lldb] 82d4f39 - [lldb][AArch64] Fix an unused variable warning in release builds. NFC

2022-07-25 Thread Dmitri Gribenko via lldb-commits
Author: Dmitri Gribenko Date: 2022-07-25T16:58:03+02:00 New Revision: 82d4f39f342165a92eaa1fe74488158942cf27b4 URL: https://github.com/llvm/llvm-project/commit/82d4f39f342165a92eaa1fe74488158942cf27b4 DIFF: https://github.com/llvm/llvm-project/commit/82d4f39f342165a92eaa1fe74488158942cf27b4.dif

[Lldb-commits] [lldb] 41454c3 - Updated LLDB for the new Clang Language enumerator 'OpenCLCXX'

2021-03-24 Thread Dmitri Gribenko via lldb-commits
Author: Dmitri Gribenko Date: 2021-03-24T16:46:02+01:00 New Revision: 41454c30f6a38c3e107d857e63da0561610fd141 URL: https://github.com/llvm/llvm-project/commit/41454c30f6a38c3e107d857e63da0561610fd141 DIFF: https://github.com/llvm/llvm-project/commit/41454c30f6a38c3e107d857e63da0561610fd141.dif

[Lldb-commits] [lldb] 0f1195a - Revert "[lldb/test] Relax NSDate mock test for non-Apple platforms"

2020-05-20 Thread Dmitri Gribenko via lldb-commits
Author: Dmitri Gribenko Date: 2020-05-20T12:44:19+02:00 New Revision: 0f1195a58648998d21bcfa1575a78a4706eaa52c URL: https://github.com/llvm/llvm-project/commit/0f1195a58648998d21bcfa1575a78a4706eaa52c DIFF: https://github.com/llvm/llvm-project/commit/0f1195a58648998d21bcfa1575a78a4706eaa52c.dif

[Lldb-commits] [lldb] f67f9e8 - Revert "[lldb/test] Disable NSDate format check under _WIN32"

2020-05-20 Thread Dmitri Gribenko via lldb-commits
Author: Dmitri Gribenko Date: 2020-05-20T12:44:19+02:00 New Revision: f67f9e86e86e68d4cbc05ef8d6ffd0cb33246d45 URL: https://github.com/llvm/llvm-project/commit/f67f9e86e86e68d4cbc05ef8d6ffd0cb33246d45 DIFF: https://github.com/llvm/llvm-project/commit/f67f9e86e86e68d4cbc05ef8d6ffd0cb33246d45.dif

[Lldb-commits] [lldb] 8214eff - Revert "[lldb/DataFormatter] Check for overflow when finding NSDate epoch"

2020-05-20 Thread Dmitri Gribenko via lldb-commits
Author: Dmitri Gribenko Date: 2020-05-20T12:44:19+02:00 New Revision: 8214eff467f583309e9fbb971862d3c1cdcc65e4 URL: https://github.com/llvm/llvm-project/commit/8214eff467f583309e9fbb971862d3c1cdcc65e4 DIFF: https://github.com/llvm/llvm-project/commit/8214eff467f583309e9fbb971862d3c1cdcc65e4.dif

[Lldb-commits] [lldb] 23f29b2 - Revert "Silence warnings around int/float conversions."

2020-05-20 Thread Dmitri Gribenko via lldb-commits
Author: Dmitri Gribenko Date: 2020-05-20T12:44:19+02:00 New Revision: 23f29b2fcc5668c51f15809067a1c3503b422c64 URL: https://github.com/llvm/llvm-project/commit/23f29b2fcc5668c51f15809067a1c3503b422c64 DIFF: https://github.com/llvm/llvm-project/commit/23f29b2fcc5668c51f15809067a1c3503b422c64.dif

[Lldb-commits] [lldb] 79fcd35 - Revert "[lldb/test] Move "DataFormatters/Mock.h" to "Plugins/Language/ObjC/Utilities.h""

2020-05-20 Thread Dmitri Gribenko via lldb-commits
Author: Dmitri Gribenko Date: 2020-05-20T12:44:18+02:00 New Revision: 79fcd35c688b94becadd162a6c37e9b95df5c084 URL: https://github.com/llvm/llvm-project/commit/79fcd35c688b94becadd162a6c37e9b95df5c084 DIFF: https://github.com/llvm/llvm-project/commit/79fcd35c688b94becadd162a6c37e9b95df5c084.dif

[Lldb-commits] [lldb] [lldb] Fix compile error. (PR #130091)

2025-03-06 Thread Dmitri Gribenko via lldb-commits
https://github.com/gribozavr approved this pull request. https://github.com/llvm/llvm-project/pull/130091 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits