| Summary: | C++ Libhover not working for member that accepts reference to class containing member | ||
|---|---|---|---|
| Product: | [Tools] Linux Tools | Reporter: | Jeff Johnston <jjohnstn> |
| Component: | Libhover | Assignee: | Jeff Johnston <jjohnstn> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 0.7.0 | ||
| Target Milestone: | 0.8.0 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
Fix has been checked into master repository. |
For a member that accepts a class reference to the class that defines the member, libhover is not making a match. For example: std::string s = new std::string("a"); std::string t("b"); s = s->append(t);