[PATCH] D12631: Avoid repeated replacements on loop-convert check.

Manuel Klimek via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 5 01:05:14 PDT 2015


klimek added a comment.

Note that I think we should add a regression test that will work with the spelling loc but not with the expansion loc.
Something like:
#define A \

  <loop1> \
  <loop2>

A


http://reviews.llvm.org/D12631





More information about the cfe-commits mailing list