commit | 90b715e0df34eae2b50b9b43ec60828ed31dcf94 | [log] [tgz] |
---|---|---|
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Sat Jun 19 19:28:53 2010 +0000 |
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Sat Jun 19 19:28:53 2010 +0000 |
tree | c45801a030245b443dd759bde3624fb6a9f0fa32 | |
parent | 4d3a7b0a0608febe3cdac68f6121546672ca875e [diff] [blame] |
Initial support for writing templates to PCH. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106391 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/PCH/cxx-templates.cpp b/test/PCH/cxx-templates.cpp new file mode 100644 index 0000000..0075673 --- /dev/null +++ b/test/PCH/cxx-templates.cpp
@@ -0,0 +1,3 @@ +// RUN: %clang_cc1 -x c++-header -emit-pch -o %t %S/cxx-templates.h + +// Placeholder for stuff using the header.