llvm with tablegen backend for capstone disassembler
Go to file
Ted Kremenek b64d183803 Added bandaid support in CFG construction for ObjCForEachStmt and ObjCAtTryStmt:
we gracefully back out and return NULL for the CFG, allowing clients to skip
analyzing functions with these CFGs. We will add support later.

Modified base ASTConsumer "CFGVisitor" to detect when a CFG is not constructed
and to emit a warning.

llvm-svn: 48322
2008-03-13 03:04:22 +00:00
clang Added bandaid support in CFG construction for ObjCForEachStmt and ObjCAtTryStmt: 2008-03-13 03:04:22 +00:00
llvm Improve VarInfo::removeKill() by using std::find instead of linear search. 2008-03-13 02:42:55 +00:00