]> granicus.if.org Git - clang/commitdiff
clarify comment.
authorChris Lattner <sabre@nondot.org>
Sun, 10 Jan 2010 00:35:27 +0000 (00:35 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 10 Jan 2010 00:35:27 +0000 (00:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93084 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/PPDirectives.cpp

index a719a541a36342be24639818d23311540b735285..d926617d7d0d2a48336c0a00118be29dd376ecb6 100644 (file)
@@ -437,8 +437,8 @@ const FileEntry *Preprocessor::LookupFile(const char *FilenameStart,
   if (FE) {
     // Warn about normal quoted #include from framework headers.  Since
     // framework headers are published (both public and private ones) they
-    // should not do relative searches, they should do an include relative to
-    // their framework.
+    // should not do relative searches, they should do an include with the
+    // framework path included.
     if (!isAngled && CurDir && FilenameTokLoc.isValid() &&
         CurDir->isFramework() && CurDir == CurDirLookup)
       Diag(FilenameTokLoc, diag::warn_pp_relative_include_from_framework);