r247488 - Add new test file missing from r247486.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 11 15:54:01 PDT 2015


Author: rsmith
Date: Fri Sep 11 17:54:01 2015
New Revision: 247488

URL: http://llvm.org/viewvc/llvm-project?rev=247488&view=rev
Log:
Add new test file missing from r247486.

Added:
    cfe/trunk/test/Modules/Inputs/template-default-args/d.h

Added: cfe/trunk/test/Modules/Inputs/template-default-args/d.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/Inputs/template-default-args/d.h?rev=247488&view=auto
==============================================================================
--- cfe/trunk/test/Modules/Inputs/template-default-args/d.h (added)
+++ cfe/trunk/test/Modules/Inputs/template-default-args/d.h Fri Sep 11 17:54:01 2015
@@ -0,0 +1,6 @@
+BEGIN
+template<typename T = void> struct L;
+struct FriendL {
+  template<typename T> friend struct L;
+};
+END




More information about the cfe-commits mailing list