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
/
instantiate-member-class.cpp
Age
Commit message (
Expand
)
Author
2012-08-08
Implement warning for integral null pointer constants other than the literal 0.
David Blaikie
2011-11-07
Tighten up the conditions under which we consider ourselves to be
Douglas Gregor
2011-10-12
Switch diagnostic text from "C++0x" over to "C++11".
Douglas Gregor
2011-07-01
Fix AST representations of alias-declarations which define tag types. Inside ...
Richard Smith
2011-03-06
We may fail to map a declaration in a template to its instantiated
Douglas Gregor
2010-04-09
Turn access control on by default in -cc1.
John McCall
2010-04-09
Improve diagnostics when we fail to convert from a source type to a
Douglas Gregor
2010-03-26
Properly account for redeclarations when explicitly instantiating class templ...
John McCall
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-01-13
Reimplement constructor declarator parsing to cope with template-ids
Douglas Gregor
2009-12-15
Link up member-class redeclarations during template instantiation.
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-03-25
Fix notes regarding the instantiation of member classes (and test 'em).
Douglas Gregor
2009-03-25
Instantiation for member classes of class templates. Note that only
Douglas Gregor