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
/
Sema
/
SemaTemplate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
PR31469: Don't add friend template class decls to redecl chain in dependent c...
Vassil Vassilev
2017-01-12
1
-2
/
+14
*
Remove fixme, use ASTContext::getCanonicalTemplateSpecializationType.
Vassil Vassilev
2017-01-10
1
-10
/
+2
*
Check that template template arguments match template template parameters
Richard Smith
2017-01-09
1
-19
/
+19
*
Revisit PR10177: don't instantiate a variable if it's only referenced in a
Richard Smith
2017-01-06
1
-0
/
+5
*
Remove isIgnored()-test that is more expensive than the analysis behind it
Daniel Jasper
2017-01-02
1
-12
/
+2
*
[c++17] Implement P0522R0 as written. This allows a template template argument
Richard Smith
2016-12-31
1
-1
/
+27
*
Wdocumentation fix
Simon Pilgrim
2016-12-30
1
-133
/
+133
*
Mark 'auto' as dependent when instantiating the type of a non-type template
Richard Smith
2016-12-28
1
-8
/
+23
*
DR1315: a non-type template argument in a partial specialization is permitted
Richard Smith
2016-12-28
1
-107
/
+127
*
Add warning flag for "partial specialization is not more specialized than pri...
Richard Smith
2016-12-27
1
-2
/
+2
*
DR1495: A partial specialization is ill-formed if it is not (strictly) more
Richard Smith
2016-12-27
1
-2
/
+45
*
Work around a standard defect: template argument deduction for non-type
Richard Smith
2016-12-27
1
-1
/
+7
*
Check and build conversion sequences for non-type template arguments in
Richard Smith
2016-12-27
1
-10
/
+8
*
Update comment to match dr1770.
Richard Smith
2016-12-26
1
-8
/
+7
*
Fix some subtle wrong partial ordering bugs particularly with C++1z auto-typed
Richard Smith
2016-12-25
1
-9
/
+15
*
When producing a name of a partial specialization in a diagnostic, use the
Richard Smith
2016-12-24
1
-2
/
+1
*
Perform type-checking for a converted constant expression in a template
Richard Smith
2016-12-21
1
-7
/
+7
*
[Sema] Fix handling of enumerators used as default arguments of lambda
Akira Hatanaka
2016-12-16
1
-1
/
+6
*
Improve error message when referencing a non-tag type with a tag
Reid Kleckner
2016-12-09
1
-3
/
+4
*
[CUDA] Ignore implicit target attributes during function template instantiation.
Artem Belevich
2016-12-08
1
-24
/
+29
*
[CUDA] Improve target attribute checking for function templates.
Artem Belevich
2016-12-07
1
-1
/
+34
*
[Sema] Respect DLL attributes more faithfully
Shoaib Meenai
2016-12-05
1
-15
/
+48
*
Sema: delay the DLL exported member referencing
Saleem Abdulrasool
2016-12-03
1
-1
/
+2
*
PR31081: ignore exception specifications when deducing function template
Richard Smith
2016-12-01
1
-1
/
+2
*
Rangify for loop, NFC.
Yaron Keren
2016-11-16
1
-6
/
+4
*
[Sema] Use MS ABI behavior for dllexport in Itanium
Shoaib Meenai
2016-11-09
1
-1
/
+2
*
Add a note that points to the linkage specifier for the C++ linkage errors
Alex Lorenz
2016-11-02
1
-3
/
+7
*
Reinstate r284008 reverted in r284081, with two fixes:
Richard Smith
2016-10-14
1
-13
/
+34
*
Revert r284008. This is us to fail to instantiate static data members in some
Richard Smith
2016-10-12
1
-34
/
+13
*
Reinstate r283887 and r283882.
Vassil Vassilev
2016-10-12
1
-13
/
+34
*
Revert r283887 and r283882, until the issue is understood and fixed.
Vassil Vassilev
2016-10-11
1
-34
/
+13
*
[modules] PR28752: Do not instantiate variable declarations which are not vis...
Vassil Vassilev
2016-10-11
1
-13
/
+34
*
[Sema] Use unique_ptr instead of raw pointers in the late-parsed templates map.
Justin Lebar
2016-10-10
1
-2
/
+2
*
Factor out a diagnostic kind enum for use in two %select expressions
Reid Kleckner
2016-10-03
1
-9
/
+3
*
P0127R2: Support type deduction for types of non-type template parameters in
Richard Smith
2016-09-28
1
-2
/
+31
*
C++ Modules TS: Add parsing and some semantic analysis support for
Richard Smith
2016-09-08
1
-3
/
+1
*
DR259: Demote the pedantic error for an explicit instantiation after an
Richard Smith
2016-08-31
1
-7
/
+1
*
PR12298 et al: don't recursively instantiate a template specialization from
Richard Smith
2016-08-31
1
-5
/
+8
*
Fix regression introduced by r279164: only pass definitions as the PatternDef
Richard Smith
2016-08-23
1
-13
/
+26
*
Revert r279486 "Fix regression introduced by r279164"
Chandler Carruth
2016-08-23
1
-23
/
+10
*
Fix regression introduced by r279164: only pass definitions as the PatternDef
Richard Smith
2016-08-22
1
-10
/
+23
*
PR28794: Don't try to instantiate function templates which are not visible.
Vassil Vassilev
2016-08-18
1
-0
/
+64
*
P0217R3: Perform semantic checks and initialization for the bindings in a
Richard Smith
2016-08-11
1
-5
/
+2
*
Move helpers into anonymous namespaces. NFC.
Benjamin Kramer
2016-08-06
1
-0
/
+2
*
Reapply r276069 with workaround for MSVC 2013
Hubert Tong
2016-07-30
1
-3
/
+2
*
Revert r276069: MSVC bots not happy
Hubert Tong
2016-07-20
1
-2
/
+3
*
Concepts: Create space for requires-clause in TemplateParameterList; NFC
Hubert Tong
2016-07-20
1
-3
/
+2
*
[AST] Keep track of the left brace source location of a tag decl.
Argyrios Kyrtzidis
2016-07-15
1
-1
/
+1
*
[Sema] Don't artificially forbid BuiltinTemplateDecls in CheckTemplateArgument
David Majnemer
2016-07-11
1
-7
/
+6
*
[Sema] Disallow __make_integer_seq from showing up in __make_integer_seq
David Majnemer
2016-07-11
1
-4
/
+6
[prev]
[next]