[PATCH] D12827: [analyzer] fix an error finding clang path
    Honggyu Kim via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Sat Sep 12 02:11:26 PDT 2015
    
    
  
honggyu.kim added a comment.
After applying http://reviews.llvm.org/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.
http://reviews.llvm.org/D12827
    
    
More information about the cfe-commits
mailing list