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
/
cxx-templates.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
If an instantiation of a template is required to be a complete type, check
Richard Smith
2014-05-07
1
-5
/
+18
*
When two templates get merged together, also merge their pattern declarations
Richard Smith
2014-04-24
1
-10
/
+2
*
Add the location of Decls to ast dump.
David Blaikie
2014-04-02
1
-1
/
+1
*
Save out a correct lookup table if a lookup table entry is stale (it contains
Richard Smith
2014-03-25
1
-0
/
+8
*
When we inject a declaration into a namespace, add the primary DeclContext to
Richard Smith
2014-03-23
1
-0
/
+5
*
If a template instantation introduces a name into a namespace, we need to write
Richard Smith
2014-03-23
1
-0
/
+4
*
clang/test/Modules/cxx-templates.cpp: Tweak for dos path.
NAKAMURA Takumi
2014-03-18
1
-1
/
+1
*
AST dumper: if we have multiple implicit instantiations of the same class
Richard Smith
2014-03-18
1
-0
/
+11
*
Test that we can merge together explicit and partial specializations from
Richard Smith
2013-10-15
1
-0
/
+8
*
C++ modules: merging for enumerations and enumerators with multiple definitions
Richard Smith
2013-10-15
1
-0
/
+16
*
Merge common pointers for redeclarations of the same template across modules.
Richard Smith
2013-10-13
1
-0
/
+2
*
C++ modules: if a class is defined in multiple modules (for instance, because
Richard Smith
2013-09-09
1
-0
/
+8
*
C++ modules: fix a bug where loading a declaration with some name would prevent
Richard Smith
2013-09-09
1
-3
/
+0
*
When merging redeclaration chains across modules, if a declaration is visible
Richard Smith
2013-08-02
1
-0
/
+4
*
Fix assert when instantiating a default argument of a template defined in a
Richard Smith
2013-08-01
1
-0
/
+3
*
When we perform dependent name lookup during template instantiation, it's not
Richard Smith
2013-07-25
1
-5
/
+22
*
Add 'not' to commands that are expected to fail.
Rafael Espindola
2013-07-04
1
-2
/
+2
*
Fix deserializing of class template partial specializations. Assign sequence
Richard Smith
2013-06-25
1
-12
/
+19
*
Check for matching template-parameter-lists when merging template declarations.
Richard Smith
2013-06-24
1
-0
/
+26
*
Avoid adding entries to the DeclContext lookup table multiple times when lazily
Richard Smith
2013-06-24
1
-4
/
+0
*
Slightly improve cross-module merging for function templates.
Richard Smith
2013-06-24
1
-0
/
+41