[cfe-dev] How does scan-build
    Дилян Палаузов via cfe-dev 
    cfe-dev at lists.llvm.org
       
    Thu Jul 18 02:53:48 PDT 2019
    
    
  
Hello,
how does scan-build exactly parse its parameters?
How does “scan-build make” know, that it should just invoke make and not do anything until a compiler is invoked.
Does “scan-build cc …” parse in fact the source code, or the generated object files and in the former case, is the
compiler invoked or does scan-build just considers the parameters passed to the compiler?
Regards
  Дилян
    
    
More information about the cfe-dev
mailing list