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
/
test
/
Modules
/
module-private.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
When disambiguating an expression-statement from a declaraton-statement, if the
Richard Smith
2012-08-23
1
-2
/
+5
*
Change @import to @__experimental_modules_import. We are not ready to commit...
Ted Kremenek
2012-03-01
1
-2
/
+2
*
Eliminate the uglified keyword __import_module__ for importing
Douglas Gregor
2012-01-03
1
-5
/
+6
*
When performing name lookup for a redeclaration, ignore module
Douglas Gregor
2011-12-20
1
-12
/
+12
*
Eliminate the -emit-module option, which emitted a module by parsing a
Douglas Gregor
2011-11-29
1
-2
/
+2
*
Migrate a few more modules tests over to -emit-module-from-map.
Douglas Gregor
2011-11-16
1
-51
/
+6
*
For modules, use a hash of the compiler version, language options, and
Douglas Gregor
2011-09-13
1
-1
/
+1
*
Add a struct-size check for modules when dealing with module-private fields
Douglas Gregor
2011-09-13
1
-1
/
+9
*
Introduce a cc1-level option to provide the path to the module cache,
Douglas Gregor
2011-09-12
1
-1
/
+1
*
Diagnose attempt to mark function-local declarations as __module_private__.
Douglas Gregor
2011-09-12
1
-0
/
+10
*
Allow __module_private__ on fields
Douglas Gregor
2011-09-12
1
-0
/
+10
*
Remove the restriction on module-private friends. Since the friend
Douglas Gregor
2011-09-12
1
-2
/
+2
*
Friends cannot be declared module-private
Douglas Gregor
2011-09-09
1
-0
/
+3
*
Specializations cannot be module-hidden. Diagnose attempts to do so.
Douglas Gregor
2011-09-09
1
-0
/
+17
*
__module_private__ is inherited by redeclarations of an entity, and
Douglas Gregor
2011-09-09
1
-0
/
+26
*
Propagate __module_private__ from previous declarations to later
Douglas Gregor
2011-09-09
1
-2
/
+12
*
Modules: introduce the __module_private__ declaration specifier, which
Douglas Gregor
2011-09-09
1
-0
/
+56