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
/
SemaTemplate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix comment.
Mike Stump
2009-02-11
1
-1
/
+1
*
Appease the language lawyers
Douglas Gregor
2009-02-11
1
-1
/
+1
*
Finished semantic analysis of non-type template arguments, to check
Douglas Gregor
2009-02-11
1
-15
/
+167
*
Avoid bogus warning.
Mike Stump
2009-02-11
1
-1
/
+2
*
Reverted r64307. Moved hasSameType and hasSameUnqualifiedType from
Douglas Gregor
2009-02-11
1
-5
/
+5
*
Allow the use of default template arguments when forming a class
Douglas Gregor
2009-02-11
1
-2
/
+3
*
Rename Sema::hasSameType to QualType::isSameAs
Douglas Gregor
2009-02-11
1
-5
/
+5
*
Implement semantic checking for template arguments that correspond to
Douglas Gregor
2009-02-11
1
-6
/
+24
*
Add semantic checking for template arguments that correspond to
Douglas Gregor
2009-02-11
1
-73
/
+90
*
Semantic checking for template arguments that correspond to non-type
Douglas Gregor
2009-02-11
1
-3
/
+40
*
Add partial semantic checking of template arguments that are meant for
Douglas Gregor
2009-02-11
1
-3
/
+69
*
Add type-checking and implicit conversions for template parameters of
Douglas Gregor
2009-02-10
1
-1
/
+69
*
Implement parsing, semantic analysis and ASTs for default template
Douglas Gregor
2009-02-10
1
-0
/
+248
*
Semantic analysis for non-type template parameter declarations.
Douglas Gregor
2009-02-10
1
-0
/
+35
*
Teach the type-id/expression disambiguator about different
Douglas Gregor
2009-02-10
1
-2
/
+2
*
Check template template arguments against their corresponding template
Douglas Gregor
2009-02-10
1
-12
/
+66
*
Rudimentary checking of template arguments against their corresponding
Douglas Gregor
2009-02-09
1
-0
/
+182
*
Eliminate TemplateArg so that we only have a single kind of
Douglas Gregor
2009-02-09
1
-34
/
+9
*
Start processing template-ids as types when the template-name refers
Douglas Gregor
2009-02-09
1
-19
/
+69
*
Semantic checking for class template declarations and
Douglas Gregor
2009-02-06
1
-2
/
+267
*
Basic representation of C++ class templates, from Andrew Sutton.
Douglas Gregor
2009-02-04
1
-7
/
+63
*
Some name-lookup-related fixes, from Piotr Rak!
Douglas Gregor
2009-02-04
1
-3
/
+3
*
Eliminated LookupCriteria, whose creation was causing a bottleneck for
Douglas Gregor
2009-01-30
1
-5
/
+3
*
Refactor Sema::LookupDecl() into 2 functions: LookupDeclInScope() and LookupD...
Steve Naroff
2009-01-29
1
-3
/
+6
*
Keep track of template arguments when we parse them. Right now, we don't actu...
Douglas Gregor
2008-12-24
1
-2
/
+20
*
Ultrasimplistic sketch for the parsing of C++ template-ids. This won't
Douglas Gregor
2008-12-18
1
-0
/
+36
*
Move Sema::isTemplateParameterDecl to Decl::isTemplateParameter, where it bel...
Douglas Gregor
2008-12-08
1
-9
/
+3
*
Introduce basic support for dependent types, type-dependent
Douglas Gregor
2008-12-05
1
-0
/
+1
*
Representation of template type parameters and non-type template
Douglas Gregor
2008-12-05
1
-0
/
+116