Fix an incorrect range for the functions whose returned value is a macro
(e.g. bool). This incorrect range can lead to modifications of an unexpected
file where the macro is in.
We should use expansion location instead of spelling location.
Differential D26609
[clang-move] Fix an incorrect range for the functions whose returned value is a macro hokein on Nov 14 2016, 6:38 AM. Authored by
Details
Fix an incorrect range for the functions whose returned value is a macro We should use expansion location instead of spelling location.
Diff Detail
Event TimelineComment Actions Lg. Nice! Now I realize what I really meant was "ExpansionLoc" when I said "SpellingLoc" :P |