We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156aafd commit bdc2771Copy full SHA for bdc2771
clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
@@ -607,12 +607,6 @@ class ExprEngine {
607
StmtNodeBuilder &Bldr,
608
ExplodedNode *Pred);
609
610
- ProgramStateRef handleLVectorSplat(ProgramStateRef state,
611
- const LocationContext *LCtx,
612
- const CastExpr *CastE,
613
- StmtNodeBuilder &Bldr,
614
- ExplodedNode *Pred);
615
-
616
void handleUOExtension(ExplodedNodeSet::iterator I,
617
const UnaryOperator* U,
618
StmtNodeBuilder &Bldr);
0 commit comments