You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For multi-line macros, the SourceLocation of symbols generated by the macro expansion in the clang AST is the first line of the macro. But __LINE__ is expanding to the line number of the last line of it.