Richard Smith f032001b6e Add a workaround for a libstdc++-4.2 <tr1/hashtable> bug. This header uses
return false;

in a function returning a pointer. 'false' was a null pointer constant in C++98
but is not in C++11. Punch a very small hole in the initialization rules in
C++11 mode to allow this specific case in system headers.

llvm-svn: 184395
2013-06-20 02:18:31 +00:00
..
2013-06-19 02:07:51 +00:00
2013-04-16 19:37:38 +00:00
2013-05-07 16:56:03 +00:00
2013-06-19 22:49:39 +00:00
2013-06-12 22:31:48 +00:00
2013-01-02 11:42:31 +00:00