]> granicus.if.org Git - clang/commit
[analyzer] Don't skip analyzing the functions in preprocessed files.
authorAnna Zaks <ganna@apple.com>
Thu, 5 Feb 2015 01:02:47 +0000 (01:02 +0000)
committerAnna Zaks <ganna@apple.com>
Thu, 5 Feb 2015 01:02:47 +0000 (01:02 +0000)
commit4e4995f17f2308fbca71c557e2def84b6315399e
tree9792632965816d33d33a2dea0df493c0b3fa02ad
parent9b7c280adaf02f7b4919a73b6d86ce084884a385
[analyzer] Don't skip analyzing the functions in preprocessed files.

The change in main file detection ended up disabling the path-sensitive
analysis of functions within preprocessed files.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@228246 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp