llvmbot wrote:
@llvm/pr-subscribers-clang-format
Author: Owen Pan (owenca)
Changes
Fixes #106194
---
Full diff: https://github.com/llvm/llvm-project/pull/129369.diff
2 Files Affected:
- (modified) clang/lib/Format/Format.cpp (+2-1)
- (modified) clang/unittests/Format/SortIncludesTest.
https://github.com/owenca created
https://github.com/llvm/llvm-project/pull/129369
Fixes #106194
>From 38f6c5e4509ba3420aeb69661c764d037bc0 Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Fri, 28 Feb 2025 23:50:04 -0800
Subject: [PATCH] [clang-format] Don't sort includes for C#
Fixes #10619