forked from OSchip/llvm-project
There are no overloads of this virtual function, nor are there any callers of it. NFC.
llvm-svn: 215705
This commit is contained in:
parent
b00885898e
commit
5c98a23e80
|
@ -188,9 +188,6 @@ public:
|
|||
/// Called by the analysis when finishing analysis of a function.
|
||||
virtual void leaveFunction(const FunctionDecl *FD) {}
|
||||
|
||||
/// Return the number of errors found within this function so far.
|
||||
virtual int numErrors() { return 0; }
|
||||
|
||||
bool issueBetaWarnings() { return IssueBetaWarnings; }
|
||||
void setIssueBetaWarnings(bool b) { IssueBetaWarnings = b; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue