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
/
submodules-merge-defs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
Richard Smith
2019-05-09
1
-2
/
+2
*
Consistently create a new declaration when merging a pre-existing but
Richard Smith
2018-09-12
1
-1
/
+1
*
Push alias-declarations and alias-template declarations into scope even if
Richard Smith
2016-07-15
1
-0
/
+7
*
[modules] Don't try to use the definition of a class if
Richard Smith
2015-12-18
1
-2
/
+2
*
[modules] Follow the C++ standard's rule for linkage of enumerators: they have
Richard Smith
2015-11-13
1
-0
/
+8
*
[modules] Simplify and generalize the existing rule for finding hidden
Richard Smith
2015-11-12
1
-11
/
+11
*
Revert r240335.
Richard Smith
2015-11-12
1
-1
/
+6
*
[modules] When parsing the base specifiers of a parse-merged class, the current
Richard Smith
2015-08-17
1
-14
/
+14
*
[modules] Make IndirectFieldDecl mergeable to avoid lookup ambiguity when the...
Richard Smith
2015-08-04
1
-0
/
+1
*
[modules] Fix merging support for forward-declared enums with fixed underlyin...
Richard Smith
2015-07-08
1
-0
/
+5
*
[modules] Merging support for specializations of a function template. This very
Richard Smith
2015-07-01
1
-0
/
+2
*
[modules] Don't make out-of-line member specializations of an instantiated
Richard Smith
2015-07-01
1
-10
/
+17
*
[modules] Add a flag to disable the feature that permits conflicting redefini...
Richard Smith
2015-06-22
1
-1
/
+6
*
[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
1
-0
/
+1
*
[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
1
-1
/
+9
*
[modules] Fix merging of default template arguments onto friend templates.
Richard Smith
2015-06-16
1
-0
/
+1
*
[modules] Simplify -cc1 interface for enabling implicit module maps.
Richard Smith
2015-06-16
1
-6
/
+6
*
[modules] Better support for redefinitions of an entity from the same module.
Richard Smith
2015-06-15
1
-8
/
+11
*
[modules] Apply name visibility rules to names found by ADL.
Richard Smith
2015-06-12
1
-2
/
+2
*
[modules] Fix crash with multiple levels of default template argument merging.
Richard Smith
2015-06-11
1
-0
/
+6
*
[modules] Fix a few places where merging wasn't performed if modules was disa...
Richard Smith
2015-06-11
1
-0
/
+11
*
[modules] Add local submodule visibility support for declarations.
Richard Smith
2015-05-15
1
-0
/
+2
*
[modules] Allow a function template definition if we have a pre-existing but ...
Richard Smith
2015-03-27
1
-6
/
+16
*
[modules] When merging class definitions, make the retained definition visible
Richard Smith
2015-03-27
1
-0
/
+5
*
[modules] Allow a function to be redefined if the old definition is not visible.
Richard Smith
2015-03-27
1
-1
/
+7
*
[modules] Handle defining a tag with a typedef name for linkage purposes on t...
Richard Smith
2015-03-27
1
-0
/
+5
*
[modules] Handle defining a class template on top of an existing imported-but...
Richard Smith
2015-03-27
1
-1
/
+16
*
[modules] If we reach a definition of a class for which we already have a
Richard Smith
2015-03-26
1
-0
/
+13