From 13cc256e404620c1de0cbcc4e43ce1e2dbbc4898 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 2 Dec 2012 13:20:44 +0000 Subject: Vendor import of clang release_32 branch r168974 (effectively, 3.2 RC2): http://llvm.org/svn/llvm-project/cfe/branches/release_32@168974 --- test/Index/Inputs/retain-comments-from-system-headers.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/Index/Inputs/retain-comments-from-system-headers.h (limited to 'test/Index/Inputs/retain-comments-from-system-headers.h') diff --git a/test/Index/Inputs/retain-comments-from-system-headers.h b/test/Index/Inputs/retain-comments-from-system-headers.h new file mode 100644 index 000000000000..28dd94f2aadc --- /dev/null +++ b/test/Index/Inputs/retain-comments-from-system-headers.h @@ -0,0 +1,8 @@ +#pragma clang system_header + +/** + * system_function + * \param a Aaa. + */ +int system_function(int a); + -- cgit v1.2.3