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
...
*
Added locations and type source info for DeclarationName.
Abramo Bagnara
2010-08-11
1
-23
/
+26
*
Random temporary string cleanup.
Benjamin Kramer
2010-08-11
1
-1
/
+1
*
Fixed redundant NNS loading.
Abramo Bagnara
2010-08-10
1
-4
/
+6
*
Template keyword should not be ignored building a QualifiedTemplateName.
Abramo Bagnara
2010-08-06
1
-3
/
+5
*
Get rid of isObjectType; when C++ says "object type", it generally
Eli Friedman
2010-08-05
1
-5
/
+3
*
Don't set out-of-line template specialization/definition information
Douglas Gregor
2010-07-28
1
-2
/
+2
*
Enable expression transformations in the current-instantiation
Douglas Gregor
2010-07-28
1
-9
/
+0
*
Remove the vast majority of the Destroy methods from the AST library,
Douglas Gregor
2010-07-25
1
-2
/
+0
*
Hide the specializations folding sets of ClassTemplateDecl as an implementati...
Argyrios Kyrtzidis
2010-07-20
1
-51
/
+19
*
Update ImplicitCastExpr to be able to represent an XValue.
Sebastian Redl
2010-07-20
1
-4
/
+2
*
When performing template name lookup for a dependent member access
Douglas Gregor
2010-07-16
1
-5
/
+5
*
When there are extra or missing template parameter lists in a template
Douglas Gregor
2010-07-14
1
-3
/
+16
*
Provide a special diagnostic for attempts to explicitly specialize
Douglas Gregor
2010-07-13
1
-6
/
+16
*
When performing substitution of template arguments within the body of
Douglas Gregor
2010-07-08
1
-1
/
+1
*
Correctly set the location of the "template" keyword for a class
Douglas Gregor
2010-07-06
1
-1
/
+2
*
Implement C++ DR481, which clarifies that the scope of template
Douglas Gregor
2010-07-01
1
-107
/
+65
*
When typo correction produces a result that is not of the kind we're
Douglas Gregor
2010-06-29
1
-1
/
+2
*
When we see a 'template' disambiguator that marks the next identifier
Douglas Gregor
2010-06-16
1
-15
/
+17
*
Fix the recently-added warning about 'typename' and 'template'
Douglas Gregor
2010-06-16
1
-23
/
+23
*
Downgrade the error when using a typedef in the nested-name-specifier
Douglas Gregor
2010-06-16
1
-3
/
+3
*
Revert r106099; it broke self-host.
Douglas Gregor
2010-06-16
1
-1
/
+1
*
Added TemplateTypeParmType::getDecl().
Abramo Bagnara
2010-06-16
1
-1
/
+1
*
Fix a point of semantics with using declaration hiding: method templates
John McCall
2010-06-16
1
-9
/
+8
*
Introduce Type::isIntegralOrEnumerationType(), to cover those places
Douglas Gregor
2010-06-16
1
-3
/
+3
*
Allocate template parameter lists for out-of-line definitions via the
Douglas Gregor
2010-06-15
1
-3
/
+4
*
Warn when a 'typename' or a 'template' keyword refers to a
Douglas Gregor
2010-06-14
1
-2
/
+19
*
TemplateSpecializationType's isCurrentInstantiation bit can be derived
John McCall
2010-06-13
1
-4
/
+1
*
Added template parameters info for out-of-line definitions of class template ...
Abramo Bagnara
2010-06-12
1
-0
/
+13
*
Don't omit class explicit instantiation from AST.
Abramo Bagnara
2010-06-12
1
-50
/
+69
*
Split DependentNameType into two types. DependentNameType represents the
John McCall
2010-06-11
1
-84
/
+22
*
Added inherited info to template and non-type arguments of templates.
Abramo Bagnara
2010-06-09
1
-8
/
+10
*
Add an extension to avoid an error when a global template has the same name as
Jeffrey Yasskin
2010-06-05
1
-2
/
+3
*
Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*.
John McCall
2010-06-04
1
-3
/
+4
*
When checking for equality of template parameter lists, a template
Douglas Gregor
2010-06-04
1
-3
/
+26
*
Copy source information for the inner type of an elaborated type; fixes some
John McCall
2010-05-28
1
-32
/
+31
*
It turns out that people love using VLAs in templates, too. Weaken our
Douglas Gregor
2010-05-23
1
-7
/
+8
*
Provide the overloaded functions for UnresolvedLookupExpr and
Douglas Gregor
2010-05-23
1
-2
/
+2
*
Implement support for variable length arrays in C++. VLAs are limited
Douglas Gregor
2010-05-22
1
-4
/
+14
*
Improve recovery when we see a dependent template name that is missing
Douglas Gregor
2010-05-21
1
-0
/
+1
*
Improve parser recovery when we encounter a dependent template name
Douglas Gregor
2010-05-21
1
-5
/
+15
*
Added TemplateArgumentListInfo to FunctionTemplateSpecializationInfo.
Abramo Bagnara
2010-05-20
1
-24
/
+18
*
Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan...
Abramo Bagnara
2010-05-20
1
-4
/
+4
*
Support implicitly closing on 'this' in a block. Fixed PR7165.
John McCall
2010-05-20
1
-3
/
+5
*
fix the TemplateArgumentList copy constructor to not
Chris Lattner
2010-05-20
1
-1
/
+1
*
Added basic source locations to Elaborated and DependentName types.
Abramo Bagnara
2010-05-19
1
-20
/
+46
*
Revert r103770, "Added basic source locations to Elaborated and DependentName
Daniel Dunbar
2010-05-14
1
-40
/
+10
*
Added basic source locations to Elaborated and DependentName types.
Abramo Bagnara
2010-05-14
1
-10
/
+40
*
Rework when and how vtables are emitted, by tracking where vtables are
Douglas Gregor
2010-05-13
1
-2
/
+6
*
Merged Elaborated and QualifiedName types.
Abramo Bagnara
2010-05-11
1
-47
/
+31
*
The C++98/03 standard is disturbingly silent about out-of-scope
Douglas Gregor
2010-05-11
1
-3
/
+12
[prev]
[next]