index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
SemaTemplate.cpp
Age
Commit message (
Expand
)
Author
2012-04-10
Improve diagnostics in C++11 when a non-type template argument for a
Douglas Gregor
2012-04-10
Rework implementation of null non-type template arguments based on
Douglas Gregor
2012-04-06
Implement support for null non-type template arguments for non-type
Douglas Gregor
2012-04-04
Implement C++11 [temp.arg.nontype]'s permission to use the address of an object
Richard Smith
2012-03-30
If we encounter a friend class template for which we cannot resolve
Douglas Gregor
2012-03-28
Unify and fix our checking of C++ [dcl.meaning]p1's requirements
Douglas Gregor
2012-03-23
Support for definitions of member enumerations of class templates outside the
Richard Smith
2012-03-18
Replace a FIXME with a diagnostic when we can't resolve the
Douglas Gregor
2012-03-17
Diagnose tag and class template declarations with qualified
Douglas Gregor
2012-03-13
Implement [temp.param]p5: the top-level cv-qualifiers on a non-type template
Richard Smith
2012-03-13
Fix PR10447: lazily building name lookup tables for DeclContexts was broken.
Richard Smith
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-10
When determining whether an identifier followed by a '<' in a member
Douglas Gregor
2012-03-09
[AST/Sema/libclang] Replace getSourceRange().getBegin() with getLocStart().
Daniel Dunbar
2012-02-23
Two fixes to how we compute visibility:
Rafael Espindola
2012-02-20
Fix a constexpr FIXME: When implicitly instantiating the primary template for an
Richard Smith
2012-02-13
Introduce support for template instantiation of lambda
Douglas Gregor
2012-02-10
Make sure we convert struct layout pragmas to attributes for class templates ...
Eli Friedman
2012-02-06
Added source location for the template keyword in DependentTemplateSpecializa...
Abramo Bagnara
2012-02-06
Removed redundant location info from ElaboratedTypeLoc / DependentNameLoc / D...
Abramo Bagnara
2012-02-06
Added location for template keyword in TemplateSpecializationTypeLoc. In the ...
Abramo Bagnara
2012-02-06
Fixed instantiation of DependentScopeDeclRefExpr.
Abramo Bagnara
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-04
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
In C++11 mode, when an integral constant expression is desired and we have a
Richard Smith
2012-02-03
When a pack expansion occurs in the template argument list of an alias
Douglas Gregor
2012-02-03
Implement support for a pack expansion into a fixed-length
Douglas Gregor
2012-02-02
Split Sema::MarkDeclarationReferenced into multiple functions; the additional...
Eli Friedman
2012-01-31
Make the callback object to Sema::CorrectTypo mandatory.
Kaelyn Uhrain
2012-01-30
SmallBitVectorize the deduced parameter set.
Benjamin Kramer
2012-01-27
Added source location for the template keyword in AST template-id expressions.
Abramo Bagnara
2012-01-27
Avoid redundant NNS qualification in constructor/destructor names.
Abramo Bagnara
2012-01-18
constexpr: converted constant expression handling for enumerator values, case
Richard Smith
2012-01-17
Remove unreachable code in Clang. (replace with llvm_unreachable where approp...
David Blaikie
2012-01-14
De-virtualize getPreviousDecl() and getMostRecentDecl() when we know
Douglas Gregor
2012-01-14
Introduce Decl::getPreviousDecl() and Decl::getMostRecentDecl(),
Douglas Gregor
2012-01-13
Convert SemaTemplate*.cpp to pass a callback object to CorrectTypo.
Kaelyn Uhrain
2012-01-12
In Objective-C++, actually compute the base type of a member access
Douglas Gregor
2012-01-10
Update C++11 scoped enumeration support to match the final proposal:
Richard Smith
2012-01-09
Fix "note" of a duplicate explicit instantiation definition following a speci...
Nico Weber
2012-01-04
Process attributes in explicit function template instantiations. Fixes part of
Rafael Espindola
2012-01-03
Process attributes in explicit template instatiation definitions. Fixes PR11690.
Rafael Espindola
2011-12-23
Fix several issues related to specializations and explicit instantiations.
Nico Weber
2011-12-20
When performing name lookup for a redeclaration, ignore module
Douglas Gregor
2011-11-07
When we notice that a member function is defined with "= delete" or "=
Douglas Gregor
2011-11-03
When we're checking a friend function template in an out-of-line class
Douglas Gregor
2011-11-02
Fix various minor issues find via unreachable code warnings, from
Douglas Gregor
2011-11-01
When we see an out-of-line definition of a member class template that
Douglas Gregor
2011-10-27
Fix some cases where a CK_IntegralCast was being used to convert an lvalue to an
Richard Smith
2011-10-25
Check for unexpanded parameter packs in the name that guards a
Douglas Gregor
[next]