[PATCH] clang-modernize: Reset LoopConvert's TU tracking info per TU

Edwin Vane edwin.vane at intel.com
Wed Sep 25 14:04:41 PDT 2013


Hi tareqsiraj, arielbernal,

The LoopConvert transform makes use of data structures it builds up over
the course of transforming a TU. Until now, these data structures
weren't being cleared out before the next TU was being processed.

This resolves PR17253.

http://llvm-reviews.chandlerc.com/D1758

Files:
  clang-modernize/LoopConvert/LoopActions.cpp
  clang-modernize/LoopConvert/LoopActions.h
  clang-modernize/LoopConvert/LoopConvert.cpp
  clang-modernize/LoopConvert/LoopConvert.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1758.1.patch
Type: text/x-patch
Size: 10924 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130925/434a4bdd/attachment.bin>


More information about the cfe-commits mailing list