llvm-project/clang-tools-extra/clang-modernize
Edwin Vane e228d10709 clang-modernize: Reset LoopConvert's TU tracking info per TU
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.

Fixes PR17253.

Differential Revision: http://llvm-reviews.chandlerc.com/D175

llvm-svn: 191448
2013-09-26 19:10:04 +00:00
..
AddOverride Update the header guards for clang-modernize. 2013-09-04 19:13:50 +00:00
Core Transform files in a compilation database if no sources are provided. 2013-09-12 20:10:59 +00:00
LoopConvert clang-modernize: Reset LoopConvert's TU tracking info per TU 2013-09-26 19:10:04 +00:00
PassByValue clang-modernize: Fix bugs in Pass-By-Value transform 2013-09-06 22:28:53 +00:00
ReplaceAutoPtr Update the header guards for clang-modernize. 2013-09-04 19:13:50 +00:00
UseAuto Update the header guards for clang-modernize. 2013-09-04 19:13:50 +00:00
UseNullptr Update the header guards for clang-modernize. 2013-09-04 19:13:50 +00:00
tool Clean up timing command line option. 2013-09-24 15:41:30 +00:00
CMakeLists.txt Rename cpp11-migrate to clang-modernize. 2013-09-04 17:35:07 +00:00
Makefile Rename cpp11-migrate to clang-modernize. 2013-09-04 17:35:07 +00:00