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
/
SemaTemplate
/
class-template-decl.cpp
Age
Commit message (
Expand
)
Author
2012-04-21
Fix test failure.
Richard Smith
2012-04-21
When declaring a template, check that the context doesn't already contain a
Richard Smith
2012-04-20
Replace r155185 with a better fix, which also addresses PR12557. When looking
Richard Smith
2012-04-20
Fix a bug which creduce found reducing PR12585.
Richard Smith
2011-11-07
Drastically simplify the mapping from the declaration corresponding to
Douglas Gregor
2011-11-04
Revert r143551. It is causing g++.dg/template/crash52.C test failure.
Devang Patel
2011-11-02
Drastically simplify the mapping from the declaration corresponding to
Douglas Gregor
2011-10-21
When performing name lookup for the previous declaration of a field,
Douglas Gregor
2011-07-14
PR10359: Template declarations which define classes are not permitted to also...
Richard Smith
2010-11-08
Don't lose track of previous-declarations when instantiating a class template.
Nick Lewycky
2010-04-12
Fix a crash-on-invalid involving name lookup of tag names, where we
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-05
Be a little more careful when trying to extract a TypeDecl from a enum/class/...
Douglas Gregor
2009-11-05
De-FIXME a test
Douglas Gregor
2009-06-22
Robustify a bunch of C++-related declaration actions.
Douglas Gregor
2009-05-03
One can use "class" and "struct" interchangeably to refer to a class
Douglas Gregor
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-19
Fix a long standard problem with clang retaining "too much" sugar
Chris Lattner
2009-02-06
Semantic checking for class template declarations and
Douglas Gregor