diff options
author | Jordan Rose <jordan_rose@apple.com> | 2012-07-10 23:13:01 +0000 |
---|---|---|
committer | Jordan Rose <jordan_rose@apple.com> | 2012-07-10 23:13:01 +0000 |
commit | 6cd16c5152afcf00b3097d1326301e84dae55c33 (patch) | |
tree | d2e3ec59e3f8f3d10f996142fe75218bb51b282c /clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp | |
parent | e8cb2fc61696ba9efc5d2591b972f81f6938d45f (diff) | |
download | llvm-6cd16c5152afcf00b3097d1326301e84dae55c33.zip llvm-6cd16c5152afcf00b3097d1326301e84dae55c33.tar.gz llvm-6cd16c5152afcf00b3097d1326301e84dae55c33.tar.bz2 |
[analyzer] Guard against C++ member functions that look like system functions.
C++ method calls and C function calls both appear as CallExprs in the AST.
This was causing crashes for an object that had a 'free' method.
<rdar://problem/11822244>
llvm-svn: 160029
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp')
0 files changed, 0 insertions, 0 deletions