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
2010-08-24
Struggle mightily against header inclusion in Sema.h.
John McCall
2010-08-24
OwningExprResult -> ExprResult. This patch brought to you by
John McCall
2010-08-24
Abstract out passing around types and kill off ActionBase.
John McCall
2010-08-23
Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*).
John McCall
2010-08-23
Push DeclGroupRefs and TemplateNames in an opaque but type-safe way
John McCall
2010-08-21
DeclPtrTy -> Decl *
John McCall
2010-08-20
Another step in the process of making the parser depend on Sema:
John McCall
2010-08-20
Revert r111609, which is failing its new test.
Douglas Gregor
2010-08-20
Detect efforts to declare a template member friend and explicitly ignore them.
John McCall
2010-08-18
Generate Attr subclasses with TableGen.
Sean Hunt
2010-08-15
Commit improved version of 111026 & 111027.
Argyrios Kyrtzidis
2010-08-13
Work around a crash when checking access to injected class names
John McCall
2010-08-13
Perform access control when template lookup finds a class template.
John McCall
2010-08-12
Move Sema's headers into include/clang/Sema, renaming a few along the way.
Douglas Gregor
2010-08-11
Added locations and type source info for DeclarationName.
Abramo Bagnara
2010-08-11
Random temporary string cleanup.
Benjamin Kramer
2010-08-10
Fixed redundant NNS loading.
Abramo Bagnara
2010-08-06
Template keyword should not be ignored building a QualifiedTemplateName.
Abramo Bagnara
2010-08-05
Get rid of isObjectType; when C++ says "object type", it generally
Eli Friedman
2010-07-28
Don't set out-of-line template specialization/definition information
Douglas Gregor
2010-07-28
Enable expression transformations in the current-instantiation
Douglas Gregor
2010-07-25
Remove the vast majority of the Destroy methods from the AST library,
Douglas Gregor
2010-07-20
Hide the specializations folding sets of ClassTemplateDecl as an implementati...
Argyrios Kyrtzidis
2010-07-20
Update ImplicitCastExpr to be able to represent an XValue.
Sebastian Redl
2010-07-16
When performing template name lookup for a dependent member access
Douglas Gregor
2010-07-14
When there are extra or missing template parameter lists in a template
Douglas Gregor
2010-07-13
Provide a special diagnostic for attempts to explicitly specialize
Douglas Gregor
2010-07-08
When performing substitution of template arguments within the body of
Douglas Gregor
2010-07-06
Correctly set the location of the "template" keyword for a class
Douglas Gregor
2010-07-01
Implement C++ DR481, which clarifies that the scope of template
Douglas Gregor
2010-06-29
When typo correction produces a result that is not of the kind we're
Douglas Gregor
2010-06-16
When we see a 'template' disambiguator that marks the next identifier
Douglas Gregor
2010-06-16
Fix the recently-added warning about 'typename' and 'template'
Douglas Gregor
2010-06-16
Downgrade the error when using a typedef in the nested-name-specifier
Douglas Gregor
2010-06-16
Revert r106099; it broke self-host.
Douglas Gregor
2010-06-16
Added TemplateTypeParmType::getDecl().
Abramo Bagnara
2010-06-16
Fix a point of semantics with using declaration hiding: method templates
John McCall
2010-06-16
Introduce Type::isIntegralOrEnumerationType(), to cover those places
Douglas Gregor
2010-06-15
Allocate template parameter lists for out-of-line definitions via the
Douglas Gregor
2010-06-14
Warn when a 'typename' or a 'template' keyword refers to a
Douglas Gregor
2010-06-13
TemplateSpecializationType's isCurrentInstantiation bit can be derived
John McCall
2010-06-12
Added template parameters info for out-of-line definitions of class template ...
Abramo Bagnara
2010-06-12
Don't omit class explicit instantiation from AST.
Abramo Bagnara
2010-06-11
Split DependentNameType into two types. DependentNameType represents the
John McCall
2010-06-09
Added inherited info to template and non-type arguments of templates.
Abramo Bagnara
2010-06-05
Add an extension to avoid an error when a global template has the same name as
Jeffrey Yasskin
2010-06-04
Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*.
John McCall
2010-06-04
When checking for equality of template parameter lists, a template
Douglas Gregor
2010-05-28
Copy source information for the inner type of an elaborated type; fixes some
John McCall
2010-05-23
It turns out that people love using VLAs in templates, too. Weaken our
Douglas Gregor
[prev]
[next]