summaryrefslogtreecommitdiffstats
path: root/test/Modules/module-private.cpp
Commit message (Expand)AuthorAgeFilesLines
* [modules] Simplify and generalize the existing rule for finding hiddenRichard Smith2015-11-121-5/+1
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-3/+3
* [modules] Better support for redefinitions of an entity from the same module.Richard Smith2015-06-151-1/+1
* Require a module.map file to load a moduleBen Langmuir2014-01-221-1/+1
* Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs2013-04-171-1/+1
* Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor2013-02-071-3/+3
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-111-2/+2
* When disambiguating an expression-statement from a declaraton-statement, if theRichard Smith2012-08-231-2/+5
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-011-2/+2
* Eliminate the uglified keyword __import_module__ for importingDouglas Gregor2012-01-031-5/+6
* When performing name lookup for a redeclaration, ignore moduleDouglas Gregor2011-12-201-12/+12
* Eliminate the -emit-module option, which emitted a module by parsing aDouglas Gregor2011-11-291-2/+2
* Migrate a few more modules tests over to -emit-module-from-map.Douglas Gregor2011-11-161-51/+6
* For modules, use a hash of the compiler version, language options, andDouglas Gregor2011-09-131-1/+1
* Add a struct-size check for modules when dealing with module-private fieldsDouglas Gregor2011-09-131-1/+9
* Introduce a cc1-level option to provide the path to the module cache,Douglas Gregor2011-09-121-1/+1
* Diagnose attempt to mark function-local declarations as __module_private__.Douglas Gregor2011-09-121-0/+10
* Allow __module_private__ on fieldsDouglas Gregor2011-09-121-0/+10
* Remove the restriction on module-private friends. Since the friendDouglas Gregor2011-09-121-2/+2
* Friends cannot be declared module-privateDouglas Gregor2011-09-091-0/+3
* Specializations cannot be module-hidden. Diagnose attempts to do so.Douglas Gregor2011-09-091-0/+17
* __module_private__ is inherited by redeclarations of an entity, andDouglas Gregor2011-09-091-0/+26
* Propagate __module_private__ from previous declarations to laterDouglas Gregor2011-09-091-2/+12
* Modules: introduce the __module_private__ declaration specifier, whichDouglas Gregor2011-09-091-0/+56