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-routines-pass.cc | |
parent | 053334f35d0e8d6eace444781d52504585c69f76 (diff) | |
download | afl++-f3d2127fd815bed2ec9dfab981123898d11cea65.tar.gz |
clang-format 16->17
Diffstat (limited to 'instrumentation/cmplog-routines-pass.cc')
-rw-r--r-- | instrumentation/cmplog-routines-pass.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/cmplog-routines-pass.cc b/instrumentation/cmplog-routines-pass.cc index c3fbed8d..54e9ddf3 100644 --- a/instrumentation/cmplog-routines-pass.cc +++ b/instrumentation/cmplog-routines-pass.cc @@ -85,7 +85,7 @@ class CmpLogRoutines : public ModulePass { #if LLVM_VERSION_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 { |