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
/
CXX
/
temp
Age
Commit message (
Expand
)
Author
2013-04-21
The 'constexpr implies const' rule for non-static member functions is gone in
Richard Smith
2013-04-15
Add triples to these tests since they're now using TLS, which isn't available...
Richard Smith
2013-04-13
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-03-05
Add quotation marks to template names in diagnostics.
David Blaikie
2013-01-31
Improve 'failed template argument deduction' diagnostic for the case where we
Richard Smith
2013-01-18
Once we've collected the template arguments for a
Douglas Gregor
2013-01-17
Add test for PR12938, fixed by Richard Smith in r172691
David Blaikie
2013-01-14
Refactor to call ActOnFinishFullExpr on every full expression. Teach
Richard Smith
2013-01-14
PR12008: defer adding the implicit 'const' to a constexpr member function until
Richard Smith
2012-12-06
Fix http://stackoverflow.com/questions/13521163
Richard Smith
2012-11-22
Fix regression in r168477. Use canonical decl when looking for base class
Richard Smith
2012-11-22
Fix CXXRecordDecl::forallBases to not look through bases which are dependent
Richard Smith
2012-10-19
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2012-09-26
Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationType
Richard Smith
2012-09-19
Fix a small FIXME involving template partial ordering and
Eli Friedman
2012-09-19
Fix function template partial ordering rules for static vs. non-static
Eli Friedman
2012-09-13
Promote the warning about extra qualification on a declaration from a
Douglas Gregor
2012-09-12
PR13811: Add a FunctionParmPackExpr node to handle references to function
Richard Smith
2012-09-07
PR9023: A template template parameter whose template parameter list contains an
Richard Smith
2012-08-10
Check access to friend declarations. There's a number of different
John McCall
2012-07-18
PR13386: When matching up parameters between a function template declaration
Richard Smith
2012-06-29
From Philippe Canal:
Axel Naumann
2012-06-06
Whenever we have a BalancedDelimiterTracker, we have a 'nested' scope
Douglas Gregor
2012-06-06
Allow CorrectTypo to add/modify nested name qualifiers to typos that
Kaelyn Uhrain
2012-05-15
Improve some of the conversion warnings to fire on conversion to bool.
David Blaikie
2012-05-09
hopefully fix a bunch of ARM buildbot failures
Nuno Lopes
2012-05-07
Change how we suppress access control in explicit instantiations
John McCall
2012-05-05
Use raw_ostream in TypePrinter and eliminate uses of temporary std::strings.
Argyrios Kyrtzidis
2012-04-16
Implement the last part of C++ [class.mem]p2, delaying the parsing of
Douglas Gregor
2012-04-13
PR12500: Improve the wording of the diagnostic for a redefinition of a name
Richard Smith
2012-04-10
Improve diagnostics in C++11 when a non-type template argument for a
Douglas Gregor
2012-04-10
Rework implementation of null non-type template arguments based on
Douglas Gregor
2012-04-06
Implement support for null non-type template arguments for non-type
Douglas Gregor
2012-04-05
Enable warn_impcast_literal_float_to_integer by default.
David Blaikie
2012-04-04
Hardcode a triple to prevent the test failing on targets which don't support ...
Richard Smith
2012-04-04
Implement C++11 [temp.arg.nontype]'s permission to use the address of an object
Richard Smith
2012-03-28
Unify and fix our checking of C++ [dcl.meaning]p1's requirements
Douglas Gregor
2012-03-23
Support for definitions of member enumerations of class templates outside the
Richard Smith
2012-03-14
Instantiating a class template should not instantiate the definition of any
Richard Smith
2012-03-13
Implement [temp.param]p5: the top-level cv-qualifiers on a non-type template
Richard Smith
2012-03-13
PR11850 + duplicates: don't assume that a function parameter pack expansion is
Richard Smith
2012-03-12
C++11 [temp.deduct.call]p6 tweak: when given a set of overlaoded
Douglas Gregor
2012-03-11
When template argument deduction is ignoring qualifiers, perform deep
Douglas Gregor
2012-02-22
Improve diagnostics a bit for bad member initializers, and fix an obscure bug...
Eli Friedman
2012-02-11
Represent C++ direct initializers as ParenListExprs before semantic analysis
Sebastian Redl
2012-02-03
When a pack expansion occurs in the template argument list of an alias
Douglas Gregor
2012-02-03
Implement support for a pack expansion into a fixed-length
Douglas Gregor
2012-01-09
Fix "note" of a duplicate explicit instantiation definition following a speci...
Nico Weber
2012-01-05
Tweak the fix to PR8977: an empty expression-list represents value initializa...
Eli Friedman
2011-12-29
Change the diagnostics which said 'accepted as an extension' to instead say
Richard Smith
[next]