Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
8b277533b673d4082ee1e5c4ea694e6bd9d0510b
/
clang
/
lib
/
Lex
/
ModuleMap.cpp
7344109
Parse inferred submodules in module maps, track their contents in
by Douglas Gregor
· 14 years ago
d8bd753
Inferred framework modules automatically export anything they import
by Douglas Gregor
· 14 years ago
f5eedd0
Implement support for wildcard exports in modules, allowing a module
by Douglas Gregor
· 14 years ago
0093b3c
When writing a module file, keep track of the set of (sub)modules that
by Douglas Gregor
· 14 years ago
2b82c2a
Implementing parsing and resolution of module export declarations
by Douglas Gregor
· 14 years ago
ef42154
Unbreak build with GCC. Clang is too lame to diagnose this particular ill-formedness
by Douglas Gregor
· 14 years ago
de3ef50
Promote ModuleMap::Module to a namespace-scope class in the Basic
by Douglas Gregor
· 14 years ago
6902197
Implement (de-)serialization of the description of a module and its
by Douglas Gregor
· 14 years ago
382eaad
Use raw_ostream::indent.
by Benjamin Kramer
· 14 years ago
4f3fa71
Switch the module map printer over to
by Douglas Gregor
· 14 years ago
fe96ee0
Escape strings when printing module maps, for silly operating systems
by Douglas Gregor
· 14 years ago
f545f67
Switch on-demand module building over to use module maps, always. When
by Douglas Gregor
· 14 years ago
514b636
Teach the module import mechanism how to rebuild modules expressed via
by Douglas Gregor
· 14 years ago
d28d1b8
Expose the printing of module maps as part of the ModuleMap::Module
by Douglas Gregor
· 14 years ago
755b205
Add the notion of "framework" modules to module maps. Framework
by Douglas Gregor
· 14 years ago
5acdf59
Actually free memory for the module maps
by Douglas Gregor
· 14 years ago
56c6401
When we're loading a framework header, first try to turn the framework
by Douglas Gregor
· 14 years ago
b65dbff
A module with an umbrella header assumes that all of the headers in
by Douglas Gregor
· 14 years ago
1871ed3
Silence unused variable warning.
by Benjamin Kramer
· 14 years ago
88bdfb0
Teach the search for modules to consider modules described by a module
by Douglas Gregor
· 14 years ago
ab0c8a8
Wire up the mapping from header files mentioned in module maps over to
by Douglas Gregor
· 14 years ago
5257fc6
Resolve the header files named in module map "header" and "umbrella"
by Douglas Gregor
· 14 years ago
718292f
Introduce basic support for parsing module map files.
by Douglas Gregor
· 14 years ago