aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Testing
AgeCommit message (Expand)AuthorFilesLines
2022-04-29[include-cleaner] Include-cleaner library structure, and simplistic AST walking.Sam McCall1-0/+4
2022-04-22[fixup] Handle enum constant `Lang_OBJC` introduced in 4604db94.Volodymyr Sapsai1-0/+3
2022-04-22[ASTStructuralEquivalence] Add support for comparing ObjCCategoryDecl.Volodymyr Sapsai1-0/+6
2022-04-22[Testing] Fix the shared build. NFC.Michael Liao1-0/+3
2022-04-21[Testing] Fix standalone builds after a7691dee2d3c0ea3f9f4d1Sam McCall1-0/+3
2022-04-21[Testing] fix shared lib build after a7691dee2d3c0ea3f9f4d1Sam McCall1-2/+6
2022-04-21[Testing] TestAST, a helper for writing straight-line AST testsSam McCall3-4/+200
2022-04-20[Testing] Drop clangTesting from clang's public library interfaceSam McCall1-1/+8
2020-06-05Fix MSVC "not all control paths return a value" warning. NFC.Simon Pilgrim1-0/+1
2020-06-04Use libClangTesting in the unittest for AST matchersDmitri Gribenko1-0/+21
2020-06-02Renamed Lang_C to Lang_C99, Lang_CXX to Lang_CXX03, and 2a to 20Dmitri Gribenko1-7/+7
2020-05-29Move unittest helpers to a shared locationDmitri Gribenko2-0/+55