]> granicus.if.org Git - clang/commit
Make -fmodules-decluse and -fmodules-strict-decluse compatible options.
authorDaniel Jasper <djasper@google.com>
Thu, 19 Feb 2015 09:56:13 +0000 (09:56 +0000)
committerDaniel Jasper <djasper@google.com>
Thu, 19 Feb 2015 09:56:13 +0000 (09:56 +0000)
commite58210497fc006ccf74fb3ffa034f53f1df9a0c7
tree212fa22f2b842213649185477222ab9babb1d0f9
parent68ff8b3015f7de806ccb67b1a80eb1a9a8aecceb
Make -fmodules-decluse and -fmodules-strict-decluse compatible options.

They don't actually influence the result of the module compilation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229834 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/LangOptions.def
test/Modules/declare-use-compatible.cpp [new file with mode: 0644]