From 169eec3620e9ff89d0e94473235c0b25ce67bf56 Mon Sep 17 00:00:00 2001 From: Edwin Vane Date: Wed, 14 Aug 2013 19:02:28 +0000 Subject: cpp11-migrate: Remove mention of 'headers' from serialization code * HeaderChangeDocument -> MigratorDocument * HeaderFileName -> TargetFile * SourceFileName -> MainSourceFile * Removed TransformID * Comments updated, at least with respect to serialization * Unit tests updated. Differential Revision: http://llvm-reviews.chandlerc.com/D1403 llvm-svn: 188404 --- clang-tools-extra/cpp11-migrate/Core/IncludeExcludeInfo.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'clang-tools-extra/cpp11-migrate/Core/IncludeExcludeInfo.cpp') diff --git a/clang-tools-extra/cpp11-migrate/Core/IncludeExcludeInfo.cpp b/clang-tools-extra/cpp11-migrate/Core/IncludeExcludeInfo.cpp index d6bc333ca20..e3f07c5f0d3 100644 --- a/clang-tools-extra/cpp11-migrate/Core/IncludeExcludeInfo.cpp +++ b/clang-tools-extra/cpp11-migrate/Core/IncludeExcludeInfo.cpp @@ -151,6 +151,7 @@ bool IncludeExcludeInfo::isFileIncluded(StringRef FilePath) const { I != E; ++I) if ((InIncludeList = fileHasPathPrefix(FilePath, *I))) break; + // If file is not in the list of included paths then it is not necessary // to check the excluded path list. if (!InIncludeList) -- cgit v1.2.3