r244410 - Add file missed from r244409.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 8 18:50:14 PDT 2015


Author: rsmith
Date: Sat Aug  8 20:50:14 2015
New Revision: 244410

URL: http://llvm.org/viewvc/llvm-project?rev=244410&view=rev
Log:
Add file missed from r244409.

Added:
    cfe/trunk/test/Modules/Inputs/stress1/merge_no_reexport.h

Added: cfe/trunk/test/Modules/Inputs/stress1/merge_no_reexport.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/Inputs/stress1/merge_no_reexport.h?rev=244410&view=auto
==============================================================================
--- cfe/trunk/test/Modules/Inputs/stress1/merge_no_reexport.h (added)
+++ cfe/trunk/test/Modules/Inputs/stress1/merge_no_reexport.h Sat Aug  8 20:50:14 2015
@@ -0,0 +1,9 @@
+#ifndef STRESS1_MERGE_NO_REEXPORT_H
+#define STRESS1_MERGE_NO_REEXPORT_H
+
+#include "m00.h"
+#include "m01.h"
+#include "m02.h"
+#include "m03.h"
+
+#endif




More information about the cfe-commits mailing list