mprobst abandoned this revision.
mprobst added a comment.
Abandoning this in favour of the "don't break imports at all" change.
http://reviews.llvm.org/D18283
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mail
mprobst created this revision.
mprobst added reviewers: djasper, klimek, cfe-commits.
Herald added a subscriber: klimek.
`import ... from ...; // from //foo:bar` serves as the equivalent if an IWYU
pragma. This change matches `// from //.*` style comments and never allows them
to wrap, just like