aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Modules/submodules-preprocess.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-16[modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith1-1/+1
2013-02-07Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor1-1/+1
2012-12-11Use @import rather than @__experimental_modules_import, since theDouglas Gregor1-5/+5
2012-03-01Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek1-5/+5
2012-01-03Eliminate the uglified keyword __import_module__ for importingDouglas Gregor1-6/+7
2012-01-03Rename the command-line option for mapping #include/#import over toDouglas Gregor1-1/+1
2011-12-02Implement name hiding for macro definitions within modules, such thatDouglas Gregor1-4/+50
2011-12-01Implement name hiding for declarations deserialized from a non-visibleDouglas Gregor1-0/+14