]> granicus.if.org Git - clang/commit
[analyzer] Do not duplicate call graph nodes for functions that have definition and...
authorAleksei Sidorin <a.sidorin@samsung.com>
Mon, 20 Feb 2017 09:16:48 +0000 (09:16 +0000)
committerAleksei Sidorin <a.sidorin@samsung.com>
Mon, 20 Feb 2017 09:16:48 +0000 (09:16 +0000)
commitae778dec7a29cce7246ad39a02e4e3e3ef7f6226
treeeac9af3cfc9796c20e1ca7bd5f136835988b1e13
parent571d97eea4942e726ee93c7dc2f0aea64809d8bd
[analyzer] Do not duplicate call graph nodes for functions that have definition and forward declaration

Patch by Ivan Sidorenko!

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@295644 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/CallGraph.h
test/Analysis/debug-CallGraph.c