Rafael Espindola
925213b0fa
Add 'not' to commands that are expected to fail.
...
This is at least good documentation, but also opens the possibility of
using pipefail.
llvm-svn: 185652
2013-07-04 16:16:58 +00:00
Jordan Rose
04a94d1442
Provide a fixit to static_cast for reinterpret_casts within a class hierarchy.
...
The suggestion was already in the text of the note; this just adds the
actual fixit and the appropriate test cases.
Patch by Alexander Zinenko!
llvm-svn: 178274
2013-03-28 19:09:40 +00:00
John McCall
f2abe19dbb
Make the -Wreinterpret-base-class logic safe against invalid
...
declarations at any point. Patch by Alexander Zinenko, and
report by Richard Smith.
llvm-svn: 178098
2013-03-27 00:03:48 +00:00
John McCall
cda8083309
Warn about attempts to reinterpret_cast between two types that are
...
hierarchy-related at a possibly nonzero offset.
Patch by Alexander Zinenko!
llvm-svn: 177698
2013-03-22 02:58:14 +00:00