diff options
-rw-r--r-- | clang/docs/analyzer/checkers.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/analyzer/checkers.rst b/clang/docs/analyzer/checkers.rst index 7c5008195bf..b13d4d04d4d 100644 --- a/clang/docs/analyzer/checkers.rst +++ b/clang/docs/analyzer/checkers.rst @@ -340,7 +340,7 @@ optin Checkers for portability, performance or coding style specific rules. optin.cplusplus.UninitializedObject (C++) -""""""""""""""""""""""""""""""""""" +""""""""""""""""""""""""""""""""""""""""" This checker reports uninitialized fields in objects created after a constructor call. It doesn't only find direct uninitialized fields, but rather makes a deep |