r340082 - test commit: add a comment
Mike Rice via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 17 14:16:21 PDT 2018
Author: mikerice
Date: Fri Aug 17 14:16:21 2018
New Revision: 340082
URL: http://llvm.org/viewvc/llvm-project?rev=340082&view=rev
Log:
test commit: add a comment
Modified:
cfe/trunk/test/PCH/pch-through3c.cpp
Modified: cfe/trunk/test/PCH/pch-through3c.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/PCH/pch-through3c.cpp?rev=340082&r1=340081&r2=340082&view=diff
==============================================================================
--- cfe/trunk/test/PCH/pch-through3c.cpp (original)
+++ cfe/trunk/test/PCH/pch-through3c.cpp Fri Aug 17 14:16:21 2018
@@ -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 \
More information about the cfe-commits
mailing list