Currently translateSourceRange changes the end location in case of
a macro. When getting the source location for a macro invocation
it therefore returns the beginning of the macro definition with
the end of the macro invocation (with everything inbetween). This
change makes it return only the location of the macro invocation.
Details
Details
- Reviewers
klimek cor3ntin aaron.ballman vedgy
Diff Detail
Diff Detail