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
/
stmt.stmt
Age
Commit message (
Expand
)
Author
2013-04-21
The 'constexpr implies const' rule for non-static member functions is gone in
Richard Smith
2012-10-19
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2012-10-18
DR1442: In a range-based for statement, namespace 'std' is not an associated
Richard Smith
2012-09-06
Clarified diagnostics for range-based for loops with invalid ranges
Sam Panzer
2012-08-21
Better diagnostics for range-based for loops with bad range types.
Sam Panzer
2012-05-28
Fix PR12960 by not attempting to correct cases when we're not actually instan...
David Blaikie
2012-01-24
Support decltype as a simple-type-specifier.
David Blaikie
2012-01-18
constexpr: converted constant expression handling for enumerator values, case
Richard Smith
2011-12-15
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-10-20
Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-POD
Richard Smith
2011-10-13
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-09-29
constexpr: semantic checking for constexpr variables.
Richard Smith
2011-08-30
Declare and define implicit move constructor and assignment operator.
Sebastian Redl
2011-06-27
Factor out (some of) the checking for invalid forms of pointer
Chandler Carruth
2011-06-15
Properly implement C++0x [stmt.dcl]p3, which requires a scope to be
Douglas Gregor
2011-05-27
Clean up my changes to jump-diagnostic handling for local variables of
Douglas Gregor
2011-05-27
Update the jump-scope checker for local variables with initializers,
Douglas Gregor
2011-05-21
It's considered poor form to create references to the overloaded
Douglas Gregor
2011-04-14
Add support for C++0x's range-based for loops, as specified by the C++11 draf...
Richard Smith
2011-02-17
Step #1/N of implementing support for __label__: split labels into
Chris Lattner
2010-12-21
add missing newlines at end of file.
Chris Lattner
2010-11-29
Add a test for C++ [stmt.label]p1, from Sashan!
Douglas Gregor
2010-04-12
change Scope::WithinElse to be a normal scope flag, widen the
Chris Lattner
2010-03-30
Add a test for C++ [stmt.select]p3, which specifies that redeclaring a
Douglas Gregor