Skip to content

Commit cc9ff47

Browse files
authored
[tool] Add note about clang version used in CI to tool readme (flutter#7273)
This repo uses clang 15 to format files. Newer versions of clang format code differently. This PR adds a note to the tool README about this and adds sample instructions for how to install clang 15 on macOS. We might want to add instructions for other platforms. Fixes flutter#152651 Additional context - flutter/packages#7267 - flutter/packages#7271
1 parent 3ad6fb8 commit cc9ff47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script/tool/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ anywhere within a package).
4747
dart run script/tool/bin/flutter_plugin_tools.dart format --packages package_name
4848
```
4949

50+
The `flutter/packages` repository uses clang version `15.0.0` . Newer versions of clang may format code differently.
51+
5052
### Run the Dart Static Analyzer
5153

5254
```sh

0 commit comments

Comments
 (0)