mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
eeb1a667f6
Change assert("text") to assert(0 && "text"). The first case is a const char * to bool conversion, which always evaluates to true, never triggering the assert. The second case will always trigger the assert. llvm-svn: 185227 |
||
---|---|---|
.. | ||
Error.h | ||
Main.h | ||
Record.h | ||
StringMatcher.h | ||
TableGenBackend.h |