]> granicus.if.org Git - clang/commit
Preserve -fretain-comments-from-system-headers in modules
authorBen Langmuir <blangmuir@apple.com>
Thu, 9 Jan 2014 20:53:49 +0000 (20:53 +0000)
committerBen Langmuir <blangmuir@apple.com>
Thu, 9 Jan 2014 20:53:49 +0000 (20:53 +0000)
commite166f7f908c171f5334637a58ae064555d9eb246
tree04a4841310f0ded3efa5cc0f2648ab13ad0dd852
parent5e244eeac32619f73bb961d5688ac5d202329fbd
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198890 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/LangOptions.def
test/Index/Inputs/retain-comments-from-system-headers-module.map [new file with mode: 0644]
test/Index/retain-comments-from-system-headers.c