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
/
FixIt
/
fixit-cxx0x.cpp
Age
Commit message (
Expand
)
Author
2013-02-20
PR15311: Finish implementation of the suggested resolution of core issue 1488,
Richard Smith
2013-01-30
Provide a fixit for constexpr non-static data members.
David Blaikie
2012-10-20
DR1473: Do not require a space between operator"" and the ud-suffix in a
Richard Smith
2012-06-25
Extend the "expected ';' after struct" logic to also apply to enums, and to
Richard Smith
2012-04-06
Implement support for null non-type template arguments for non-type
Douglas Gregor
2012-04-06
Fix diagnostic text for r154163.
David Blaikie
2012-04-06
Restrict fixit for missing 'class' in template template parameters.
David Blaikie
2012-03-29
Reject 'template<typename...Ts> void f(Ts ...(x));'. Add a special-case
Richard Smith
2012-03-08
Fix a couple of issues with literal-operator-id parsing, and provide recovery
Richard Smith
2012-03-08
Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix not
Richard Smith
2012-02-17
Tests for the fixits which Doug added in r150727.
Richard Smith
2012-02-10
Allow implicit capture of 'this' in a lambda even when the capture
Douglas Gregor
2012-01-10
Update C++11 scoped enumeration support to match the final proposal:
Richard Smith
2012-01-09
Extend the diagnostic for a ',' at the end of a declaration where a ';' was
Richard Smith
2011-12-25
Fix constexpr handling to allow 'extern constexpr' variable declarations. We no
Richard Smith
2011-11-30
Revert most of r145372 for now. Lookahead beyond the ';' in a function
Richard Smith
2011-11-29
PR10101: Recover better from a common copy-paste error: if a function
Richard Smith
2011-10-19
Improve the diagnostic when a comma ends up at the end of a declarator group
Richard Smith
2011-10-13
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-07
Remove FIXME obsoleted by change r141279 for PR11067.
Richard Smith
2011-09-29
Mark the ExtWarn for in-class initialization of static const float members as...
Richard Smith
2011-09-29
constexpr: semantic checking for constexpr variables.
Richard Smith
2011-09-06
PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so:
Richard Smith
2011-05-02
Fixed test case asserts due to checkin of r130710.
Chad Rosier
2011-04-15
Support for C++11 (non-template) alias declarations.
Richard Smith
2010-04-24
Teach clang -fixit to modify files in-place, or -fixit=suffix to create new
Nick Lewycky
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-23
Implement conversion from a switch condition with class type to an
Douglas Gregor