Skip to content

Commit bf0bcb5

Browse files
[Analyzer] Remove undefined function
This getLValue function was declared in 98db1f9 ([Analyzer] [NFC] Parameter Regions, 2020-05-11) but was never implemented. Reviewed By: NoQ Differential Revision: https://reviews.llvm.org/D124461
1 parent 051deb2 commit bf0bcb5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,10 +306,6 @@ class ProgramState : public llvm::FoldingSetNode {
306306
Loc getLValue(const CXXRecordDecl *BaseClass, const SubRegion *Super,
307307
bool IsVirtual) const;
308308

309-
/// Get the lvalue for a parameter.
310-
Loc getLValue(const Expr *Call, unsigned Index,
311-
const LocationContext *LC) const;
312-
313309
/// Get the lvalue for a variable reference.
314310
Loc getLValue(const VarDecl *D, const LocationContext *LC) const;
315311

0 commit comments

Comments
 (0)