
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
5 lines
107 B
Plaintext
5 lines
107 B
Plaintext
module retain_comments_from_system_headers {
|
|
header "retain-comments-from-system-headers.h"
|
|
export *
|
|
}
|