llvm-project/clang/tools/scan-build
Jonathan Roelofs 4a205fd038 [scan-build] Add an option to skip overriding CC and CXX make vars
Autoconf and some other systems tend to add essential compilation
options to CC (e.g. -std=gnu99). When running such an auto-generated
makefile, scan-build does not need to change CC and CXX as they are
already set to use ccc-analyzer by a configure script.

Implement a new option --keep-cc as was proposed in this discussion:
http://lists.llvm.org/pipermail/cfe-dev/2013-September/031832.html

Patch by Paul Fertser!

llvm-svn: 323665
2018-01-29 16:49:34 +00:00
..
bin [scan-build] Add an option to skip overriding CC and CXX make vars 2018-01-29 16:49:34 +00:00
libexec [analyzer] Fix -x language argument for C preprocessed sources 2018-01-29 16:37:53 +00:00
man
share/scan-build
CMakeLists.txt Actually install scan-build / ccc-analyzer / c++-analyzer on windows 2017-03-22 21:13:49 +00:00