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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Modules] Test lock file removed on signal
Ben Langmuir
2015-06-29
3
-0
/
+15
*
[modules] Properly merge visibility of class definitions that got merged while
Richard Smith
2015-06-25
5
-5
/
+19
*
[Modules] Consider -fmodule-feature in module hash and when loading
Ben Langmuir
2015-06-23
2
-1
/
+17
*
Write output file to temp directory. The tests shouldn't assume that
Daniel Jasper
2015-06-23
1
-2
/
+2
*
Tweak clang/test/Modules/modules-with-same-name.m to run with GnuWin32's find...
NAKAMURA Takumi
2015-06-23
1
-3
/
+3
*
[modules] When building a module, if there are multiple matches for a header
Richard Smith
2015-06-22
5
-0
/
+9
*
[modules] Add a flag to disable the feature that permits conflicting redefini...
Richard Smith
2015-06-22
1
-1
/
+6
*
[modules] When determining whether a definition of a class is visible, check ...
Richard Smith
2015-06-20
6
-0
/
+27
*
[modules] Merging support for enums with a local definition prior to the first
Richard Smith
2015-06-18
1
-0
/
+11
*
[modules] Ensure that if we merge the definitions of two enumerations, that
Richard Smith
2015-06-17
1
-0
/
+9
*
[modules] Fix typo in default argument merging.
Richard Smith
2015-06-17
4
-0
/
+6
*
[modules] If we merge a template, also track that its parameters are merged so
Richard Smith
2015-06-17
1
-4
/
+3
*
[modules] Improve diagnostic for a template-id that's invalid because a default
Richard Smith
2015-06-17
2
-6
/
+16
*
[modules] Fix merging of default template arguments onto friend templates.
Richard Smith
2015-06-16
2
-0
/
+12
*
[Hexagon] unused-local-typedef warning test is passing.
Colin LeMahieu
2015-06-16
1
-1
/
+0
*
[modules] Simplify -cc1 interface for enabling implicit module maps.
Richard Smith
2015-06-16
170
-541
/
+541
*
[modules] Re-enable accidentally-disabled test.
Richard Smith
2015-06-15
1
-6
/
+6
*
Fix submodule test to pass on content addressable filesystems where inodes wo...
Reid Kleckner
2015-06-15
2
-0
/
+2
*
[modules] Better support for redefinitions of an entity from the same module.
Richard Smith
2015-06-15
5
-10
/
+15
*
[modules] Apply name visibility rules to names found by ADL.
Richard Smith
2015-06-12
2
-2
/
+8
*
[modules] Fix crash with multiple levels of default template argument merging.
Richard Smith
2015-06-11
2
-0
/
+7
*
[modules] Fix assert/crash when parsing and merging a definition of a class w...
Richard Smith
2015-06-11
1
-3
/
+3
*
[modules] Fix a few places where merging wasn't performed if modules was disa...
Richard Smith
2015-06-11
4
-0
/
+25
*
[modules] Don't allow use of non-visible (inherited) default template arguments.
Richard Smith
2015-06-10
2
-2
/
+6
*
[modules] Track all default template arguments for a given parameter across
Richard Smith
2015-06-10
4
-1
/
+13
*
Revert accidentally-committed test change from r239447.
Richard Smith
2015-06-10
3
-12
/
+1
*
Refactor storage of default template arguments.
Richard Smith
2015-06-10
3
-1
/
+12
*
[modules] Fix some visibility issues with default template arguments.
Richard Smith
2015-06-09
4
-0
/
+27
*
[modules] If we re-enter a submodule from within itself (when submodule
Richard Smith
2015-05-21
4
-0
/
+31
*
[modules] Support merging a parsed default argument with an imported hidden o...
Richard Smith
2015-05-20
1
-1
/
+2
*
[modules] Support merging a parsed default function/template argument with an...
Richard Smith
2015-05-20
1
-0
/
+2
*
Revert r237609 for now.
Richard Smith
2015-05-19
1
-3
/
+3
*
[modules] Support for merging a parsed definition of a static data member of ...
Richard Smith
2015-05-19
1
-0
/
+2
*
[modules] Support for merging a parsed class template specialization definiti...
Richard Smith
2015-05-18
1
-0
/
+5
*
[modules] When a file is listed as a non-textual header in a module map, don't
Richard Smith
2015-05-18
1
-3
/
+3
*
[modules] If we see a #include that maps to a module, but use of precompiled ...
Richard Smith
2015-05-18
2
-1
/
+2
*
[modules] Add local submodule visibility support for declarations.
Richard Smith
2015-05-15
7
-2
/
+28
*
[modules] Suport for merging a parsed enum definition into an existing import...
Richard Smith
2015-05-07
1
-0
/
+7
*
Fix public-private.modulemap test case to clear the cache on every run.
Peter Collingbourne
2015-05-06
1
-2
/
+3
*
Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*...
Richard Smith
2015-05-04
1
-0
/
+1
*
[modules] If a module #includes a modular header that #undef's its macro, it
Richard Smith
2015-05-02
4
-0
/
+23
*
[modules] Add -fmodules-local-submodule-visibility flag.
Richard Smith
2015-05-01
4
-16
/
+55
*
[modules] Stop trying to fake up a linear MacroDirective history.
Richard Smith
2015-04-29
1
-0
/
+1
*
[modules] Properly attribute macros to modules if they're in a file textually...
Richard Smith
2015-04-23
3
-0
/
+6
*
[modules] Allow a function template definition if we have a pre-existing but ...
Richard Smith
2015-03-27
2
-6
/
+27
*
Add file forgotten from r233420.
Richard Smith
2015-03-27
1
-0
/
+1
*
[modules] When merging class definitions, make the retained definition visible
Richard Smith
2015-03-27
5
-19
/
+19
*
[modules] Allow a function to be redefined if the old definition is not visible.
Richard Smith
2015-03-27
2
-3
/
+9
*
[modules] Handle defining a tag with a typedef name for linkage purposes on t...
Richard Smith
2015-03-27
2
-0
/
+9
*
[modules] Handle defining a class template on top of an existing imported-but...
Richard Smith
2015-03-27
2
-2
/
+27
[next]