Skip to content
Snippets Groups Projects
user avatar
Richard Trieu authored
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
4d18c9cc
Name Last commit Last update