Home | History | Annotate | Download | only in bin

Lines Matching refs:CLANG

9 # which utillizes "clang --analyze" for static code analyses.  Script scan-build interposes
15 # CLANG: The clang compiler which run code analyses
18 # modified to prefix/append them in options passed to clang for successful compilation
37 # If LOCAL_CC is not clang and not compiling in c++ mode, turn on -std=gnu89 by default
40 if [ "$LOCAL_CC" = "${LOCAL_CC%clang}" -a "$cxx_mode" != "true" ] ; then
57 if [ "$LOCAL_CC" != "${LOCAL_CC%clang*}" ]; then
58 # Don't look for its own lib/clang/x.y/include when LOCAL_CC is clang
109 export CLANG="`dirname $0`/analyzer"