llvm-project/clang/tools/scan-build-py/libscanbuild
Gabor Horvath eb0584bee4 [analyzer] Support for naive cross translation unit analysis
The aim of this patch is to be minimal to enable incremental development of
the feature on the top of the tree. This patch should be an NFC when the
feature is turned off. It is turned off by default and still considered as
experimental.

Technical details are available in the EuroLLVM Talk: 
http://llvm.org/devmtg/2017-03//2017/02/20/accepted-sessions.html#7

Note that the initial prototype was done by A. Sidorin et al.: http://lists.llvm.org/pipermail/cfe-dev/2015-October/045730.html

Contributions to the measurements and the new version of the code: Peter Szecsi, Zoltan Gera, Daniel Krupp, Kareem Khazem.

Differential Revision: https://reviews.llvm.org/D30691

llvm-svn: 326323
2018-02-28 13:23:10 +00:00
..
resources
__init__.py [analyzer] Support for naive cross translation unit analysis 2018-02-28 13:23:10 +00:00
analyze.py [analyzer] Support for naive cross translation unit analysis 2018-02-28 13:23:10 +00:00
arguments.py [analyzer] Support for naive cross translation unit analysis 2018-02-28 13:23:10 +00:00
clang.py [analyzer] Support for naive cross translation unit analysis 2018-02-28 13:23:10 +00:00
compilation.py D17487: [analyzer][scan-build-py] flag filter modification for compilation database creation 2016-04-19 12:03:03 +00:00
intercept.py [scan-build-py] use python tempfile for tempdir 2017-03-20 09:03:24 +00:00
report.py [analyzer] Support for naive cross translation unit analysis 2018-02-28 13:23:10 +00:00
shell.py