[llvm-branch-commits] [llvm] [YAMLParser] Unfold multi-line scalar values (PR #70898)

2023-11-09 Thread Igor Kudrin via llvm-branch-commits
https://github.com/igorkudrin updated https://github.com/llvm/llvm-project/pull/70898 >From f38dc24c2dd940e18eb424746d13cd99e3ffdd91 Mon Sep 17 00:00:00 2001 From: Igor Kudrin Date: Tue, 7 Nov 2023 18:42:02 -0800 Subject: [PATCH] [YAMLParser] Unfold multi-line scalar values Long scalar values

[llvm-branch-commits] [llvm] b9b9c49 - [YAMLParser] Fix handling escaped line breaks in double-quoted scalars

2023-11-09 Thread Igor Kudrin via llvm-branch-commits
Author: Igor Kudrin Date: 2023-11-09T16:12:49-08:00 New Revision: b9b9c49c018a28c46d7709ed3b8c8fcb53036f8f URL: https://github.com/llvm/llvm-project/commit/b9b9c49c018a28c46d7709ed3b8c8fcb53036f8f DIFF: https://github.com/llvm/llvm-project/commit/b9b9c49c018a28c46d7709ed3b8c8fcb53036f8f.diff L

[llvm-branch-commits] [llvm] [YAMLParser] Unfold multi-line scalar values (PR #70898)

2023-11-09 Thread Igor Kudrin via llvm-branch-commits
https://github.com/igorkudrin updated https://github.com/llvm/llvm-project/pull/70898 >From 37ab3fff62b1a3aa373fd513745b1c2b91b1b865 Mon Sep 17 00:00:00 2001 From: Igor Kudrin Date: Tue, 7 Nov 2023 18:42:02 -0800 Subject: [PATCH] [YAMLParser] Unfold multi-line scalar values Long scalar values

[llvm-branch-commits] [llvm] b4e19d2 - [YAMLParser] Fix handling escaped line breaks in double-quoted scalars

2023-11-09 Thread Igor Kudrin via llvm-branch-commits
Author: Igor Kudrin Date: 2023-11-09T13:51:04-08:00 New Revision: b4e19d2f0531c99167e3391f3742729c731d9c34 URL: https://github.com/llvm/llvm-project/commit/b4e19d2f0531c99167e3391f3742729c731d9c34 DIFF: https://github.com/llvm/llvm-project/commit/b4e19d2f0531c99167e3391f3742729c731d9c34.diff L

[llvm-branch-commits] [llvm] [YAMLParser] Fix handling escaped line breaks in double-quoted scalars (PR #71775)

2023-11-09 Thread Igor Kudrin via llvm-branch-commits
https://github.com/igorkudrin updated https://github.com/llvm/llvm-project/pull/71775 >From b4e19d2f0531c99167e3391f3742729c731d9c34 Mon Sep 17 00:00:00 2001 From: Igor Kudrin Date: Wed, 8 Nov 2023 20:48:49 -0800 Subject: [PATCH] [YAMLParser] Fix handling escaped line breaks in double-quoted s

[llvm-branch-commits] [llvm] 9a6f97c - [YAMLParser] Enable tests for flow scalar styles. NFC

2023-11-09 Thread Igor Kudrin via llvm-branch-commits
Author: Igor Kudrin Date: 2023-11-09T13:48:06-08:00 New Revision: 9a6f97c327be5a5380c29295a6f73a1ec81ca41d URL: https://github.com/llvm/llvm-project/commit/9a6f97c327be5a5380c29295a6f73a1ec81ca41d DIFF: https://github.com/llvm/llvm-project/commit/9a6f97c327be5a5380c29295a6f73a1ec81ca41d.diff L

[llvm-branch-commits] [lldb] 5b740aa - Revert "[lldb] Read Checksum from DWARF line tables (#71458)"

2023-11-09 Thread via llvm-branch-commits
Author: Jonas Devlieghere Date: 2023-11-09T12:42:28-08:00 New Revision: 5b740aafd3631fbe4bbe56cbe9e206da926a3c06 URL: https://github.com/llvm/llvm-project/commit/5b740aafd3631fbe4bbe56cbe9e206da926a3c06 DIFF: https://github.com/llvm/llvm-project/commit/5b740aafd3631fbe4bbe56cbe9e206da926a3c06.d

[llvm-branch-commits] [llvm] [YAMLParser] Unfold multi-line scalar values (PR #70898)

2023-11-09 Thread Scott Linder via llvm-branch-commits
https://github.com/slinder1 approved this pull request. Thank you for breaking out the NFC test changes, and for adding even more unittests! I am again not being meticulous and exhaustive in looking for spec compliance, but in every case I did examine you were fixing a clear issue. I also ran

[llvm-branch-commits] [llvm] [YAMLParser] Fix handling escaped line breaks in double-quoted scalars (PR #71775)

2023-11-09 Thread Scott Linder via llvm-branch-commits
https://github.com/slinder1 approved this pull request. I am not certain I'm reviewing the spec-compliance particularly rigorously, in that I am not certain I have followed every path and confirmed there are tests for every possibility. But clearly what we have now is not compliant in these te