Allow a way to give an output folder to -enable-clang-static-analyzer · Issue #537 · oclint/oclint · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OCLint (http://oclint.org/):
OCLint version 0.13.
Built Sep 18 2017 (08:58:40).
oclint installed via homebrew
Reproduction Steps
oclint -enable-clang-static-analyzer /path/to/file.c will save a plist named file.plist in the current directory. This can be partially avoided by using cd /tmp; <oclint command above>; cd -, but this is kludgy.
Expected Behavior
Expected behavior is to not create detritus in working directories (or use /tmp or similar for such purposes).
Actual Behavior
plist file is saved in a working directory
The text was updated successfully, but these errors were encountered:
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by adding a comment.
Issue Summary
Reopening #330 as it is still a problem
Environment
bash-5.0$ oclint --version
LLVM (http://llvm.org/):
LLVM version 5.0.0svn-r313528
Optimized build.
Default target: x86_64-apple-darwin18.5.0
Host CPU: haswell
OCLint (http://oclint.org/):
OCLint version 0.13.
Built Sep 18 2017 (08:58:40).
oclint installed via homebrew
Reproduction Steps
oclint -enable-clang-static-analyzer /path/to/file.c
will save a plist namedfile.plist
in the current directory. This can be partially avoided by usingcd /tmp; <oclint command above>; cd -
, but this is kludgy.Expected Behavior
Expected behavior is to not create detritus in working directories (or use /tmp or similar for such purposes).
Actual Behavior
plist file is saved in a working directory
The text was updated successfully, but these errors were encountered: