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
History
Richard Smith
ec2748a8ad
More fixes for isBetterOverloadCandidate not being a strict weak ordering. The
...
bug was obvious from inspection, figuring out a way to test it was... less so. llvm-svn: 209060
2014-05-17 04:36:39 +00:00
..
expr.ass
The 'constexpr implies const' rule for non-static member functions is gone in
2013-04-21 01:08:50 +00:00
expr.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.const
PR19346: Adding 0 to a null pointer has defined behavior in C++. Allow it in constant expressions.
2014-04-08 12:19:28 +00:00
expr.mptr.oper
Revert "Don't require -re suffix on -verify directives with regexes."
2013-12-14 01:07:05 +00:00
expr.post
sizeof(void) etc. should be a hard error in C++.
2013-08-13 22:26:42 +00:00
expr.prim
More fixes for isBetterOverloadCandidate not being a strict weak ordering. The
2014-05-17 04:36:39 +00:00
expr.unary
DR1346: a parenthesized braced-init-list cannot be used as the initializer when
2014-03-12 17:42:45 +00:00
p3.cpp
…
p8.cpp
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
p9.cpp
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
p10-0x.cpp
Implement the C++11 discarded value expression rules for volatile lvalues. <rdar://problem/10790820>.
2012-05-24 22:04:19 +00:00