Tagged Questions
3
votes
5answers
647 views
Using git to find first introduction of token on a specific line of a file
Let's say I have a file A.cpp, and I notice an error on line 15 of the file. Let's say the error is a "const" on a function that returns a pointer to a member variable, meaning using const on the ...