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
/
dependent-names.cpp
Age
Commit message (
Expand
)
Author
2013-04-30
Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there
Richard Smith
2012-12-22
PR14695: Fix assert from bad cast<>. Not every namespace is a NamespaceDecl; ...
Richard Smith
2012-11-13
When filtering the list of associated namespaces so that we don't suggest people
Nick Lewycky
2012-11-10
Rework my implementation of circular-reference finding to not use
Douglas Gregor
2012-11-10
Diagnostic circular inheritance involving dependent base classes. We
Douglas Gregor
2012-04-25
When resolving default template arguments, it should be done in the declarati...
Argyrios Kyrtzidis
2011-10-13
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-06-26
Fix PR10187: when diagnosing a two-phase-lookup-related failure, don't assert...
Richard Smith
2011-06-14
Hyphenate "argument-dependent".
Jay Foad
2011-06-05
Fix PR10053: Improve diagnostics and error recovery for code which some compi...
Richard Smith
2011-02-04
Improve our handling of the current instantiation for qualified
Douglas Gregor
2010-04-09
Turn access control on by default in -cc1.
John McCall
2009-12-16
Shift things around so that it's easier to recover from a missing
John McCall
2009-12-16
Introduce a centralized routine in Sema for diagnosing failed lookups (when
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-24
Fix some major problems dealing with dependently-qualified names in implicit
John McCall
2009-06-12
Fix PR4365.
Anders Carlsson