summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/cpp11-migrate/Core/IncludeExcludeInfo.cpp
diff options
context:
space:
mode:
authorEdwin Vane <edwin.vane@intel.com>2013-08-14 19:02:28 +0000
committerEdwin Vane <edwin.vane@intel.com>2013-08-14 19:02:28 +0000
commit169eec3620e9ff89d0e94473235c0b25ce67bf56 (patch)
treefc28f79569b332844b235603bf2cbabc75f7fd66 /clang-tools-extra/cpp11-migrate/Core/IncludeExcludeInfo.cpp
parent276be3c57c143a28d4269db131f9426443d03a66 (diff)
downloadbcm5719-llvm-169eec3620e9ff89d0e94473235c0b25ce67bf56.tar.gz
bcm5719-llvm-169eec3620e9ff89d0e94473235c0b25ce67bf56.zip
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
Diffstat (limited to 'clang-tools-extra/cpp11-migrate/Core/IncludeExcludeInfo.cpp')
-rw-r--r--clang-tools-extra/cpp11-migrate/Core/IncludeExcludeInfo.cpp1
1 files changed, 1 insertions, 0 deletions
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)
OpenPOWER on IntegriCloud