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-expr-4.cpp
Age
Commit message (
Expand
)
Author
2011-10-26
Fix crash due to missing array-to-pointer decay when instantiating an unresolved
Richard Smith
2011-07-26
When we decide not to rebuild an instantiated C++ 'new' expression
Douglas Gregor
2011-02-28
Add -fcxx-exceptions to all tests that use C++ exceptions.
Anders Carlsson
2011-02-19
Pass -fexceptions to all tests that use try/catch/throw.
Anders Carlsson
2011-01-04
Enhance the diagnostic for negative array sizes to include the
Chandler Carruth
2010-09-05
make clang print types as "const int *" instead of "int const*",
Chris Lattner
2010-08-27
Continue to instantiate sub-statements in a CompoundStmt as long as
John McCall
2010-03-31
Re-bind non-dependent CXXTemporaryObjectExpr nodes as temporaries when
Chandler Carruth
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-02-09
Migrate the mish-mash of declaration checks in
Douglas Gregor
2010-01-23
Use the new init code for member subobjects.
Anders Carlsson
2010-01-13
Improve the reporting of non-viable overload candidates by noting the reason
John McCall
2010-01-06
Improve the diagnostics used to report implicitly-generated class members
John McCall
2009-12-23
Diagnose the use of incomplete types in C++ typeid expressions
Douglas Gregor
2009-12-22
When transforming a C++ "new" expression that was not explicitly given
Douglas Gregor
2009-12-18
Switch the initialization required by return statements over to the
Douglas Gregor
2009-12-16
Switch the C++ new expression over to InitializationSequence, rather
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-12
Rework the way we handle template instantiation for
Douglas Gregor
2009-12-09
Reimplement reference initialization (C++ [dcl.init.ref]) using the
Douglas Gregor
2009-05-22
Template instantiation for qualified declaration reference
Douglas Gregor
2009-05-22
Add a few tests to ensure that member functions of class templates can
Douglas Gregor
2009-05-22
Representation of and template instantiation for member
Douglas Gregor
2009-05-21
Template instantiation for initializer lists
Douglas Gregor
2009-05-21
Template instantiation for unary type traits, e.g., __is_pod
Douglas Gregor
2009-05-21
Template instantiation for C++ "typeid" expressions.
Douglas Gregor
2009-05-21
Template instantiation for C++ throw expressions
Douglas Gregor
2009-05-21
Template instantiation for C++ delete expression
Douglas Gregor
2009-05-21
Template instantiation for C++ "new" expressions.
Douglas Gregor
2009-05-20
Template instantiation for CXXExprWithTemporaries, which occurs when
Douglas Gregor
2009-05-20
Template instantiation for the various kinds of AST nodes that occur
Douglas Gregor