Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b526e93d03d55b4af73eb25077d10b70a0cf4178
/
clang
/
lib
/
Basic
/
Module.cpp
3ec6663
Back out my heinous hack that tricked the module generation mechanism
by Douglas Gregor
· 14 years ago
0070c0b
Introduce TargetInfo::hasFeature() to query various feature names in
by Douglas Gregor
· 14 years ago
8992928
Thread a TargetInfo through to the module map; we'll need it for
by Douglas Gregor
· 14 years ago
a686e1b
Introduce module attributes into the module map grammar, along with a
by Douglas Gregor
· 14 years ago
8a40f70
Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it)
by David Blaikie
· 14 years ago
eb90e83
Store the submodules of a module in source order, as they are stored
by Douglas Gregor
· 14 years ago
1fb5c3a
Implement support for module requirements, which indicate the language
by Douglas Gregor
· 14 years ago
322f633
Tweak the syntax of umbrella headers, so that "umbrella" is treated as
by Douglas Gregor
· 14 years ago
73141fa
Within the module representation, generalize the notion of an umbrella
by Douglas Gregor
· 14 years ago
7344109
Parse inferred submodules in module maps, track their contents in
by Douglas Gregor
· 14 years ago
8c7c835
Fix printing of wildcard exports.
by Douglas Gregor
· 14 years ago
f5eedd0
Implement support for wildcard exports in modules, allowing a module
by Douglas Gregor
· 14 years ago
24bb923
Implement (de-)serialization of the set of exported modules in a module map.
by Douglas Gregor
· 14 years ago
de3ef50
Promote ModuleMap::Module to a namespace-scope class in the Basic
by Douglas Gregor
· 14 years ago