[cfe-dev] Is it possible to get static analyzer fixits via libclang?
Dan Walmsley via cfe-dev
cfe-dev at lists.llvm.org
Wed May 24 13:37:14 PDT 2017
Hi,
Is it possible to get the fixits that clang-tidy can produce, but via libclang?
I tried adding the --analyze option when creating the translation unit, but I don't see any static analyser warnings and only fixit I have seen so far is to add missing semi colon.
Thanks in advance
Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20170524/c62f6278/attachment.html>
More information about the cfe-dev
mailing list