summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/inlining/path-notes.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* [analyzer] Special path notes for C++ special member functions.Jordan Rose2013-01-181-2/+1751
| | | | | | | | | | | | 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
* [analyzer] Do a better job describing C++ member functions in the call stack.Jordan Rose2013-01-181-0/+860
Examples: Calling constructor for 'Foo' Entered call from 'Foo::create' llvm-svn: 172832
OpenPOWER on IntegriCloud