I extended the supported C++ features:
- The this pointer can be tainted (0. argument)
- All std::basic_istream objects are tainted unconditionally (std::cin, std::ifstream, etc.)
- std::getline and some member function of std::string propagates taint
- Extraction operator and copy assignment propagate taint
I know this isn't really relevant, but isn't this redundant with CallDescription?