diff options
author | Nico Weber <nicolasweber@gmx.de> | 2019-05-03 18:54:18 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2019-05-03 18:54:18 +0000 |
commit | 83c95b1ec80df675d40b302fbd21e3c9da83f086 (patch) | |
tree | 43d76b35eb1192ebd4a934e5687f04f1dce2bafd | |
parent | 5d3b100750469a939073a02ec196d47b6f562bd7 (diff) | |
download | bcm5719-llvm-83c95b1ec80df675d40b302fbd21e3c9da83f086.tar.gz bcm5719-llvm-83c95b1ec80df675d40b302fbd21e3c9da83f086.zip |
Attempt to fix the clang-sphinx-docs bot after r358797
llvm-svn: 359916
-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 |