r204574 - Add missing file from r204570.
Richard Smith
richard-llvm at metafoo.co.uk
Sun Mar 23 14:01:41 PDT 2014
Author: rsmith
Date: Sun Mar 23 16:01:41 2014
New Revision: 204574
URL: http://llvm.org/viewvc/llvm-project?rev=204574&view=rev
Log:
Add missing file from r204570.
Added:
cfe/trunk/test/Modules/Inputs/cxx-inline-namespace-b.h
Added: cfe/trunk/test/Modules/Inputs/cxx-inline-namespace-b.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/Inputs/cxx-inline-namespace-b.h?rev=204574&view=auto
==============================================================================
--- cfe/trunk/test/Modules/Inputs/cxx-inline-namespace-b.h (added)
+++ cfe/trunk/test/Modules/Inputs/cxx-inline-namespace-b.h Sun Mar 23 16:01:41 2014
@@ -0,0 +1,5 @@
+ at import cxx_inline_namespace;
+
+struct X::Y::Z {
+ void f(struct Elaborated);
+};
More information about the cfe-commits
mailing list