diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-06-13 06:59:07 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-06-13 06:59:07 +0000 |
commit | a5d5c749b1acb6fdbd6f6e6440b316f73e9b876e (patch) | |
tree | 14420ba001e5a7febe2d6b527727880d9ab38c2f /clang/test/CXX/temp/temp.param/p1.cpp | |
parent | 4be788c56a960faabed5fe5efbeb8af896deaf90 (diff) | |
download | bcm5719-llvm-a5d5c749b1acb6fdbd6f6e6440b316f73e9b876e.tar.gz bcm5719-llvm-a5d5c749b1acb6fdbd6f6e6440b316f73e9b876e.zip |
Move a bunch of tests into temp.param, and write a few tests for paragraphs that hadn't been touched before
llvm-svn: 73288
Diffstat (limited to 'clang/test/CXX/temp/temp.param/p1.cpp')
-rw-r--r-- | clang/test/CXX/temp/temp.param/p1.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CXX/temp/temp.param/p1.cpp b/clang/test/CXX/temp/temp.param/p1.cpp new file mode 100644 index 00000000000..488c3a07429 --- /dev/null +++ b/clang/test/CXX/temp/temp.param/p1.cpp @@ -0,0 +1 @@ +// Paragraph 1 is descriptive, and therefore requires no tests. |