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
*
Revert r359048: C++ DR2387: a variable template declared wthi
Ilya Biryukov
2019-04-24
1
-32
/
+20
*
C++ DR2387: a variable template declared wtih (or instantiated with) a
Richard Smith
2019-04-23
1
-20
/
+32
*
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...
Bruno Ricci
2019-03-25
1
-12
/
+15
*
Fix implementation of [temp.local]p4.
Richard Smith
2019-02-15
1
-60
/
+82
*
Revert "Fix implementation of [temp.local]p4."
Francis Visoiu Mistrih
2019-02-15
1
-82
/
+60
*
Fix implementation of [temp.local]p4.
Richard Smith
2019-02-15
1
-60
/
+82
*
Remove Expr sugar decorating the CXXUuidofExpr node.
Bill Wendling
2019-01-27
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Fixed Point Arithmetic] Add APFixedPoint to APValue
Leonard Chan
2019-01-16
1
-0
/
+1
*
[AST] Remove ASTContext from getThisType (NFC)
Brian Gesiak
2019-01-11
1
-1
/
+1
*
DR674, PR38883, PR40238: Qualified friend lookup should look for a
Richard Smith
2019-01-07
1
-3
/
+22
*
[Sema][NFC] Fix a Wimplicit-fallthrough warning in CheckSpecializationInstant...
Bruno Ricci
2018-12-21
1
-0
/
+1
*
[Sema][NFC] Remove some unnecessary calls to getASTContext.
Bruno Ricci
2018-12-21
1
-6
/
+7
*
[Sema] Better static assert diagnostics for expressions involving temporaries...
Clement Courbet
2018-12-20
1
-2
/
+4
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-13
1
-1
/
+1
*
Revert "[OpenCL] Add generic AS to 'this' pointer"
Mikael Nilsson
2018-12-12
1
-1
/
+1
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-12
1
-1
/
+1
*
Reland r348741 "[Sema] Further improvements to to static_assert diagnostics."
Clement Courbet
2018-12-11
1
-31
/
+37
*
Revert r348830 "[Sema]improve static_assert(!expr)"
Clement Courbet
2018-12-11
1
-14
/
+0
*
[Sema]improve static_assert(!expr)
Clement Courbet
2018-12-11
1
-0
/
+14
*
Revert r348741 "[Sema] Further improvements to to static_assert diagnostics."
Clement Courbet
2018-12-10
1
-41
/
+36
*
[Sema] Further improvements to to static_assert diagnostics.
Clement Courbet
2018-12-10
1
-36
/
+41
*
[WIP][Sema] Improve static_assert diagnostics for type traits.
Clement Courbet
2018-12-04
1
-1
/
+23
*
[Sema] Make sure we substitute an instantiation-dependent default template ar...
Erik Pilkington
2018-11-12
1
-1
/
+1
*
[clang] Properly apply attributes on explicit instantiations of static data m...
Louis Dionne
2018-10-10
1
-4
/
+2
*
Consistently create a new declaration when merging a pre-existing but
Richard Smith
2018-09-12
1
-21
/
+38
*
PR33222: Require the declared return type not the actual return type to
Richard Smith
2018-09-10
1
-0
/
+2
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-2
/
+2
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-113
/
+102
*
[Sema] Ensure an auto non-type template parameter is dependent
Erik Pilkington
2018-08-07
1
-1
/
+10
*
Remove trailing space
Fangrui Song
2018-07-30
1
-14
/
+14
*
[Sema] Use a TreeTransform to extract deduction guide parameter types
Erik Pilkington
2018-07-27
1
-15
/
+25
*
[Sema] Diagnose an invalid dependent function template specialization
Erik Pilkington
2018-07-19
1
-5
/
+22
*
Fix template argument deduction when a parameter pack has a value
Richard Smith
2018-07-19
1
-25
/
+20
*
PR15730/PR16986 Allow dependently typed vector_size types.
Erich Keane
2018-07-13
1
-0
/
+5
*
[NFC] Rename clang::AttributeList to clang::ParsedAttr
Erich Keane
2018-07-13
1
-5
/
+5
*
AttributeList de-listifying:
Erich Keane
2018-07-12
1
-61
/
+35
*
Revert -r336726, which included more files than intended.
Erich Keane
2018-07-10
1
-5
/
+0
*
[NFC] Switch CodeGenFunction to use value init instead of member init lists
Erich Keane
2018-07-10
1
-0
/
+5
*
Diagnose missing 'template' keywords in more cases.
Richard Smith
2018-06-26
1
-6
/
+27
*
Fix __uuidof handling on non-type template parameter in C++17
Nico Weber
2018-05-17
1
-1
/
+1
*
[c++17] Fix assertion on synthesizing deduction guides after a fatal error.
Volodymyr Sapsai
2018-05-14
1
-0
/
+2
*
Fix regression in r332076.
Richard Smith
2018-05-14
1
-1
/
+11
*
Improve diagnostics and error recovery for template name lookup.
Richard Smith
2018-05-11
1
-50
/
+86
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-53
/
+53
*
Fix explicit template parameter reporting for narrowing conversions
Erich Keane
2018-05-07
1
-0
/
+4
*
Implement P0482R2, support for char8_t type.
Richard Smith
2018-05-01
1
-2
/
+2
*
Parse A::template B as an identifier rather than as a template-id with no
Richard Smith
2018-04-27
1
-2
/
+2
*
Diagnose missing template arguments for a variable template even when there is
Richard Smith
2018-04-26
1
-0
/
+8
*
Factor out common code for diagnosing missing template arguments.
Richard Smith
2018-04-26
1
-5
/
+11
[next]