Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/unittests/clang-tidy/
H A DLLVMModuleTest.cpp52 struct WithEndifComment : public LLVMHeaderGuardCheck { struct
53 WithEndifComment(StringRef Name, ClangTidyContext *Context) in WithEndifComment() argument
55 bool shouldSuggestEndifComment(StringRef Filename) override { return true; } in shouldSuggestEndifComment()