http://llvm.org/bugs/show_bug.cgi?id=18388
Jordan Rose <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from Jordan Rose <[email protected]> --- There's nothing here that tells the analyzer that var->nameToken() /couldn't/ return null. You can work around this by asserting that tok2 is non-null. (Alas, we don't have a "returns-nonnull" attribute you could slap on Variable::nameToken.) -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
