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
*
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
*
[modules] Improve diagnostic for a template-id that's invalid because a default
Richard Smith
2015-06-17
1
-0
/
+5
*
[modules] Track all default template arguments for a given parameter across
Richard Smith
2015-06-10
1
-0
/
+6
*
Refactor storage of default template arguments.
Richard Smith
2015-06-10
1
-9
/
+14
*
[modules] Ensure we've imported all declarations of a template before
Richard Smith
2015-02-24
1
-3
/
+15
*
Refactor *TemplateDecl::addSpecialization to reduce duplication and add some
Richard Smith
2015-02-24
1
-32
/
+36
*
Convert some function arguments to use ArrayRef.
Craig Topper
2014-06-26
1
-19
/
+16
*
If a declaration is loaded, and then a module import adds a redeclaration, then
Richard Smith
2014-05-16
1
-28
/
+31
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
1
-36
/
+37
*
Make TypeDecl much less friendly.
Richard Smith
2014-04-23
1
-4
/
+4
*
Clean up variable template handling a bit, and correct the behavior of name
Richard Smith
2014-01-16
1
-5
/
+2
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-1
/
+1
*
Add class-specific operator new to Decl hierarchy. This guarantees that Decls
Richard Smith
2013-11-22
1
-102
/
+60
*
Reduce indentation with an early exit.
Rafael Espindola
2013-10-19
1
-23
/
+24
*
Rename some functions for consistency.
Rafael Espindola
2013-10-17
1
-2
/
+2
*
A clean-up pass, exploring the unification of traversals of class, variable a...
Larisse Voufo
2013-08-23
1
-2
/
+2
*
Remove SequenceNumber from class/variable template partial specializations.
Richard Smith
2013-08-22
1
-21
/
+14
*
variable templates updated for PCH serialization... Still working on test cas...
Larisse Voufo
2013-08-13
1
-0
/
+10
*
Added source locs for angled parentheses in class/var template partial specs.
Enea Zaffanella
2013-08-10
1
-19
/
+11
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-0
/
+245
*
Lazily deserialize function template specializations. This fixes a cycle in
Richard Smith
2013-06-28
1
-0
/
+17
*
A little ArrayRef'ization.
Richard Smith
2013-05-17
1
-6
/
+5
*
Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...
Benjamin Kramer
2013-02-22
1
-9
/
+5
*
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-21
1
-3
/
+3
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-7
/
+5
*
Remove const_casts by making spec_begin()/spec_end() const
Dmitri Gribenko
2013-02-14
1
-2
/
+2
*
Ensure that type definitions present in just-loaded modules are
Douglas Gregor
2013-02-09
1
-2
/
+11
*
Constify some getters in RedeclarableTemplateDecl
Dmitri Gribenko
2013-01-23
1
-6
/
+6
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-2
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Fixed ClassTemplateSpecializationDecl source range.
Abramo Bagnara
2012-10-15
1
-7
/
+21
*
PR9023: A template template parameter whose template parameter list contains an
Richard Smith
2012-09-07
1
-3
/
+55
*
Fix misaligned allocation of TemplateParameterList objects.
Richard Smith
2012-08-16
1
-1
/
+2
*
Make explicit specializations at class scope work
Nico Weber
2012-06-25
1
-1
/
+2
*
Fix non-deterministic iteration order when walking the specializations
Chandler Carruth
2012-05-03
1
-7
/
+8
*
When we form a new function/class template specialization, we first
Douglas Gregor
2012-03-28
1
-3
/
+21
*
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-10
1
-1
/
+1
*
De-virtualize getPreviousDecl() and getMostRecentDecl() when we know
Douglas Gregor
2012-01-14
1
-6
/
+6
*
Add a FIXME for mutation of the common pointer of a RedeclarableTemplateDecl....
Douglas Gregor
2012-01-14
1
-1
/
+5
*
Reimplement RedeclarableTemplateDecl in terms of
Douglas Gregor
2012-01-14
1
-33
/
+21
*
When creating declarations that are deserialized from an module file,
Douglas Gregor
2012-01-05
1
-21
/
+68
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+17
*
Fixed source range for template implicit instantiations.
Abramo Bagnara
2011-10-03
1
-9
/
+21
*
Don't use TemplateArgumentListInfo inside AST nodes because it may leak.
Argyrios Kyrtzidis
2011-09-22
1
-0
/
+18
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-2
/
+2
*
Implement support for C++0x alias templates.
Richard Smith
2011-05-05
1
-0
/
+31
[next]