summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/libstdcxx_map_base_hack.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Introduce an egregious hack to work around a bug in libstdc++ 4.2.x'sDouglas Gregor2010-04-081-0/+25
<tr1/hashtable> header, where a friend class template std::tr1::__detail::_Map_base is declared with the wrong template parameters. GCC doesn't catch the problem, so Clang does a little back-flip to avoid diagnosing just this one instance of the problem. llvm-svn: 100790
OpenPOWER on IntegriCloud