llvm-project/clang/test/Analysis/copypaste
Artem Dergachev 5f94b089e9 [analyzer] Fix CloneDetector crash on calling methods of class templates.
If a call expression represents a method call of a class template,
and the method itself isn't templated, then the method may be considered
to be a template instantiation without template specialization arguments.

No longer crash when we could not find template specialization arguments.

Patch by Raphael Isemann!

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

llvm-svn: 279529
2016-08-23 16:42:00 +00:00
..
asm.cpp [analyzer] Hotfix for buildbot failure due to unspecified triple in r277449 2016-08-02 15:16:06 +00:00
attributes.cpp
blocks.cpp
call.cpp [analyzer] Fix CloneDetector crash on calling methods of class templates. 2016-08-23 16:42:00 +00:00
catch.cpp
delete.cpp
dependent-exist.cpp
expr-types.cpp
fold.cpp
function-try-block.cpp
functions.cpp [analyzer] Make CloneDetector recognize different variable patterns. 2016-08-04 19:37:00 +00:00
generic.c
labels.cpp
lambda.cpp
macro-complexity.cpp [analyzer] Make CloneDetector consider macro expansions. 2016-08-20 10:06:59 +00:00
macros.cpp [analyzer] Make CloneDetector consider macro expansions. 2016-08-20 10:06:59 +00:00
objc-methods.m
sub-sequences.cpp
suspicious-clones.cpp [analyzer] Teach CloneDetector to find clones that look like copy-paste errors. 2016-08-18 12:29:41 +00:00