Skip to content

Commit 27bc1f1

Browse files
author
Martin Mory
committed
clang-format
1 parent 6b7e733 commit 27bc1f1

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

include/phasar/PhasarLLVM/DataFlowSolver/IfdsIde/IFDSFieldSensTaintAnalysis/FlowFunctions/MapTaintedValuesToCaller.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ class MapTaintedValuesToCaller : public FlowFunction<ExtendedValue> {
2020
MapTaintedValuesToCaller(const llvm::CallInst *CallInst,
2121
const llvm::ReturnInst *RetInst,
2222
TraceStats &TraceStats, const ExtendedValue &ZV)
23-
: CallInst(CallInst), RetInst(RetInst), TraceStats(TraceStats),
24-
ZV(ZV) {}
23+
: CallInst(CallInst), RetInst(RetInst), TraceStats(TraceStats), ZV(ZV) {}
2524
~MapTaintedValuesToCaller() override = default;
2625

2726
std::set<ExtendedValue> computeTargets(ExtendedValue Fact) override;

include/phasar/PhasarLLVM/DataFlowSolver/IfdsIde/IFDSFieldSensTaintAnalysis/Utils/Log.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
#define LOG_INFO(x) \
1111
do { \
1212
llvm::outs() << "[ENV_TRACE] " << x << "\n"; /*NOLINT*/ \
13-
\
14-
llvm::outs() \
15-
.flush(); \
13+
\
14+
llvm::outs().flush(); \
1615
} while (0)
1716

1817
#ifdef DEBUG_BUILD

0 commit comments

Comments
 (0)