Skip to content

Commit bdc2771

Browse files
[StaticAnalyzer] Remove unused declaration handleLVectorSplat
The corresponding function definition was removed by: commit 55662b2 Author: Balazs Benics <[email protected]> Date: Thu Jul 1 10:54:28 2021 +0200
1 parent 156aafd commit bdc2771

File tree

1 file changed

+0
-6
lines changed
  • clang/include/clang/StaticAnalyzer/Core/PathSensitive

1 file changed

+0
-6
lines changed

clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -607,12 +607,6 @@ class ExprEngine {
607607
StmtNodeBuilder &Bldr,
608608
ExplodedNode *Pred);
609609

610-
ProgramStateRef handleLVectorSplat(ProgramStateRef state,
611-
const LocationContext *LCtx,
612-
const CastExpr *CastE,
613-
StmtNodeBuilder &Bldr,
614-
ExplodedNode *Pred);
615-
616610
void handleUOExtension(ExplodedNodeSet::iterator I,
617611
const UnaryOperator* U,
618612
StmtNodeBuilder &Bldr);

0 commit comments

Comments
 (0)