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
/
SemaCXX
/
decltype-overloaded-functions.cpp
Age
Commit message (
Expand
)
Author
2012-10-21
Unrevert r166268, reverted in r166272, with a fix for the issue which Nick
Richard Smith
2012-10-19
Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid.
Nick Lewycky
2012-10-19
PR14124: When performing template instantiation of a qualified-id outside of a
Richard Smith
2012-10-01
PR13978: A 'decltype' DeclSpec has an expression representation, not a type
Richard Smith
2011-10-13
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-11
Catch placeholder types in DefaultLvalueConversion
John McCall
2011-03-16
Clean up our handling of template-ids that resolve down to a single
Douglas Gregor
2010-10-12
Progress.
John McCall
2010-10-12
Add some infrastructure for dealing with expressions of 'placeholder' type,
John McCall
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2009-12-21
When a template-id refers to a single function template, and the
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-06-29
Improvements to decltype. We now don't crash anymore when the expr is an over...
Anders Carlsson