summaryrefslogtreecommitdiff
path: root/clang/lib/Testing
AgeCommit message (Expand)Author
2025-10-06[NFC][clang] Prefer triple overload of lookupTarget (#162185)Aiden Grossman
2025-10-02[clang] NFCI: Clean up `CompilerInstance::create{File,Source}Manager()` (#160...Jan Svoboda
2025-09-16[clang] Initialize the file system explicitly (#158381)Jan Svoboda
2025-05-22Reapply "[clang] Remove intrusive reference count from `DiagnosticOptions` (#...Jan Svoboda
2025-05-22Revert "[clang] Remove intrusive reference count from `DiagnosticOptions` (#1...Kazu Hirata
2025-05-22[clang] Remove intrusive reference count from `DiagnosticOptions` (#139584)Jan Svoboda
2025-05-21[clang] Avoid creating temporary instances of std::string (NFC) (#140988)Kazu Hirata
2025-05-01[clang][frontend] Require invocation to construct `CompilerInstance` (#137668)Jan Svoboda
2025-03-06[clang][test] Fix shared build after Module Triple change. NFCMichael Liao
2024-11-21Reapply "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"Kadir Cetinkaya
2024-11-21Revert "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"Sylvestre Ledru
2024-11-21[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)kadir çetinkaya
2024-09-27[clang][test] add TestLanguage.def to specify all tested language versions (#...Julian Schmidt
2024-06-14[include-cleaner] Pass WorkingDir to suggestPathToFileForDiagnostics (#95114)kadir çetinkaya
2024-03-08[clang][ASTMatcher] Add matchers for isExplicitObjectMemberFunction() (#84446)Balazs Benics
2023-03-23[IncludeCleaner][clangd] Mark umbrella headers as users of privateKadir Cetinkaya
2023-03-17[clang][test] Fix -DBUILD_SHARED_LIBS build by adding depency on MC from clan...Alex Bradbury
2023-03-17[clangd] Move standard options adaptor to CommandManglerDmitry Polukhin
2022-10-18[include-cleaner] Add include-cleaner tool, with initial HTML reportSam McCall
2022-04-29[include-cleaner] Include-cleaner library structure, and simplistic AST walking.Sam McCall
2022-04-22[fixup] Handle enum constant `Lang_OBJC` introduced in 4604db94.Volodymyr Sapsai
2022-04-22[ASTStructuralEquivalence] Add support for comparing ObjCCategoryDecl.Volodymyr Sapsai
2022-04-22[Testing] Fix the shared build. NFC.Michael Liao
2022-04-21[Testing] Fix standalone builds after a7691dee2d3c0ea3f9f4d1Sam McCall
2022-04-21[Testing] fix shared lib build after a7691dee2d3c0ea3f9f4d1Sam McCall
2022-04-21[Testing] TestAST, a helper for writing straight-line AST testsSam McCall
2022-04-20[Testing] Drop clangTesting from clang's public library interfaceSam McCall
2020-06-05Fix MSVC "not all control paths return a value" warning. NFC.Simon Pilgrim
2020-06-04Use libClangTesting in the unittest for AST matchersDmitri Gribenko
2020-06-02Renamed Lang_C to Lang_C99, Lang_CXX to Lang_CXX03, and 2a to 20Dmitri Gribenko
2020-05-29Move unittest helpers to a shared locationDmitri Gribenko