File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
uses : actions/checkout@v2
15
15
16
16
- name : Clang-Format Formatting
17
- uses : jidicula/clang-format-action@v4.8 .0
17
+ uses : jidicula/clang-format-action@v4.14 .0
18
18
with :
19
+ clang-format-version : ' 19'
19
20
check-path : llvm-plugin/cpp
20
21
21
22
- name : Rustfmt Formatting
Original file line number Diff line number Diff line change @@ -69,9 +69,8 @@ auto moduleAnalysisManagerRegisterPass(
69
69
Analysis<ModuleIR>::Entrypoint Entrypoint, llvm::AnalysisKey *Key) -> bool {
70
70
const auto Lock = std::lock_guard{Analysis<ModuleIR>::MutexCurrentKey};
71
71
Analysis<ModuleIR>::CurrentKey = Key;
72
- return AM.registerPass ([&] {
73
- return Analysis<ModuleIR>{Entrypoint, {AnalysisData, Deleter}};
74
- });
72
+ return AM.registerPass (
73
+ [&] { return Analysis<ModuleIR>{Entrypoint, {AnalysisData, Deleter}}; });
75
74
}
76
75
77
76
auto functionAnalysisManagerRegisterPass (
You can’t perform that action at this time.
0 commit comments