https://bugs.llvm.org/show_bug.cgi?id=42131

Renat Idriso <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Renat Idriso <[email protected]> ---
I found workable example here:

https://bugs.llvm.org/show_bug.cgi?id=42245

the thing I was missing in the plugin code was:

```
extern "C"
const char clang_analyzerAPIVersionString[] =
CLANG_ANALYZER_API_VERSION_STRING;
```

the issue is resolved

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to