Sarcasm / flycheck-irony

C, C++ and Objective-C support for Flycheck, using Irony Mode
56 stars 10 forks source link

Does not show warnings #25

Open DmitruMoth opened 3 years ago

DmitruMoth commented 3 years ago

Plugin show some syntax errors, also show error in switch statement, but it doesnt show another kind of warnings, for example possible memory leak, i run clang --analyze main.c and it show me all warnings. How can i resolve it?