index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Parser
/
cxx-template-decl.cpp
Age
Commit message (
Expand
)
Author
2012-04-09
Fix bugs found by -Wconstant-conversion improvements currently under review.
David Blaikie
2012-04-06
Remove "parse error" in favor of more descriptive diagnostics.
David Blaikie
2012-04-06
Fix diagnostic text for r154163.
David Blaikie
2012-04-06
Restrict fixit for missing 'class' in template template parameters.
David Blaikie
2012-04-05
Improve & simplify diagnostic for missing 'class' in template template parame...
David Blaikie
2012-04-02
Correct error recovery when missing 'class' in a template template parameter.
David Blaikie
2010-10-15
When we are missing the ',' or '>' to terminate a template parameter
Douglas Gregor
2010-04-08
Downgrade the "declaration does not declare anything" error to a
Douglas Gregor
2010-02-05
Teach C++ name lookup that it's okay to look in a scope without a
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-29
Remove unnecessary -fms-extensions=0 from tests (this command line syntax is ...
Daniel Dunbar
2009-11-25
Implement support for default template arguments of function templates.
Douglas Gregor
2009-10-30
Improve diagnostics when parsing something like
Douglas Gregor
2009-10-27
Disabling some MS extensions which cause these tests to fail
John Thompson
2009-10-08
Improve checking for specializations of member classes of class
Douglas Gregor
2009-09-25
WIP implementation of explicit instantiation of function templates,
Douglas Gregor
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-07-22
Implement support for out-of-line definitions of the class members of class
Douglas Gregor
2009-07-22
Implement parsing and semantic analysis for out-of-line definitions of static
Douglas Gregor
2009-06-25
Improved semantic analysis and AST respresentation for function
Douglas Gregor
2009-06-24
Make sure that the template parameter lists get from the parser down to ActOn...
Douglas Gregor
2009-06-17
Diagnose class members that shadow a template parameter. Fixes
Douglas Gregor
2009-05-22
Parse typeof-specifier the same way as sizeof/alignof are parsed.
Argyrios Kyrtzidis
2009-05-12
Refactor the parsing of declarations so that template declarations can
Douglas Gregor
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-16
Make "implicit int" an error in C++ (unless we're allowing Microsoft
Douglas Gregor
2009-02-10
Implement parsing, semantic analysis and ASTs for default template
Douglas Gregor
2009-02-04
Basic representation of C++ class templates, from Andrew Sutton.
Douglas Gregor
2008-12-28
Diagnose declarations that don't declare anything, and fix PR3020.
Sebastian Redl
2008-12-24
Keep track of template arguments when we parse them. Right now, we don't actu...
Douglas Gregor
2008-12-05
Representation of template type parameters and non-type template
Douglas Gregor
2008-12-02
A little more scaffolding for parsing templates:
Douglas Gregor
2008-12-01
Basic support for parsing templates, from Andrew Sutton
Douglas Gregor