]> granicus.if.org Git - clang/commit
In the driver, -fmodules enables modules for C/Objective-C but one
authorDouglas Gregor <dgregor@apple.com>
Wed, 18 Jan 2012 15:19:58 +0000 (15:19 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 18 Jan 2012 15:19:58 +0000 (15:19 +0000)
commit64554ba9fc5f251108fd7d10a9c218e7bf985941
tree62cdaa561a0e646e8dc37058f1fc5f9057e2fd51
parent7748cbc97ff9c6c3940549d30965a10b47a45ee8
In the driver, -fmodules enables modules for C/Objective-C but one
also needs -fcxx-modules to enable modules for C++/Objective-C++.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148393 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Driver/Tools.cpp
test/Driver/modules.mm [new file with mode: 0644]