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-05-06
Grab-bag of bit-field fixes:
John McCall
2013-05-06
C++1y: support 'for', 'while', and 'do ... while' in constant expressions.
Richard Smith
2013-05-05
C++1y: support for increment and decrement in constant expression evaluation.
Richard Smith
2013-05-05
Factor out duplication between lvalue-to-rvalue conversions and variable
Richard Smith
2013-05-04
Implement most of N3638 (return type deduction for normal functions).
Richard Smith
2013-05-04
Don't build a call expression referring to a function which we're not allowed
Richard Smith
2013-05-04
Say 'decltype(auto)' not 'auto' as appropriate in mismatched-deduction diagno...
Richard Smith
2013-05-04
Separate out and special-case the diagnostic for 'auto' in a
Richard Smith
2013-05-02
Fix crasher when the range in a C++ range-for loop has an ill-formed initiali...
Douglas Gregor
2013-04-26
Implement C++1y decltype(auto).
Richard Smith
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
[next]