Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
bea522ff43a3f11c7a2bc7949119dbb9fce19e39
/
lib
/
Serialization
/
ModuleManager.cpp
ea14a87
Never cache the result of a module file lookup.
by Douglas Gregor
· 13 years ago
d3cf5fb
Eliminate memory allocation from most invocations of
by Douglas Gregor
· 13 years ago
188bdcd
Improve coordination between the module manager and the global module
by Douglas Gregor
· 13 years ago
d07865b
Optimize ModuleManager::visit() by precomputing the visitation order
by Douglas Gregor
· 13 years ago
1a49d97
Implement the reader of the global module index and wire it into the AST reader.
by Douglas Gregor
· 13 years ago
cc71dbe
Give ModuleFiles an index, so that we can use indexed vectors rather
by Douglas Gregor
· 13 years ago
87e2cfc
Actually keep track of the source locations at which particular module
by Douglas Gregor
· 13 years ago
7cdd281
When loading a module fails because it is out of date, rebuild that
by Douglas Gregor
· 13 years ago
d64c26f
Set the file entry for a Module* that was created during deserialization
by Argyrios Kyrtzidis
· 13 years ago
057df20
Optimize unqualified/global name lookup in modules by introducing a
by Douglas Gregor
· 14 years ago
1a4761e
Promote ModuleMap::Module to a namespace-scope class in the Basic
by Douglas Gregor
· 14 years ago
2492c89
Add support for viewing the module graph via Graphviz, for debugging purposes.
by Douglas Gregor
· 14 years ago
98339b9
Factor the Module and ModuleManager classes out into separate headers
by Douglas Gregor
· 14 years ago