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
/
typename-specifier.cpp
Age
Commit message (
Expand
)
Author
2012-07-30
Improvements to vexing-parse warnings. Make the no-parameters case more
Richard Smith
2012-06-08
Fix up the 'typename' suggestion logic introduced in r157085, based on
Kaelyn Uhrain
2012-05-18
Suggest adding 'typename' when it would make the compiler
Kaelyn Uhrain
2011-09-26
Diagnose attempts to use 'using typename' with a non-identifier name,
Douglas Gregor
2011-05-07
Patch for PR 7409 - only error on definition of invalid typedefs. Suppress e...
Richard Trieu
2010-06-16
Fix the recently-added warning about 'typename' and 'template'
Douglas Gregor
2010-06-14
Warn when a 'typename' or a 'template' keyword refers to a
Douglas Gregor
2010-04-08
Make CXXScopeSpec invalid when incomplete, and propagate that into any
Jeffrey Yasskin
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-10-13
Improve diagnostics when the parser encounters a declarator with an
Douglas Gregor
2009-10-13
Unify our diagnostic printing for errors of the form, "we didn't like
Douglas Gregor
2009-04-14
Make the implicit-int handling error recovery stuff handle C++
Chris Lattner
2009-03-27
Initial implementation of parsing, semantic analysis, and template
Douglas Gregor