Skip to content

Commit f15c404

Browse files
committed
run clang-format
1 parent 8b9c859 commit f15c404

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

lib/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/IDEGeneralizedLCA/IDEGeneralizedLCA.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* Fabian Schiebel and others
88
*****************************************************************************/
99

10+
#include "phasar/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/IDEGeneralizedLCA/IDEGeneralizedLCA.h"
1011
#include "phasar/DB/ProjectIRDB.h"
1112
#include "phasar/PhasarLLVM/ControlFlow/LLVMBasedICFG.h"
1213
#include "phasar/PhasarLLVM/DataFlowSolver/IfdsIde/EdgeFunctions.h"
@@ -16,7 +17,6 @@
1617
#include "phasar/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/IDEGeneralizedLCA/ConstantHelper.h"
1718
#include "phasar/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/IDEGeneralizedLCA/EdgeValueSet.h"
1819
#include "phasar/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/IDEGeneralizedLCA/GenConstant.h"
19-
#include "phasar/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/IDEGeneralizedLCA/IDEGeneralizedLCA.h"
2020
#include "phasar/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/IDEGeneralizedLCA/MapFactsToCalleeFlowFunction.h"
2121
#include "phasar/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/IDEGeneralizedLCA/MapFactsToCallerFlowFunction.h"
2222
#include "phasar/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/IDEGeneralizedLCA/TypecastEdgeFunction.h"

lib/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/IDETypeStateAnalysis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
* Philipp Schubert and others
88
*****************************************************************************/
99

10+
#include "phasar/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/IDETypeStateAnalysis.h"
1011
#include "phasar/DB/ProjectIRDB.h"
1112
#include "phasar/PhasarLLVM/ControlFlow/LLVMBasedICFG.h"
1213
#include "phasar/PhasarLLVM/DataFlowSolver/IfdsIde/EdgeFunctionComposer.h"
1314
#include "phasar/PhasarLLVM/DataFlowSolver/IfdsIde/EdgeFunctions.h"
1415
#include "phasar/PhasarLLVM/DataFlowSolver/IfdsIde/FlowFunctions.h"
1516
#include "phasar/PhasarLLVM/DataFlowSolver/IfdsIde/LLVMFlowFunctions.h"
1617
#include "phasar/PhasarLLVM/DataFlowSolver/IfdsIde/LLVMZeroValue.h"
17-
#include "phasar/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/IDETypeStateAnalysis.h"
1818
#include "phasar/PhasarLLVM/Pointer/LLVMPointsToInfo.h"
1919
#include "phasar/PhasarLLVM/TypeHierarchy/LLVMTypeHierarchy.h"
2020
#include "phasar/Utils/LLVMIRToSrc.h"

unittests/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/IDEInstInteractionAnalysisTest.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,8 @@ class IDEInstInteractionAnalysisTest : public ::testing::Test {
133133
PHASAR_LOG_LEVEL(DFADEBUG, "Variable '"
134134
<< std::get<2>(Truth) << "' missing at '"
135135
<< llvmIRToShortString(Line) << "'.");
136-
llvm::outs()<< "Variable '"
137-
<< std::get<2>(Truth) << "' missing at '"
138-
<< llvmIRToShortString(Line) << "'.";
136+
llvm::outs() << "Variable '" << std::get<2>(Truth) << "' missing at '"
137+
<< llvmIRToShortString(Line) << "'.";
139138
}
140139
EXPECT_TRUE(FactFound);
141140
}

0 commit comments

Comments
 (0)