diff --git a/clang/docs/analyzer/checkers.rst b/clang/docs/analyzer/checkers.rst --- a/clang/docs/analyzer/checkers.rst +++ b/clang/docs/analyzer/checkers.rst @@ -1476,6 +1476,9 @@ return y; } +alpha.core +^^^^^^^^^^ + .. _alpha-core-BoolAssignment: alpha.core.BoolAssignment (ObjC) @@ -1488,9 +1491,6 @@ BOOL b = -1; // warn } -alpha.core -^^^^^^^^^^ - .. _alpha-core-C11Lock: alpha.core.C11Lock