Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DCheckerRegistry.cpp84 const char *PluginAPIVersion = static_cast<const char *>( in CheckerRegistry() local
87 if (!isCompatibleAPIVersion(PluginAPIVersion)) { in CheckerRegistry()
91 << CLANG_ANALYZER_API_VERSION_STRING << PluginAPIVersion; in CheckerRegistry()