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
/
Parse
/
ParseTemplate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rudimentary checking of template arguments against their corresponding
Douglas Gregor
2009-02-09
1
-6
/
+17
*
Implement Sebastian's idea for simplifying our handling of the greater-than o...
Douglas Gregor
2009-02-09
1
-2
/
+6
*
Eliminate TemplateArg so that we only have a single kind of
Douglas Gregor
2009-02-09
1
-18
/
+27
*
Start processing template-ids as types when the template-name refers
Douglas Gregor
2009-02-09
1
-23
/
+59
*
Semantic checking for class template declarations and
Douglas Gregor
2009-02-06
1
-4
/
+11
*
Basic representation of C++ class templates, from Andrew Sutton.
Douglas Gregor
2009-02-04
1
-19
/
+20
*
move library-specific diagnostic headers into library private dirs. Reduce
Chris Lattner
2009-01-29
1
-1
/
+1
*
Split the single monolithic DiagnosticKinds.def file into one
Chris Lattner
2009-01-27
1
-1
/
+1
*
rename tok::annot_qualtypename -> tok::annot_typename, which is both
Chris Lattner
2009-01-06
1
-1
/
+1
*
TryAnnotateTypeOrScopeToken and TryAnnotateCXXScopeToken can
Chris Lattner
2009-01-05
1
-2
/
+2
*
Simplify some control flow and remove a call to TryAnnotateCXXScopeToken
Chris Lattner
2009-01-04
1
-12
/
+11
*
Keep track of template arguments when we parse them. Right now, we don't actu...
Douglas Gregor
2008-12-24
1
-51
/
+94
*
Ultrasimplistic sketch for the parsing of C++ template-ids. This won't
Douglas Gregor
2008-12-18
1
-2
/
+106
*
Use a scoped object to manage entry/exit from a parser scope rather than expl...
Douglas Gregor
2008-12-10
1
-4
/
+1
*
Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResult
Sebastian Redl
2008-12-09
1
-2
/
+1
*
Consistently use smart pointers for stmt and expr nodes in parser local varia...
Sebastian Redl
2008-12-09
1
-3
/
+4
*
Representation of template type parameters and non-type template
Douglas Gregor
2008-12-05
1
-1
/
+1
*
A little more scaffolding for parsing templates:
Douglas Gregor
2008-12-02
1
-38
/
+44
*
Basic support for parsing templates, from Andrew Sutton
Douglas Gregor
2008-12-01
1
-0
/
+288
[prev]