llvm-project/clang/docs/analyzer
Gabriel Ravier 5674a3c880 Fixed a number of typos
I went over the output of the following mess of a command:

(ulimit -m 2000000; ulimit -v 2000000; git ls-files -z |
 parallel --xargs -0 cat | aspell list --mode=none --ignore-case |
 grep -E '^[A-Za-z][a-z]*$' | sort | uniq -c | sort -n |
 grep -vE '.{25}' | aspell pipe -W3 | grep : | cut -d' ' -f2 | less)

and proceeded to spend a few days looking at it to find probable typos
and fixed a few hundred of them in all of the llvm project (note, the
ones I found are not anywhere near all of them, but it seems like a
good start).

Differential Revision: https://reviews.llvm.org/D130827
2022-08-01 13:13:18 -04:00
..
checkers
developer-docs [analyzer] Add new function `clang_analyzer_value` to ExprInspectionChecker 2022-07-15 20:07:04 +03:00
user-docs Fixed a number of typos 2022-08-01 13:13:18 -04:00
checkers.rst [clang][analyzer] Added partial wide character support to CStringChecker 2022-07-25 09:23:14 +02:00
conf.py Bump the trunk major version to 16 2022-07-26 21:34:45 -07:00
developer-docs.rst [NFC] Trim trailing whitespace in *.rst 2021-11-15 09:17:08 +08:00
make.bat
user-docs.rst [analyzer][doc] Add user documenation for taint analysis 2021-11-28 23:36:47 +01:00