Skip to content
Snippets Groups Projects
Commit d23589fc authored by Aaron Ballman's avatar Aaron Ballman
Browse files

There are no overloads of this virtual function, nor are there any callers of it. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215705 91177308-0d34-0410-b5e6-96231b3b80d8
parent 547f9d89
No related branches found
No related tags found
No related merge requests found
...@@ -188,9 +188,6 @@ public: ...@@ -188,9 +188,6 @@ public:
/// Called by the analysis when finishing analysis of a function. /// Called by the analysis when finishing analysis of a function.
virtual void leaveFunction(const FunctionDecl *FD) {} 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; } bool issueBetaWarnings() { return IssueBetaWarnings; }
void setIssueBetaWarnings(bool b) { IssueBetaWarnings = b; } void setIssueBetaWarnings(bool b) { IssueBetaWarnings = b; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment