summaryrefslogtreecommitdiff
path: root/clang/test/Modules/module-private.cpp
AgeCommit message (Expand)Author
2023-12-14[clang][modules] Deprecate module.map in favor of module.modulemap (#75142)Michael Spencer
2022-06-29[C++20] [Module] Support reachable definition initially/partiallyChuanqi Xu
2022-06-29Revert "[C++20] [Modules] Implement Reachable initiallly"Chuanqi Xu
2022-06-29[C++20] [Modules] Implement Reachable initialllyChuanqi Xu
2020-07-28[clang] Pass the NamedDecl* instead of the DeclarationName into many diagnost...Bruno Ricci
2019-05-09[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith
2015-11-12[modules] Simplify and generalize the existing rule for finding hiddenRichard Smith
2015-06-16[modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith
2015-06-15[modules] Better support for redefinitions of an entity from the same module.Richard Smith
2014-01-22Require a module.map file to load a moduleBen Langmuir
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs
2013-02-07Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor
2012-12-11Use @import rather than @__experimental_modules_import, since theDouglas Gregor
2012-08-23When disambiguating an expression-statement from a declaraton-statement, if theRichard Smith
2012-03-01Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek
2012-01-03Eliminate the uglified keyword __import_module__ for importingDouglas Gregor
2011-12-20When performing name lookup for a redeclaration, ignore moduleDouglas Gregor
2011-11-29Eliminate the -emit-module option, which emitted a module by parsing aDouglas Gregor
2011-11-16Migrate a few more modules tests over to -emit-module-from-map.Douglas Gregor
2011-09-13For modules, use a hash of the compiler version, language options, andDouglas Gregor
2011-09-13Add a struct-size check for modules when dealing with module-private fieldsDouglas Gregor
2011-09-12Introduce a cc1-level option to provide the path to the module cache,Douglas Gregor
2011-09-12Diagnose attempt to mark function-local declarations as __module_private__.Douglas Gregor
2011-09-12Allow __module_private__ on fieldsDouglas Gregor
2011-09-12Remove the restriction on module-private friends. Since the friendDouglas Gregor
2011-09-09Friends cannot be declared module-privateDouglas Gregor
2011-09-09Specializations cannot be module-hidden. Diagnose attempts to do so.Douglas Gregor
2011-09-09__module_private__ is inherited by redeclarations of an entity, andDouglas Gregor
2011-09-09Propagate __module_private__ from previous declarations to laterDouglas Gregor
2011-09-09Modules: introduce the __module_private__ declaration specifier, whichDouglas Gregor