Skip to content

Commit 1042ac6

Browse files
spaitssteakhal
authored andcommitted
Add extra line break for checker definiton
Co-authored-by: Balazs Benics <[email protected]>
1 parent caf7781 commit 1042ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/StaticAnalyzer/Checkers/Checkers.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def C11LockChecker : Checker<"C11Lock">,
320320

321321
def StdVariantChecker : Checker<"StdVariant">,
322322
HelpText<"Check for bad type access for std::variant.">,
323-
Documentation<NotDocumented>;
323+
Documentation<Documented>;
324324

325325
} // end "alpha.core"
326326

0 commit comments

Comments
 (0)