Skip to content

Commit eeae73f

Browse files
NFC Move the check::BlockEntrance below check::Bind
1 parent 910abb3 commit eeae73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ class CheckerDocumentation
3939
check::ASTDecl<FunctionDecl>,
4040
check::BeginFunction,
4141
check::Bind,
42+
check::BlockEntrance,
4243
check::BranchCondition,
4344
check::ConstPointerEscape,
4445
check::DeadSymbols,
4546
check::EndAnalysis,
4647
check::EndFunction,
4748
check::EndOfTranslationUnit,
48-
check::BlockEntrance,
4949
check::Event<ImplicitNullDerefEvent>,
5050
check::LiveSymbols,
5151
check::Location,

0 commit comments

Comments
 (0)