1. 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 14 years ago
  2. 802c66e Be a bit more consistent in using operator-> by Rafael Espindola · 14 years ago
  3. cfd8ea9 Fix NoReturnFunctionChecker to properly look at a function's type by Ted Kremenek · 14 years ago
  4. 1397663 Revert 95541. by Ted Kremenek · 14 years ago
  5. 6f8c430 Rename: GRState::getSVal(Stmt*) => getExprVal(), by Zhongxing Xu · 14 years ago
  6. 1309f9a Split libAnalysis into two libraries: libAnalysis and libChecker. by Ted Kremenek · 15 years ago[Renamed (97%) from lib/Analysis/NoReturnFunctionChecker.cpp]
  7. b01a322 Teach NoReturnFunctionChecker that FunctionDecl::getIdentifier() is not guaranteed to return a non-null IdentifierInfo*. by Ted Kremenek · 15 years ago
  8. 935ef90 Add EvalCallExpr interface to checker, and migrate the no-return function by Zhongxing Xu · 15 years ago