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 4ea6ebc commit a116e4fCopy full SHA for a116e4f
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Run clang-format style check for C/C++/Protobuf programs.
47
uses: jidicula/clang-format-action@6cd220de46c89139a0365edae93eee8eb30ca8fe # v4.16.0
48
with:
49
- clang-format-version: '13'
+ clang-format-version: '19'
50
check-path: ${{ matrix.path }}
51
fallback-style: 'Mozilla' # optional
52
src/arkreactor/Compiler/Welder.cpp
@@ -28,7 +28,7 @@ namespace Ark
28
m_lowerer(debug),
29
m_ir_optimizer(debug),
30
m_ir_compiler(debug)
31
- { }
+ {}
32
33
void Welder::registerSymbol(const std::string& name)
34
{
0 commit comments