Details
Details
- Reviewers
akyrtzi
Diff Detail
Diff Detail
Event Timeline
lib/Index/IndexDecl.cpp | ||
---|---|---|
157 | getLocWithOffset(1) is not a good idea, due to macros (the location may be from a macro) and any kind of whitespace: C::~/*yes I can put comment here*/C() {} I suggest to keep track of the location of the typename in CXXDestructorDecl node. |
getLocWithOffset(1) is not a good idea, due to macros (the location may be from a macro) and any kind of whitespace:
C::~/*yes I can put comment here*/C() {}
I suggest to keep track of the location of the typename in CXXDestructorDecl node.