alexmurray / flycheck-clang-analyzer

Integrate Clang Static Analyzer with flycheck for on-the-fly static analysis in Emacs
35 stars 5 forks source link

.plist and .gch files are populating my repo #7

Closed hisnawi closed 7 years ago

hisnawi commented 7 years ago

Hi Alex, I started noticing flycheck files in the source and header directories. For c files they have the extension .plist and for the headers .gch: flycheck_source.plist flycheck_header.gch

I noticed them because they show up before I make commits and I have to go delete them manually before pushing my changes to the main repo.

I also noticed that these files are generated only when flycheck-clang-analyzer is enabled. Is there a way to disable generating these files?

alexmurray commented 7 years ago

Thanks for the bug report, I happened to come across this earlier today and it should already be fixed with 85cf13b04a1c0d36ea62fe12f235c0261132bd1b - make sure you are running version 0.2

alexmurray commented 7 years ago

Also just added a33752224cb1da13b35d0d60b2017fe73d167781 which avoids trying to run the analyzer on header files - which should stop the .gch files being created. This will be version 0.3 and should be in MELPA on the next rebuild.

hisnawi commented 7 years ago

Thanks for letting me know. Great work.

alexmurray commented 7 years ago

No worries - you're welcome.