aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Modules/module-private.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-11-12[modules] Simplify and generalize the existing rule for finding hiddenRichard Smith1-5/+1
2015-06-16[modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith1-3/+3
2015-06-15[modules] Better support for redefinitions of an entity from the same module.Richard Smith1-1/+1
2014-01-22Require a module.map file to load a moduleBen Langmuir1-1/+1
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs1-1/+1
2013-02-07Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor1-3/+3
2012-12-11Use @import rather than @__experimental_modules_import, since theDouglas Gregor1-2/+2
2012-08-23When disambiguating an expression-statement from a declaraton-statement, if theRichard Smith1-2/+5
2012-03-01Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek1-2/+2
2012-01-03Eliminate the uglified keyword __import_module__ for importingDouglas Gregor1-5/+6
2011-12-20When performing name lookup for a redeclaration, ignore moduleDouglas Gregor1-12/+12
2011-11-29Eliminate the -emit-module option, which emitted a module by parsing aDouglas Gregor1-2/+2
2011-11-16Migrate a few more modules tests over to -emit-module-from-map.Douglas Gregor1-51/+6
2011-09-13For modules, use a hash of the compiler version, language options, andDouglas Gregor1-1/+1
2011-09-13Add a struct-size check for modules when dealing with module-private fieldsDouglas Gregor1-1/+9
2011-09-12Introduce a cc1-level option to provide the path to the module cache,Douglas Gregor1-1/+1
2011-09-12Diagnose attempt to mark function-local declarations as __module_private__.Douglas Gregor1-0/+10
2011-09-12Allow __module_private__ on fieldsDouglas Gregor1-0/+10
2011-09-12Remove the restriction on module-private friends. Since the friendDouglas Gregor1-2/+2
2011-09-09Friends cannot be declared module-privateDouglas Gregor1-0/+3
2011-09-09Specializations cannot be module-hidden. Diagnose attempts to do so.Douglas Gregor1-0/+17
2011-09-09__module_private__ is inherited by redeclarations of an entity, andDouglas Gregor1-0/+26
2011-09-09Propagate __module_private__ from previous declarations to laterDouglas Gregor1-2/+12
2011-09-09Modules: introduce the __module_private__ declaration specifier, whichDouglas Gregor1-0/+56