zsofiaschell

Results 3 comments of zsofiaschell

The problem only occurs, when clicking in a for cycle. If clicking on the same parameter somewhere else, it works perfectly. A C++11 Range-Based For-Loop is represented by CXXForRangeStmt.

Tried to reproduce the issue on a smaller project. I will attach the example code and the ast. [example.txt](https://github.com/Ericsson/CodeCompass/files/9998398/example.txt) [ast.txt](https://github.com/Ericsson/CodeCompass/files/9998399/ast.txt)

Hi! Created another example without using std and the iostream include (see in the attachments). I found in clang's AstVisitor functions named TraverseForStmt and TraverseCXXForRangeStmt: - bool TraverseForStmt(clang::ForStmt *forStmt) -...