Home
last modified time | relevance | path

Searched refs:PluginAPIVersion (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp81 const char *PluginAPIVersion = static_cast<const char *>( in CheckerRegistry() local
84 if (!isCompatibleAPIVersion(PluginAPIVersion)) { in CheckerRegistry()
88 << CLANG_ANALYZER_API_VERSION_STRING << PluginAPIVersion; in CheckerRegistry()