llvm-capstone/libcxx/include/ext
Eric Fiselier f97936fabd [libc++] Cleanup and enable multiple warnings.
Too many warnings are being disabled too quickly. Warnings are
important to keeping libc++ correct. This patch re-enables two
warnings: -Wconstant-evaluated and -Wdeprecated-copy.

In future, all warnings disabled for the test suite should require
an attached bug. The bug should state the plan for re-enabling that
warning, or a strong case why it should remain disabled.
2019-12-12 21:09:08 -05:00
..
__hash Remove using namespace std; in __gnu_cxx namespace. 2019-05-17 20:46:00 +00:00
hash_map [libc++] Cleanup and enable multiple warnings. 2019-12-12 21:09:08 -05:00
hash_set Change default bucket count in hash_set/hash_map. 2019-08-01 19:48:29 +00:00