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
Age
Commit message (
Expand
)
Author
2013-04-25
Don't mark 'extern "C" void f(void)' as having extern storage class.
Rafael Espindola
2013-04-22
C++1y constexpr extensions, round 1: Allow most forms of declaration and
Richard Smith
2013-04-21
The 'constexpr implies const' rule for non-static member functions is gone in
Richard Smith
2013-04-20
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-17
PR15755: don't drop parameter packs when dropping parameters with default
Richard Smith
2013-04-17
DR974: Lambdas can have default arguments.
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-04-12
Parsing support for thread_local and _Thread_local. We give them the same
Richard Smith
2013-04-11
Force a load when creating a reference to a temporary copied from a bitfield.
Jordan Rose
2013-04-10
Add support for computing the exception specification for an inheriting
Richard Smith
2013-04-10
C++11 inheriting constructors: support for inheriting constructor templates.
Richard Smith
2013-04-10
<rdar://problem/13605348> Don't consider invalid user-defined literal operato...
Douglas Gregor
2013-04-09
Skip transparent contexts when looking for using directives in name lookup.
Douglas Gregor
2013-04-08
<rdar://problem/13584715> Converted constant expressions are expected to have...
Douglas Gregor
2013-04-08
<rdar://problem/13540899> Collect using directives from all of the semantic c...
Douglas Gregor
2013-04-02
If a defaulted special member is implicitly deleted, check whether it's
Richard Smith
2013-04-01
Only merge down a variable type if the previous declaration was
John McCall
2013-03-27
<rdar://problem/13317030> Consider using directives when performing unqualifi...
Douglas Gregor
2013-03-26
<rdar://problem/13278115> Improve diagnostic when failing to bind an rvalue r...
Douglas Gregor
2013-03-26
<rdar://problem/13473493> Handle 'this->' insertion recovery within trailing ...
Douglas Gregor
2013-03-26
Remove FIXMEs: these are covered by a core issue which we don't yet implement
Richard Smith
2013-03-26
Implement special-case name lookup for inheriting constructors: member
Richard Smith
2013-03-25
<rdar://problem/13395022> Strip references when extracting an initializer_lis...
Douglas Gregor
2013-03-20
Don't look outside the innermost enclosing namespace when
John McCall
2013-03-18
Bring inheriting constructor implementation up-to-date with current defect
Richard Smith
2013-03-15
PR15290: 'this' is not permitted in the declaration of a friend function,
Richard Smith
2013-03-06
PR15390: If a function returns a pointer to a function, that function type
Richard Smith
2013-03-05
Add quotation marks to template names in diagnostics.
David Blaikie
2013-02-27
Don't crash when diagnosing path-constrained protected
John McCall
2013-02-22
Don't crash if we try to apply 'alignas' to a variable declared with an
Richard Smith
2013-02-22
Update to use references to attribute groups instead of listing the attribute...
Bill Wendling
2013-02-22
Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out of
Richard Smith
2013-02-22
Only suppress instance context if a member is actually
John McCall
2013-02-21
Try to get buildbots to pass these tests.
Bill Wendling
2013-02-20
Attempt to clean up tests for non-X86 platforms.
Bill Wendling
2013-02-20
Remove target-specific features.
Bill Wendling
2013-02-20
Modify the tests to use attribute group references instead of listing the
Bill Wendling
2013-02-12
Add a test for r174980, that we used to accept
Dmitri Gribenko
2013-02-12
Accept over-qualified constructor in MSVC emulation mode
Dmitri Gribenko
2013-02-12
Call __cxa_begin_catch with the current exception before
John McCall
2013-02-06
Don't check whether a friend declaration is correctly formed when instantiating,
Nick Lewycky
2013-02-05
Add some missing diagnostics for C++11 narrowing conversions.
Richard Smith
2013-02-01
Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign.
Richard Smith
2013-02-01
Don't do delayed exception-specification checking on an invalid
Douglas Gregor
2013-01-31
Improve 'failed template argument deduction' diagnostic for the case where we
Richard Smith
2013-01-30
Unresolved lookups can have using declarations that refer to
Douglas Gregor
2013-01-30
[Sema] Constrain test added in r173873 with expected-error-re
David Blaikie
2013-01-30
Provide a fixit for constexpr non-static data members.
David Blaikie
2013-01-29
Move -Wstatic-float-init fixit into a note & don't recover as if constexpr
David Blaikie
[next]