Skip to content

[clang-format]: Inserts a space after u8 string literal modifiers in C: u8"My utf-8 string" -> u8 "My utf-8 string" and breaks compilation #30458

[clang-format]: Inserts a space after u8 string literal modifiers in C: u8"My utf-8 string" -> u8 "My utf-8 string" and breaks compilation

[clang-format]: Inserts a space after u8 string literal modifiers in C: u8"My utf-8 string" -> u8 "My utf-8 string" and breaks compilation #30458

Workflow file for this run

name: Labeling new issues
on:
issues:
types: ['opened']
permissions:
contents: read
jobs:
automate-issues-labels:
permissions:
issues: write
runs-on: ubuntu-24.04
if: github.repository == 'llvm/llvm-project'
steps:
- uses: llvm/actions/issue-labeler@main
with:
repo-token: ${{ secrets.ISSUE_SUBSCRIBER_TOKEN }}
configuration-path: .github/new-issues-labeler.yml
include-title: 1
include-body: 0
sync-labels: 0
enable-versioned-regex: 0