summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/submodules/vector.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement name hiding for macro definitions within modules, such thatDouglas Gregor2011-12-021-0/+2
| | | | | | | | only the macro definitions from visible (sub)modules will actually be visible. This provides the same behavior for macros that r145640 provided for declarations. llvm-svn: 145683
* Implement name hiding for declarations deserialized from a non-visibleDouglas Gregor2011-12-011-1/+1
| | | | | | module. When that module becomes visible, so do those declarations. llvm-svn: 145640
* When loading a module that involves submodules (e.g., std.vector),Douglas Gregor2011-11-301-0/+1
check whether the named submodules themselves are actually valid, and drill down to the named submodule (although we don't do anything with it yet). Perform typo correction on the submodule names when possible. llvm-svn: 145477
OpenPOWER on IntegriCloud