Home
last modified time | relevance | path

Searched defs:Tidy (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/unittests/
DConfigCompileTests.cpp186 TEST_F(ConfigCompileTests, Tidy) { in TEST_F() argument
/external/llvm-project/clang-tools-extra/clangd/
DDiagnostics.cpp498 std::vector<Diag> StoreDiags::take(const clang::tidy::ClangTidyContext *Tidy) { in take()