This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
clang
/
test
/
CXX
/
expr
/
expr.post
History
Eli Friedman
4e28b26589
sizeof(void) etc. should be a hard error in C++.
...
PR16872. llvm-svn: 188324
2013-08-13 22:26:42 +00:00
..
expr.call
sizeof(void) etc. should be a hard error in C++.
2013-08-13 22:26:42 +00:00
expr.const.cast
Fix handling of const_cast from prvalue to rvalue reference: such a cast is
2013-06-14 22:27:52 +00:00
expr.dynamic.cast
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
2011-10-13 22:29:44 +00:00
expr.ref
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive.
2012-10-19 12:44:48 +00:00
expr.reinterpret.cast
PR9546, DR1268: A prvalue cannot be reinterpret_cast to an rvalue reference
2012-04-29 08:24:44 +00:00
expr.static.cast
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive.
2012-10-19 12:44:48 +00:00
expr.type.conv
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive.
2012-10-19 12:44:48 +00:00