llvm-project/clang/unittests/Tooling
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
..
RecursiveASTVisitorTests [PS5] Add PS5OSTargetInfo class, update affected tests 2022-06-01 13:30:29 -07:00
Syntax [syntax] Introduce a TokenManager interface. 2022-07-15 10:30:37 +02:00
ASTSelectionTest.cpp
CMakeLists.txt [Testing] TestAST, a helper for writing straight-line AST tests 2022-04-21 21:46:45 +02:00
CastExprTest.cpp Ignore FullExpr when traversing cast sub-expressions 2022-03-21 15:05:53 -04:00
CommentHandlerTest.cpp
CompilationDatabaseTest.cpp compile commands header to source heuristic lower-cases filenames before inferring file types 2022-04-25 20:40:56 +02:00
DependencyScannerTest.cpp [unittests/Tooling/DependencyScannerTest] Add a target triple for `ScanDepsWithFS` test 2022-07-18 16:55:07 -07:00
DiagnosticsYamlTest.cpp Remark was added to clang tooling Diagnostic 2021-05-24 11:21:44 -04:00
ExecutionTest.cpp
FixItTest.cpp [Testing] TestAST, a helper for writing straight-line AST tests 2022-04-21 21:46:45 +02:00
HeaderIncludesTest.cpp [clangd] Crash in __memcmp_avx2_movbe 2022-02-10 09:40:44 -08:00
LexicallyOrderedRecursiveASTVisitorTest.cpp
LookupTest.cpp [clang] Adjust LookupTest for UsingTypeLocs 2022-03-07 16:22:03 +01:00
QualTypeNamesTest.cpp Preserve qualifiers when getting fully qualified type 2022-07-29 19:42:54 -07:00
RangeSelectorTest.cpp Widen `name` stencil to support `TypeLoc` nodes. 2021-05-13 23:23:12 +01:00
RecursiveASTVisitorTestDeclVisitor.cpp
RecursiveASTVisitorTestPostOrderVisitor.cpp [ADT] Remove APInt/APSInt toString() std::string variants 2021-06-11 13:19:15 +01:00
RecursiveASTVisitorTestTypeLocVisitor.cpp [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
RefactoringActionRulesTest.cpp
RefactoringCallbacksTest.cpp Remove references to the ast_type_traits namespace 2020-12-11 00:58:46 +01:00
RefactoringTest.cpp [clang] Don't use Optional::hasValue (NFC) 2022-06-25 22:26:24 -07:00
ReplacementTest.h
ReplacementsYamlTest.cpp [yaml][clang-tidy] Fix multiline YAML serialization 2020-07-09 02:41:58 -07:00
RewriterTest.cpp
RewriterTestContext.h Tooling: Migrate some tests to FileEntryRef, NFC 2020-12-10 18:05:03 -08:00
SourceCodeBuildersTest.cpp [libTooling] Adds more support for constructing object access expressions. 2022-01-25 19:43:36 +00:00
SourceCodeTest.cpp Fixed a number of typos 2022-08-01 13:13:18 -04:00
StandardLibraryTest.cpp [Testing] TestAST, a helper for writing straight-line AST tests 2022-04-21 21:46:45 +02:00
StencilTest.cpp [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
TestVisitor.h
ToolingTest.cpp Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
TransformerTest.cpp Use llvm::sort instead of std::sort where possible 2022-07-23 15:19:05 +02:00