summaryrefslogtreecommitdiffstats
path: root/testing/generate_gmock_mutant.py
Commit message (Collapse)AuthorAgeFilesLines
* Functor for functions with STDCALL calling conventions. Allows invoking ↵stoyan@chromium.org2009-11-201-4/+12
| | | | | | | | Windows API. Review URL: http://codereview.chromium.org/402086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32613 0039d316-1c4b-4281-b951-d872f2087c98
* Late object binding for stdcall.stoyan@chromium.org2009-11-161-1/+8
| | | | | | | TBR=amit Review URL: http://codereview.chromium.org/395023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32100 0039d316-1c4b-4281-b951-d872f2087c98
* Add python script that generates gmock_mutant.hstoyan@chromium.org2009-11-121-0/+437
Resolve ambiguity - error C2782 in VisualC or "no matching function to call" in gcc - when attempt to create functor for base class member function. Support for free (non class members) functions. BUG=none TEST=none Review URL: http://codereview.chromium.org/371046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31848 0039d316-1c4b-4281-b951-d872f2087c98