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
/
SemaTemplateInstantiateDecl.cpp
Age
Commit message (
Expand
)
Author
2010-08-25
Move more stuff out of Sema.h.
John McCall
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-23
Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*).
John McCall
2010-08-23
Sundry incremental steps towards killing off Action.
John McCall
2010-08-21
DeclPtrTy -> Decl *
John McCall
2010-08-19
Correctly instantiate templates with non-type template arguments that
John McCall
2010-08-18
Generate Attr subclasses with TableGen.
Sean Hunt
2010-08-18
zap dead code.
Chris Lattner
2010-08-15
Use Enumerators.data() instead of &Enumerators[0] to fix a potential
Eli Friedman
2010-08-15
Commit improved version of 111026 & 111027.
Argyrios Kyrtzidis
2010-08-13
Revert 111026 & 111027, build breakage.
Argyrios Kyrtzidis
2010-08-13
The unused warnings extravaganza continues. Warn for:
Argyrios Kyrtzidis
2010-08-13
Expand the unused warnings for functions. Warn for:
Argyrios Kyrtzidis
2010-08-12
Move Sema's headers into include/clang/Sema, renaming a few along the way.
Douglas Gregor
2010-08-12
Added locations and type source info for DeclarationName inside UsingDecl.
Abramo Bagnara
2010-08-11
Added locations and type source info for DeclarationName.
Abramo Bagnara
2010-08-06
Remove the DeclaredInCondition bit now that it's no longer used.
Nick Lewycky
2010-08-01
Instantiate attributes from the pattern record when instantiating
John McCall
2010-07-25
Remove the vast majority of the Destroy methods from the AST library,
Douglas Gregor
2010-07-20
Hide FunctionTemplateDecl's specializations folding set as implementation det...
Argyrios Kyrtzidis
2010-07-20
Hide the specializations folding sets of ClassTemplateDecl as an implementati...
Argyrios Kyrtzidis
2010-07-18
When instantiating function definitions set parameter names to those used in ...
Peter Collingbourne
2010-07-13
Set DeclContext of ParamVarDecl only. No need
Fariborz Jahanian
2010-07-13
More block instantiation stuff. Set variable/param DeclContext
Fariborz Jahanian
2010-07-13
Instantiate attributes when first building an instantiated
Fariborz Jahanian
2010-07-12
Copy over attributes to instantiated variable.
Fariborz Jahanian
2010-07-08
When performing substitution of template arguments within the body of
Douglas Gregor
2010-07-07
Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...
Argyrios Kyrtzidis
2010-06-25
Implement dependent alignment attribute support. This is a bit gross given the
Chandler Carruth
2010-06-17
Given Decl::isUsed() a flag indicating when to consider the "used"
Douglas Gregor
2010-06-16
Revert r106099; it broke self-host.
Douglas Gregor
2010-06-16
Added TemplateTypeParmType::getDecl().
Abramo Bagnara
2010-06-15
Implement -fvisibility-inlines-hidden. <rdar://problem/7819834>
Douglas Gregor
2010-06-09
Added inherited info to template and non-type arguments of templates.
Abramo Bagnara
2010-06-05
Added AccessSpecDecl node.
Abramo Bagnara
2010-06-04
Don't insert in lexical context implicit definitions of static member instances.
Abramo Bagnara
2010-05-30
Convert DeclNodes to use TableGen.
Sean Hunt
2010-05-24
Make sure that we instantiate variably modified types, even if they
Douglas Gregor
2010-05-21
When instantiating a function declaration within a function template,
Douglas Gregor
2010-05-21
When instantiating anonymous structs/unions within a function, make
Douglas Gregor
2010-05-19
Revert r104106; it's breaking linking of Boost.Serialization.
Douglas Gregor
2010-05-19
Teach clang to instantiate attributes on more declarations. Fixes PR7102.
Douglas Gregor
2010-05-18
I hate this commit.
Douglas Gregor
2010-05-17
Instantiate attributes on typedefs. This is a quick fix for PR7148,
Douglas Gregor
2010-05-17
Diagnose a redefinition error when there are two instantiations of friend
Douglas Gregor
2010-05-17
Determine when the instantiation of a friend function defined inside a
Douglas Gregor
2010-05-17
C++98/03 [temp.friend]p4 requires that inline function definitions
Douglas Gregor
2010-05-12
Whenever we instantiate a function definition or class, enter a new
Douglas Gregor
2010-05-08
Improve our handling of the -Wunused-variable warning in templates. In
Douglas Gregor
[prev]
[next]