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
/
test
/
Parser
/
cxx-template-decl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary -fms-extensions=0 from tests (this command line syntax is ...
Daniel Dunbar
2009-11-29
1
-1
/
+1
*
Implement support for default template arguments of function templates.
Douglas Gregor
2009-11-25
1
-1
/
+1
*
Improve diagnostics when parsing something like
Douglas Gregor
2009-10-30
1
-0
/
+4
*
Disabling some MS extensions which cause these tests to fail
John Thompson
2009-10-27
1
-1
/
+1
*
Improve checking for specializations of member classes of class
Douglas Gregor
2009-10-08
1
-3
/
+6
*
WIP implementation of explicit instantiation of function templates,
Douglas Gregor
2009-09-25
1
-1
/
+2
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-1
/
+1
*
Implement support for out-of-line definitions of the class members of class
Douglas Gregor
2009-07-22
1
-6
/
+2
*
Implement parsing and semantic analysis for out-of-line definitions of static
Douglas Gregor
2009-07-22
1
-1
/
+2
*
Improved semantic analysis and AST respresentation for function
Douglas Gregor
2009-06-25
1
-2
/
+2
*
Make sure that the template parameter lists get from the parser down to ActOn...
Douglas Gregor
2009-06-24
1
-1
/
+1
*
Diagnose class members that shadow a template parameter. Fixes
Douglas Gregor
2009-06-17
1
-0
/
+11
*
Parse typeof-specifier the same way as sizeof/alignof are parsed.
Argyrios Kyrtzidis
2009-05-22
1
-0
/
+5
*
Refactor the parsing of declarations so that template declarations can
Douglas Gregor
2009-05-12
1
-2
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Make "implicit int" an error in C++ (unless we're allowing Microsoft
Douglas Gregor
2009-02-16
1
-8
/
+10
*
Implement parsing, semantic analysis and ASTs for default template
Douglas Gregor
2009-02-10
1
-2
/
+2
*
Basic representation of C++ class templates, from Andrew Sutton.
Douglas Gregor
2009-02-04
1
-3
/
+3
*
Diagnose declarations that don't declare anything, and fix PR3020.
Sebastian Redl
2008-12-28
1
-4
/
+6
*
Keep track of template arguments when we parse them. Right now, we don't actu...
Douglas Gregor
2008-12-24
1
-1
/
+2
*
Representation of template type parameters and non-type template
Douglas Gregor
2008-12-05
1
-1
/
+25
*
A little more scaffolding for parsing templates:
Douglas Gregor
2008-12-02
1
-3
/
+2
*
Basic support for parsing templates, from Andrew Sutton
Douglas Gregor
2008-12-01
1
-0
/
+50