mirror of
https://github.com/google/googletest.git
synced 2024-12-30 21:23:01 +08:00
95a9bdd9f9
Use an OrderedDict to store templated_types in the AST so that gmock knows how to properly construct the templated Mock class. This is necessary for functions that make use of the templated typename as an argument or return type. PiperOrigin-RevId: 349405731