diff options
| author | vanhauser-thc <vh@thc.org> | 2023-11-06 10:13:59 +0100 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2023-11-06 10:13:59 +0100 |
| commit | f3d2127fd815bed2ec9dfab981123898d11cea65 (patch) | |
| tree | b94d78a392120a198c1b40fdcaf884bda74470ec /instrumentation/cmplog-instructions-pass.cc | |
| parent | 053334f35d0e8d6eace444781d52504585c69f76 (diff) | |
| download | afl++-f3d2127fd815bed2ec9dfab981123898d11cea65.tar.gz | |
clang-format 16->17
Diffstat (limited to 'instrumentation/cmplog-instructions-pass.cc')
| -rw-r--r-- | instrumentation/cmplog-instructions-pass.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/cmplog-instructions-pass.cc b/instrumentation/cmplog-instructions-pass.cc index bca1f927..9cd1dc59 100644 --- a/instrumentation/cmplog-instructions-pass.cc +++ b/instrumentation/cmplog-instructions-pass.cc @@ -90,7 +90,7 @@ class CmpLogInstructions : public ModulePass { #if LLVM_MAJOR >= 11 /* use new pass manager */ PreservedAnalyses run(Module &M, ModuleAnalysisManager &MAM); #else - bool runOnModule(Module &M) override; + bool runOnModule(Module &M) override; #if LLVM_VERSION_MAJOR >= 4 StringRef getPassName() const override { |
