[clang] bdc2771 - [StaticAnalyzer] Remove unused declaration handleLVectorSplat

Kazu Hirata via cfe-commits cfe-commits at lists.llvm.org
Sat May 27 14:54:16 PDT 2023


Author: Kazu Hirata
Date: 2023-05-27T14:53:54-07:00
New Revision: bdc2771911cb181fe0144800000b4c19d94ff52e

URL: https://github.com/llvm/llvm-project/commit/bdc2771911cb181fe0144800000b4c19d94ff52e
DIFF: https://github.com/llvm/llvm-project/commit/bdc2771911cb181fe0144800000b4c19d94ff52e.diff

LOG: [StaticAnalyzer] Remove unused declaration handleLVectorSplat

The corresponding function definition was removed by:

  commit 55662b24a4755680e4fd34dc22a3dd555fdb1291
  Author: Balazs Benics <balazs.benics at sigmatechnology.se>
  Date:   Thu Jul 1 10:54:28 2021 +0200

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h b/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
index cc3f675071e6..6e1db128e918 100644
--- a/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
+++ b/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
@@ -607,12 +607,6 @@ class ExprEngine {
                                       StmtNodeBuilder &Bldr,
                                       ExplodedNode *Pred);
 
-  ProgramStateRef handleLVectorSplat(ProgramStateRef state,
-                                     const LocationContext *LCtx,
-                                     const CastExpr *CastE,
-                                     StmtNodeBuilder &Bldr,
-                                     ExplodedNode *Pred);
-
   void handleUOExtension(ExplodedNodeSet::iterator I,
                          const UnaryOperator* U,
                          StmtNodeBuilder &Bldr);


        


More information about the cfe-commits mailing list