Before the fix, if clang-move decides to move the following macro statement, it only moves the first line DEFINE(A,.
DEFINE(A, B); ``
Differential D43174
[clang-move] Fix the incorrect expansion end location. hokein on Feb 12 2018, 1:44 AM. Authored by
Details Before the fix, if clang-move decides to move the following macro statement, it only moves the first line DEFINE(A,. DEFINE(A, B); ``
Diff Detail
Event TimelineComment Actions The fix is quite subtle and not obvious to tell from the test. Could you elaborate on the issue this fixes in the patch description? Thanks! |