[PATCH] D28790: [Modules] Correct test comment from obsolete earlier version of code. NFC

Graydon Hoare via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 16 17:37:21 PST 2017


graydon created this revision.

Code committed in https://reviews.llvm.org/rL290219 went through a few iterations; test wound up with
stale comment.


https://reviews.llvm.org/D28790

Files:
  test/Modules/implicit-private-with-different-name.m


Index: test/Modules/implicit-private-with-different-name.m
===================================================================
--- test/Modules/implicit-private-with-different-name.m
+++ test/Modules/implicit-private-with-different-name.m
@@ -3,7 +3,7 @@
 // Build PCH using A, with adjacent private module APrivate, which winds up being implicitly referenced
 // RUN: %clang_cc1 -verify -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F %S/Inputs/implicit-private-with-different-name -emit-pch -o %t-A.pch %s
 
-// Use the PCH with no explicit way to resolve PrivateA, still pick it up through MODULE_DIRECTORY reference in PCH control block
+// Use the PCH with no explicit way to resolve APrivate, still pick it up by automatic second-chance search for "A" with "Private" appended
 // RUN: %clang_cc1 -verify -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F %S/Inputs/implicit-private-with-different-name -include-pch %t-A.pch %s -fsyntax-only
 
 // Check the fixit


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28790.84616.patch
Type: text/x-patch
Size: 990 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170117/314948bc/attachment.bin>


More information about the cfe-commits mailing list