We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d1a16 commit b581db7Copy full SHA for b581db7
yk_format_new_files.sh
@@ -3,7 +3,7 @@
3
# Format any new files that we have added in our fork.
4
5
# The LLVM version tag we are forked from.
6
-FORKED_LLVM_VERSION=llvmorg-13.0.0
+FORKED_LLVM_VERSION=`git describe --abbrev=0 --match 'llvmorg-*'`
7
8
git diff --name-only --diff-filter=A ${FORKED_LLVM_VERSION} \
9
`git branch --show-current` | egrep '\.(cpp|h)$' | xargs clang-format -i
0 commit comments