CLion 2019.3 syntax highlighting fails to resolve base-class member functions

In this case metCriteria() is defined in the base class (ACMGTriggeredRule) and not the derived class (ACMGClinicalEvidence). This code is 100% fine, compiles correctly with multiple compilers, and was not a problem in 2019.2.

There should be no issue calling a const method from within a non-const method of a derived class.

 

cmd+B (goto declaration) resolves the call correctly.

0

Everything was resolved by using "Tools / CMake / Reset cache and reload project". Maybe next time they'll add that to the upgrade script!

0

请先登录再写评论。