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-10-12
Fix typo correction of one qualified name to another.
David Blaikie
2012-09-26
Fix the AST representation for non-type template arguments to encode
Eli Friedman
2012-09-19
Remove Context argument from TemplateDeductionInfo constructor. It was no lon...
Craig Topper
2012-09-10
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-07
PR9023: A template template parameter whose template parameter list contains an
Richard Smith
2012-09-05
Fixed lexical decl context of out of line class template instantiations.
Abramo Bagnara
2012-08-23
Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...
Benjamin Kramer
2012-08-23
Rip out remnants of move semantic emulation and smart pointers in Sema.
Benjamin Kramer
2012-08-23
Fix undefined behavior: member function calls where 'this' is a null pointer.
Richard Smith
2012-08-22
Merge existing attributes before processing pragmas in friend template
Rafael Espindola
2012-08-17
Don't forget to apply #pragma pack to partial and explicit specializations of
Richard Smith
2012-08-08
Don't add attributes for "#pragma pack" and friends to tag declarations which
Eli Friedman
2012-07-31
Comment parsing: add support for \tparam command on all levels.
Dmitri Gribenko
2012-07-16
PR13365: Fix code which was trying to treat an array of DeducedTemplateArgument
Richard Smith
2012-07-13
Apply visibility pragmas to class template declarations. This is needed because
Rafael Espindola
2012-07-13
Fix a bug in my previous commit. The problem is not that we were not using the
Rafael Espindola
2012-07-08
PR9793: Treat substitution as an instantiation step for the purpose of the
Richard Smith
2012-06-15
Documentation cleanup:
James Dennett
2012-06-15
Documentation cleanup:
James Dennett
2012-06-14
Still more Doxygen documentation fixes:
James Dennett
2012-06-08
Fix up the 'typename' suggestion logic introduced in r157085, based on
Kaelyn Uhrain
2012-06-07
Plug a long standing memory leak in TemplateArgument.
Benjamin Kramer
2012-05-18
Suggest adding 'typename' when it would make the compiler
Kaelyn Uhrain
2012-05-09
A little tweak to the SFINAE condition reporting. Don't say:
Richard Smith
2012-05-04
Move Sema::VerifyIntegerConstantExpression() and
Douglas Gregor
2012-05-01
In C++11 mode, implement the C++11 semantics for
Douglas Gregor
2012-04-26
Add a missing ExpressionEvaluationContext for template default arguments. Fi...
Eli Friedman
2012-04-26
Two missing -Wc++98-compat warnings, for null pointers as non-type template
Richard Smith
2012-04-25
When resolving default template arguments, it should be done in the declarati...
Argyrios Kyrtzidis
2012-04-22
PR12585: When processing a friend template inside a class template, don't
Richard Smith
2012-04-21
When declaring a template, check that the context doesn't already contain a
Richard Smith
2012-04-20
Replace r155185 with a better fix, which also addresses PR12557. When looking
Richard Smith
2012-04-20
Fix a bug which creduce found reducing PR12585.
Richard Smith
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
[next]