Skip to content
Snippets Groups Projects
Commit 58897623 authored by Devin Coughlin's avatar Devin Coughlin
Browse files

[analyzer] Add check::BeginFunction to CheckerDocumentation checks. NFC.

This was an oversight from when I added BeginFunction support in r261293.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@276950 91177308-0d34-0410-b5e6-96231b3b80d8
parent d3f9573c
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,7 @@ class CheckerDocumentation : public Checker< check::PreStmt<ReturnStmt>, ...@@ -45,6 +45,7 @@ class CheckerDocumentation : public Checker< check::PreStmt<ReturnStmt>,
check::Location, check::Location,
check::Bind, check::Bind,
check::DeadSymbols, check::DeadSymbols,
check::BeginFunction,
check::EndFunction, check::EndFunction,
check::EndAnalysis, check::EndAnalysis,
check::EndOfTranslationUnit, check::EndOfTranslationUnit,
......
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