llvm-project/clang/test/Index/Inputs/retain-comments-from-system-headers-module.map
Ben Langmuir de04923344 Preserve -fretain-comments-from-system-headers in modules
Preserves the setting of -fretain-comments-from-system-headers when
building/saving/loading module files. This allows code completion to pick up
documentation comments from system modules.

llvm-svn: 198890
2014-01-09 20:53:49 +00:00

5 lines
107 B
Plaintext

module retain_comments_from_system_headers {
header "retain-comments-from-system-headers.h"
export *
}