]> granicus.if.org Git - clang/commit
Make -analyzer-inline-call not a separate analysis. Instead it's a boolean
authorZhongxing Xu <xuzhongxing@gmail.com>
Thu, 6 May 2010 02:59:29 +0000 (02:59 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Thu, 6 May 2010 02:59:29 +0000 (02:59 +0000)
commit7b99d12b4ca67fccdf5090761ba257732e954e75
treefb146497ef8e4e6e9eb79590f986de6edbcfdaa1
parent13c8577201e4fc0ddac5f09d05fd1778832137d1
Make -analyzer-inline-call not a separate analysis. Instead it's a boolean
flag now, and can be used with other analyses. Only turned it on for C++
methods for now.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103160 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Checker/PathSensitive/AnalysisManager.h
include/clang/Driver/CC1Options.td
include/clang/Frontend/AnalysisConsumer.h
lib/Checker/GRCXXExprEngine.cpp
lib/Frontend/AnalysisConsumer.cpp
lib/Frontend/CompilerInvocation.cpp
test/Analysis/method-call.cpp