projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9937e20
)
test commit: add a comment
author
Mike Rice
<michael.p.rice@intel.com>
Fri, 17 Aug 2018 21:16:21 +0000
(21:16 +0000)
committer
Mike Rice
<michael.p.rice@intel.com>
Fri, 17 Aug 2018 21:16:21 +0000
(21:16 +0000)
llvm-svn: 340082
clang/test/PCH/pch-through3c.cpp
patch
|
blob
|
history
diff --git
a/clang/test/PCH/pch-through3c.cpp
b/clang/test/PCH/pch-through3c.cpp
index
97b98c4
..
41894c9
100644
(file)
--- 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 \