llvm-project/clang/test/CXX
Richard Smith 7d847b1ec1 When diagnosing inaccessible temporary destructors in decltype expressions, use
the correct type and the correct source location in the diagnostic. Spotted by
Johannes Schaub!

llvm-svn: 156654
2012-05-11 22:20:10 +00:00
..
basic We don't need a lengthy quote from the wrong standard. 2012-05-01 20:44:16 +00:00
class Disable our non-standard delayed parsing of exception specifications. Delaying 2012-05-02 01:29:43 +00:00
class.access My original patch missed the virtual-base case for destroying 2012-04-09 21:51:56 +00:00
class.derived Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
conv Compute the promoted integer type of fixed-width enums correctly. Found by inspection. 2011-10-26 07:38:19 +00:00
dcl.dcl When diagnosing inaccessible temporary destructors in decltype expressions, use 2012-05-11 22:20:10 +00:00
dcl.decl Push the knowledge that we are parsing a type-id/type-name further into the 2012-05-09 20:55:26 +00:00
except Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. 2012-04-17 00:58:00 +00:00
expr Disable our non-standard delayed parsing of exception specifications. Delaying 2012-05-02 01:29:43 +00:00
lex Improve diagnostics for UCNs referring to control characters and members of the 2012-03-09 22:27:51 +00:00
over When computing the conversion sequence in overload resolution 2012-04-04 02:40:27 +00:00
special hopefully fix a bunch of ARM buildbot failures 2012-05-09 21:21:49 +00:00
stmt.stmt Support decltype as a simple-type-specifier. 2012-01-24 05:47:35 +00:00
temp hopefully fix a bunch of ARM buildbot failures 2012-05-09 21:21:49 +00:00