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
/
AST
/
DeclTemplate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a
Saar Raz
2020-01-24
1
-1
/
+1
*
[Concepts] Placeholder constraints and abbreviated templates
Saar Raz
2020-01-24
1
-13
/
+32
*
[Concepts] Profile TypeConstraints in ProfileTemplateParameterList
Saar Raz
2020-01-24
1
-1
/
+4
*
[Concepts] Type Constraints
Saar Raz
2020-01-15
1
-26
/
+96
*
[Concepts] Function trailing requires clauses
Saar Raz
2020-01-09
1
-3
/
+8
*
[Concepts] Constrained partial specializations and function overloads.
Saar Raz
2019-12-23
1
-14
/
+65
*
Revert "[Concepts] Constrained partial specializations and function overloads."
Reid Kleckner
2019-12-22
1
-65
/
+14
*
[Concepts] Constrained partial specializations and function overloads.
Saar Raz
2019-12-22
1
-14
/
+65
*
Revert concepts changes from D41910
Vedant Kumar
2019-12-18
1
-65
/
+14
*
[Concepts] Constrained partial specializations and function overloads.
Saar Raz
2019-12-18
1
-14
/
+65
*
[Concept] Associated Constraints Infrastructure
Saar Raz
2019-10-15
1
-17
/
+38
*
DeclBase/DeclCXX/DeclTemplate - silence static analyzer getAs<> null derefere...
Simon Pilgrim
2019-10-03
1
-3
/
+3
*
[clang] Make handling of unnamed template params similar to function params
Kadir Cetinkaya
2019-10-01
1
-2
/
+6
*
[Concepts] Concept definitions (D40381)
Saar Raz
2019-07-10
1
-0
/
+20
*
Replace ad-hoc tracking of pattern for an instantiated class-scope
Richard Smith
2019-05-02
1
-12
/
+10
*
Modules: Adopt template parameters for variable templates to set their decl c...
David Blaikie
2019-04-19
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Add vtable anchor to classes.
Richard Trieu
2018-12-29
1
-0
/
+2
*
[Sema] Remove some conditions of a failing assert
Erik Pilkington
2018-12-05
1
-2
/
+0
*
[Sema] Fix a multiple definition bug with friends and templates
Erik Pilkington
2018-10-10
1
-0
/
+36
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
[AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into Dec...
Erich Keane
2018-08-01
1
-4
/
+4
*
Remove trailing space
Fangrui Song
2018-07-30
1
-7
/
+7
*
Revert rC330794 and some dependent tiny bug fixes
Faisal Vali
2018-04-26
1
-21
/
+0
*
[c++2a] [concepts] Add rudimentary parsing support for template concept decla...
Faisal Vali
2018-04-25
1
-0
/
+21
*
[AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).
Eugene Zelenko
2018-03-29
1
-29
/
+27
*
D40901: Refactor lazy loading of template specializations. NFC
Vassil Vassilev
2017-12-14
1
-39
/
+17
*
PR35456: Track definedness of variable template specializations separately from
Richard Smith
2017-12-02
1
-2
/
+2
*
[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-11-29
1
-31
/
+49
*
Refactor functions PrintTemplateArgumentList
Serge Pavlov
2017-11-28
1
-8
/
+4
*
Add a destruct-on-exit function to ASTContext.
George Burgess IV
2017-02-14
1
-19
/
+4
*
[Concepts] Class template associated constraints
Hubert Tong
2017-02-10
1
-3
/
+11
*
PR31469: Don't add friend template class decls to redecl chain in dependent c...
Vassil Vassilev
2017-01-12
1
-3
/
+1
*
When producing a name of a partial specialization in a diagnostic, use the
Richard Smith
2016-12-24
1
-6
/
+20
*
Move generation of injected template arguments for a template parameter list
Richard Smith
2016-12-23
1
-44
/
+8
*
Delete tautological assertion.
Jonathan Roelofs
2016-12-02
1
-1
/
+0
*
Retire llvm::alignOf in favor of C++11 alignof.
Benjamin Kramer
2016-10-20
1
-1
/
+1
*
Reapply r276069 with workaround for MSVC 2013
Hubert Tong
2016-07-30
1
-10
/
+18
*
Revert r276069: MSVC bots not happy
Hubert Tong
2016-07-20
1
-18
/
+10
*
Concepts: Create space for requires-clause in TemplateParameterList; NFC
Hubert Tong
2016-07-20
1
-10
/
+18
*
[AST] Keep track of the left brace source location of a tag decl.
Argyrios Kyrtzidis
2016-07-15
1
-1
/
+1
*
[AST] Use ArrayRef in more interfaces
David Majnemer
2016-07-07
1
-4
/
+3
*
[AST] Use ArrayRef in more interfaces
David Majnemer
2016-07-06
1
-117
/
+83
*
[AST] Use ArrayRef in more interfaces
David Majnemer
2016-07-03
1
-30
/
+23
*
[Feature] Add a builtin for indexing into parameter packs. Patch by Louis Dio...
Eric Fiselier
2016-07-01
1
-0
/
+23
*
ArrayRef-ize TemplateParameterList. NFC
David Majnemer
2015-12-27
1
-10
/
+9
*
[Sema] Implement __make_integer_seq
David Majnemer
2015-11-04
1
-0
/
+67
*
Convert a few classes over to use the new TrailingObjects helper.
James Y Knight
2015-08-06
1
-30
/
+34
*
Remove unused 'Owned' flag from TemplateArgumentList.
James Y Knight
2015-08-06
1
-1
/
+1
*
[AST] ArrayRefize template argument packs. No functionality change intended.
Benjamin Kramer
2015-08-05
1
-2
/
+2
[next]