[analyzer] Special path notes for C++ special member functions.
authorJordan Rose <jordan_rose@apple.com>
Fri, 18 Jan 2013 18:27:21 +0000 (18:27 +0000)
committerJordan Rose <jordan_rose@apple.com>
Fri, 18 Jan 2013 18:27:21 +0000 (18:27 +0000)
commit1dc394038363dba10aec20e337f0ae077dce8f60
treecef139cefa675ac09199efe18d0c0d7dfc6440c2
parentfe856d58a37185af32defc8a62a198ccd29949a7
[analyzer] Special path notes for C++ special member functions.

Examples:
  Calling implicit default constructor for Foo
  Calling defaulted move constructor for Foo
  Calling copy constructor for Foo
  Calling implicit destructor for Foo
  Calling defaulted move assignment operator for Foo
  Calling copy assignment operator for Foo

llvm-svn: 172833
clang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp
clang/test/Analysis/inlining/path-notes.cpp