Skip to content
Commit 98a24e37 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Begin reworking static analyzer support for C++ method calls. The current logic was divorced

from how we process ordinary function calls, had a tremendous about of redundancy, and relied
strictly on inlining behavior (which was incomplete) to provide semantics instead of falling
back to the conservative analysis we use for C functions.  This is a significant step into
making C++ analyzer support more useful.

llvm-svn: 128557
parent f0901227
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment