From: Mike Rice Date: Fri, 17 Aug 2018 21:16:21 +0000 (+0000) Subject: test commit: add a comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c84da47e9ca785daaa659962c6c797c24c8e5e7;p=clang test commit: add a comment git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@340082 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/PCH/pch-through3c.cpp b/test/PCH/pch-through3c.cpp index 97b98c4059..41894c9973 100644 --- a/test/PCH/pch-through3c.cpp +++ b/test/PCH/pch-through3c.cpp @@ -2,6 +2,7 @@ // RUN: -include Inputs/pch-through3c.h \ // RUN: -pch-through-header=Inputs/pch-through3c.h -o %t.3c %s +// Checks that no warnings appear for this successful use. // RUN: %clang_cc1 -verify -I %S -include-pch %t.3c \ // RUN: -include Inputs/pch-through3c.h \ // RUN: -pch-through-header=Inputs/pch-through3c.h \