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
/
SemaTemplateInstantiateDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR7402 when it strikes via template instantiation.
Chandler Carruth
2010-09-03
1
-0
/
+5
*
Rename DeclContext::getLookupContext to getRedeclContext and change its seman...
Sebastian Redl
2010-08-31
1
-2
/
+2
*
When template substitution into a template parameter reduces the level
Douglas Gregor
2010-08-30
1
-6
/
+8
*
zap tabs
Gabor Greif
2010-08-30
1
-1
/
+1
*
fix dual aspect of PR8007,
Gabor Greif
2010-08-30
1
-3
/
+19
*
simplify by relying on cascading operator->
Gabor Greif
2010-08-28
1
-3
/
+3
*
simplify
Gabor Greif
2010-08-28
1
-2
/
+3
*
One who seeks knowledge learns something new every day.
John McCall
2010-08-26
1
-14
/
+12
*
Split out a header to hold APIs meant for the Sema implementation from Sema.h.
John McCall
2010-08-25
1
-1
/
+1
*
Rename *PendingImplicitInstantiations to *PendingInstantiations. No
Chandler Carruth
2010-08-25
1
-15
/
+15
*
Support explicit instantiation of function templates and members of class
Chandler Carruth
2010-08-25
1
-8
/
+24
*
Move more stuff out of Sema.h.
John McCall
2010-08-25
1
-6
/
+6
*
Struggle mightily against header inclusion in Sema.h.
John McCall
2010-08-24
1
-0
/
+1
*
OwningExprResult -> ExprResult. This patch brought to you by
John McCall
2010-08-24
1
-10
/
+8
*
Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*).
John McCall
2010-08-23
1
-8
/
+6
*
Sundry incremental steps towards killing off Action.
John McCall
2010-08-23
1
-5
/
+5
*
DeclPtrTy -> Decl *
John McCall
2010-08-21
1
-18
/
+15
*
Correctly instantiate templates with non-type template arguments that
John McCall
2010-08-19
1
-1
/
+1
*
Generate Attr subclasses with TableGen.
Alexis Hunt
2010-08-18
1
-9
/
+18
*
zap dead code.
Chris Lattner
2010-08-18
1
-4
/
+0
*
Use Enumerators.data() instead of &Enumerators[0] to fix a potential
Eli Friedman
2010-08-15
1
-1
/
+1
*
Commit improved version of 111026 & 111027.
Argyrios Kyrtzidis
2010-08-15
1
-2
/
+2
*
Revert 111026 & 111027, build breakage.
Argyrios Kyrtzidis
2010-08-13
1
-7
/
+1
*
The unused warnings extravaganza continues. Warn for:
Argyrios Kyrtzidis
2010-08-13
1
-1
/
+3
*
Expand the unused warnings for functions. Warn for:
Argyrios Kyrtzidis
2010-08-13
1
-0
/
+4
*
Move Sema's headers into include/clang/Sema, renaming a few along the way.
Douglas Gregor
2010-08-12
1
-2
/
+2
*
Added locations and type source info for DeclarationName inside UsingDecl.
Abramo Bagnara
2010-08-12
1
-9
/
+13
*
Added locations and type source info for DeclarationName.
Abramo Bagnara
2010-08-11
1
-22
/
+10
*
Remove the DeclaredInCondition bit now that it's no longer used.
Nick Lewycky
2010-08-06
1
-1
/
+0
*
Instantiate attributes from the pattern record when instantiating
John McCall
2010-08-01
1
-13
/
+12
*
Remove the vast majority of the Destroy methods from the AST library,
Douglas Gregor
2010-07-25
1
-6
/
+1
*
Hide FunctionTemplateDecl's specializations folding set as implementation det...
Argyrios Kyrtzidis
2010-07-20
1
-18
/
+10
*
Hide the specializations folding sets of ClassTemplateDecl as an implementati...
Argyrios Kyrtzidis
2010-07-20
1
-20
/
+5
*
When instantiating function definitions set parameter names to those used in ...
Peter Collingbourne
2010-07-18
1
-4
/
+8
*
Set DeclContext of ParamVarDecl only. No need
Fariborz Jahanian
2010-07-13
1
-3
/
+0
*
More block instantiation stuff. Set variable/param DeclContext
Fariborz Jahanian
2010-07-13
1
-0
/
+3
*
Instantiate attributes when first building an instantiated
Fariborz Jahanian
2010-07-13
1
-6
/
+3
*
Copy over attributes to instantiated variable.
Fariborz Jahanian
2010-07-12
1
-1
/
+4
*
When performing substitution of template arguments within the body of
Douglas Gregor
2010-07-08
1
-10
/
+20
*
Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...
Argyrios Kyrtzidis
2010-07-07
1
-3
/
+3
*
Implement dependent alignment attribute support. This is a bit gross given the
Chandler Carruth
2010-06-25
1
-4
/
+19
*
Given Decl::isUsed() a flag indicating when to consider the "used"
Douglas Gregor
2010-06-17
1
-1
/
+3
*
Revert r106099; it broke self-host.
Douglas Gregor
2010-06-16
1
-3
/
+5
*
Added TemplateTypeParmType::getDecl().
Abramo Bagnara
2010-06-16
1
-5
/
+3
*
Implement -fvisibility-inlines-hidden. <rdar://problem/7819834>
Douglas Gregor
2010-06-15
1
-0
/
+2
*
Added inherited info to template and non-type arguments of templates.
Abramo Bagnara
2010-06-09
1
-2
/
+2
*
Added AccessSpecDecl node.
Abramo Bagnara
2010-06-05
1
-0
/
+9
*
Don't insert in lexical context implicit definitions of static member instances.
Abramo Bagnara
2010-06-04
1
-1
/
+2
*
Convert DeclNodes to use TableGen.
Alexis Hunt
2010-05-30
1
-1
/
+1
*
Make sure that we instantiate variably modified types, even if they
Douglas Gregor
2010-05-24
1
-2
/
+4
[next]