aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
diff options
context:
space:
mode:
authorGabriel Ravier <gabravier@gmail.com>2022-08-01 15:31:59 +0200
committerKadir Cetinkaya <kadircet@google.com>2022-08-01 15:32:25 +0200
commit0ed2bd9311fd54f0b414549b96a2cd4036ef0945 (patch)
treef5e84748ea03cc32b230faebb828dbfb79d7cdb1 /clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
parentac3cb4ecd0c6ed03c135945d27bbe197d80cba4e (diff)
downloadllvm-0ed2bd9311fd54f0b414549b96a2cd4036ef0945.zip
llvm-0ed2bd9311fd54f0b414549b96a2cd4036ef0945.tar.gz
llvm-0ed2bd9311fd54f0b414549b96a2cd4036ef0945.tar.bz2
[clang-tools-extra] 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). Reviewed By: kadircet Differential Revision: https://reviews.llvm.org/D130826
Diffstat (limited to 'clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp')
0 files changed, 0 insertions, 0 deletions