summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-03-28 23:06:54 +0800
committerruki <[email protected]>2023-03-28 23:06:54 +0800
commitfed773973c78ba6921e8fa0f3aad9df53faeebf3 (patch)
treeb97357c414eaf7514559e92ac3a676e74d8a34a3
parent01b57309770a2a32db635841bfe666c51c9337a4 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0da089c23..2ddcb596c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
* [#3518](https://github.com/xmake-io/xmake/issues/3518): Profile compile and link performance
* [#3522](https://github.com/xmake-io/xmake/issues/3522): Add has_cflags, has_xxx for target
+* [#3537](https://github.com/xmake-io/xmake/issues/3527): Add --fix for clang.tidy checker
### Changes
@@ -1556,6 +1557,7 @@
* [#3518](https://github.com/xmake-io/xmake/issues/3518): 分析编译和链接性能
* [#3522](https://github.com/xmake-io/xmake/issues/3522): 为 target 添加 has_cflags, has_xxx 等辅助接口
+* [#3537](https://github.com/xmake-io/xmake/issues/3527): 为 clang.tidy 检测器添加 `--fix` 自动修复
### 改进