index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Lex
/
ModuleMap.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Switch on-demand module building over to use module maps, always. When
Douglas Gregor
2011-11-29
1
-22
/
+32
*
Teach the module import mechanism how to rebuild modules expressed via
Douglas Gregor
2011-11-29
1
-0
/
+9
*
Expose the printing of module maps as part of the ModuleMap::Module
Douglas Gregor
2011-11-29
1
-34
/
+36
*
Add the notion of "framework" modules to module maps. Framework
Douglas Gregor
2011-11-17
1
-9
/
+49
*
Actually free memory for the module maps
Douglas Gregor
2011-11-17
1
-0
/
+15
*
When we're loading a framework header, first try to turn the framework
Douglas Gregor
2011-11-17
1
-0
/
+28
*
A module with an umbrella header assumes that all of the headers in
Douglas Gregor
2011-11-16
1
-0
/
+40
*
Silence unused variable warning.
Benjamin Kramer
2011-11-13
1
-2
/
+2
*
Teach the search for modules to consider modules described by a module
Douglas Gregor
2011-11-11
1
-0
/
+8
*
Wire up the mapping from header files mentioned in module maps over to
Douglas Gregor
2011-11-11
1
-0
/
+17
*
Resolve the header files named in module map "header" and "umbrella"
Douglas Gregor
2011-11-11
1
-6
/
+70
*
Introduce basic support for parsing module map files.
Douglas Gregor
2011-11-11
1
-0
/
+506
[prev]