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
*
PR13365: Fix code which was trying to treat an array of DeducedTemplateArgument
Richard Smith
2012-07-16
1
-10
/
+7
*
Apply visibility pragmas to class template declarations. This is needed because
Rafael Espindola
2012-07-13
1
-0
/
+2
*
Fix a bug in my previous commit. The problem is not that we were not using the
Rafael Espindola
2012-07-13
1
-0
/
+3
*
PR9793: Treat substitution as an instantiation step for the purpose of the
Richard Smith
2012-07-08
1
-0
/
+14
*
Documentation cleanup:
James Dennett
2012-06-15
1
-5
/
+8
*
Documentation cleanup:
James Dennett
2012-06-15
1
-1
/
+1
*
Still more Doxygen documentation fixes:
James Dennett
2012-06-14
1
-1
/
+1
*
Fix up the 'typename' suggestion logic introduced in r157085, based on
Kaelyn Uhrain
2012-06-08
1
-11
/
+9
*
Plug a long standing memory leak in TemplateArgument.
Benjamin Kramer
2012-06-07
1
-5
/
+6
*
Suggest adding 'typename' when it would make the compiler
Kaelyn Uhrain
2012-05-18
1
-0
/
+39
*
A little tweak to the SFINAE condition reporting. Don't say:
Richard Smith
2012-05-09
1
-1
/
+47
*
Move Sema::VerifyIntegerConstantExpression() and
Douglas Gregor
2012-05-04
1
-2
/
+14
*
In C++11 mode, implement the C++11 semantics for
Douglas Gregor
2012-05-01
1
-2
/
+4
*
Add a missing ExpressionEvaluationContext for template default arguments. Fi...
Eli Friedman
2012-04-26
1
-0
/
+1
*
Two missing -Wc++98-compat warnings, for null pointers as non-type template
Richard Smith
2012-04-26
1
-0
/
+3
*
When resolving default template arguments, it should be done in the declarati...
Argyrios Kyrtzidis
2012-04-25
1
-0
/
+3
*
PR12585: When processing a friend template inside a class template, don't
Richard Smith
2012-04-22
1
-15
/
+12
*
When declaring a template, check that the context doesn't already contain a
Richard Smith
2012-04-21
1
-3
/
+22
*
Replace r155185 with a better fix, which also addresses PR12557. When looking
Richard Smith
2012-04-20
1
-3
/
+3
*
Fix a bug which creduce found reducing PR12585.
Richard Smith
2012-04-20
1
-1
/
+1
*
Improve diagnostics in C++11 when a non-type template argument for a
Douglas Gregor
2012-04-10
1
-2
/
+27
*
Rework implementation of null non-type template arguments based on
Douglas Gregor
2012-04-10
1
-118
/
+154
*
Implement support for null non-type template arguments for non-type
Douglas Gregor
2012-04-06
1
-21
/
+87
*
Implement C++11 [temp.arg.nontype]'s permission to use the address of an object
Richard Smith
2012-04-04
1
-34
/
+40
*
If we encounter a friend class template for which we cannot resolve
Douglas Gregor
2012-03-30
1
-2
/
+6
*
Unify and fix our checking of C++ [dcl.meaning]p1's requirements
Douglas Gregor
2012-03-28
1
-3
/
+2
*
Support for definitions of member enumerations of class templates outside the
Richard Smith
2012-03-23
1
-8
/
+26
*
Replace a FIXME with a diagnostic when we can't resolve the
Douglas Gregor
2012-03-18
1
-1
/
+2
*
Diagnose tag and class template declarations with qualified
Douglas Gregor
2012-03-17
1
-2
/
+4
*
Implement [temp.param]p5: the top-level cv-qualifiers on a non-type template
Richard Smith
2012-03-13
1
-2
/
+6
*
Fix PR10447: lazily building name lookup tables for DeclContexts was broken.
Richard Smith
2012-03-13
1
-1
/
+1
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-24
/
+24
*
When determining whether an identifier followed by a '<' in a member
Douglas Gregor
2012-03-10
1
-9
/
+21
*
[AST/Sema/libclang] Replace getSourceRange().getBegin() with getLocStart().
Daniel Dunbar
2012-03-09
1
-27
/
+26
*
Two fixes to how we compute visibility:
Rafael Espindola
2012-02-23
1
-0
/
+1
*
Fix a constexpr FIXME: When implicitly instantiating the primary template for an
Richard Smith
2012-02-20
1
-1
/
+6
*
Introduce support for template instantiation of lambda
Douglas Gregor
2012-02-13
1
-0
/
+5
*
Make sure we convert struct layout pragmas to attributes for class templates ...
Eli Friedman
2012-02-10
1
-0
/
+5
*
Added source location for the template keyword in DependentTemplateSpecializa...
Abramo Bagnara
2012-02-06
1
-0
/
+3
*
Removed redundant location info from ElaboratedTypeLoc / DependentNameLoc / D...
Abramo Bagnara
2012-02-06
1
-6
/
+6
*
Added location for template keyword in TemplateSpecializationTypeLoc. In the ...
Abramo Bagnara
2012-02-06
1
-24
/
+26
*
Fixed instantiation of DependentScopeDeclRefExpr.
Abramo Bagnara
2012-02-06
1
-4
/
+4
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
In C++11 mode, when an integral constant expression is desired and we have a
Richard Smith
2012-02-04
1
-5
/
+5
*
When a pack expansion occurs in the template argument list of an alias
Douglas Gregor
2012-02-03
1
-5
/
+14
*
Implement support for a pack expansion into a fixed-length
Douglas Gregor
2012-02-03
1
-45
/
+101
*
Split Sema::MarkDeclarationReferenced into multiple functions; the additional...
Eli Friedman
2012-02-02
1
-1
/
+1
*
Make the callback object to Sema::CorrectTypo mandatory.
Kaelyn Uhrain
2012-01-31
1
-1
/
+1
*
SmallBitVectorize the deduced parameter set.
Benjamin Kramer
2012-01-30
1
-7
/
+4
[next]