This patch fixes an error made by rL247466.
It mistakenly wrote "-d" check in if statement for file names.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
After applying rL247466, I got the following error which was not shown before.
scan-build: error: Cannot find an executable 'clang' relative to scan-build. Consider using --use-analyzer to pick a version of 'clang' to use for static analysis.
Please have a look at it.