diff options
author | Mike Rice <michael.p.rice@intel.com> | 2018-08-17 21:16:21 +0000 |
---|---|---|
committer | Mike Rice <michael.p.rice@intel.com> | 2018-08-17 21:16:21 +0000 |
commit | 3820f582eb9c822ad26c90ec9450e4f70d93c1d3 (patch) | |
tree | 49854d700946ae607ec6ae8e5237a68c802063a3 | |
parent | 9937e205e8ba45204c1c8520fe7b4fcb46c08a57 (diff) | |
download | bcm5719-llvm-3820f582eb9c822ad26c90ec9450e4f70d93c1d3.tar.gz bcm5719-llvm-3820f582eb9c822ad26c90ec9450e4f70d93c1d3.zip |
test commit: add a comment
llvm-svn: 340082
-rw-r--r-- | clang/test/PCH/pch-through3c.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/PCH/pch-through3c.cpp b/clang/test/PCH/pch-through3c.cpp index 97b98c40598..41894c99731 100644 --- a/clang/test/PCH/pch-through3c.cpp +++ b/clang/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 \ |