summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/using-decl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [modules] Make sure we make hidden UsingShadowDecls visible to redeclarationRichard Smith2015-09-151-0/+6
| | | | | | lookup for the UsingShadowDecls themselves. llvm-svn: 247714
* [modules] A using-declaration doesn't introduce a new entity, just a new nameRichard Smith2015-09-151-2/+74
| | | | | | | for an existing entity, and as such a using-declaration doesn't need to conflict with a hidden entity (nor vice versa). llvm-svn: 247654
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-1/+1
| | | | | | | | | | | | | We used to have a flag to enable module maps, and two more flags to enable implicit module maps. This is all redundant; we don't need any flag for enabling module maps in the abstract, and we don't usually have -fno- flags for -cc1. We now have just a single flag, -fimplicit-module-maps, that enables implicitly searching the file system for module map files and loading them. The driver interface is unchanged for now. We should probably rename -fmodule-maps to -fimplicit-module-maps at some point. llvm-svn: 239789
* Make UsingShadowDecls redeclarable. This fixes some visibility problems withRichard Smith2013-10-231-0/+8
modules. With this fixed, I no longer see any test regressions in the libc++ test suite when enabling a single-module module.map for libc++ (other than issues with my system headers). llvm-svn: 193219
OpenPOWER on IntegriCloud