mirror of
https://github.com/google/googletest.git
synced 2024-12-30 21:23:01 +08:00
d0930731d6
Fix gmock_gen to use MOCK_METHOD instead of old style macros. Fix several related bugs in argument parsing and return types. - handle commas more correctly in return types - handle commas correctly in arguments - handle default values more correctly PiperOrigin-RevId: 294435093